FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
StarlightGUI/StarlightGUI/Process_ModulePage.xaml.h at master · CKWindowsProject/StarlightGUI · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
CKWindowsProject
/
StarlightGUI
Public
forked from
OpenStarlight/StarlightGUI
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Security and quality
Insights
Expand file tree
Breadcrumbs
StarlightGUI
/
StarlightGUI
/
Process_ModulePage.xaml.h
Copy path
More file actions
More file actions
Latest commit
History
History
History
35 lines (28 loc) · 1.25 KB
Breadcrumbs
StarlightGUI
/
StarlightGUI
/
Process_ModulePage.xaml.h
Copy path
File metadata and controls
35 lines (28 loc) · 1.25 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
#pragm
a once
#
include
"
Process_ModulePage.g.h
"
#
include
<
map
>
#
include
<
TlHelp32.h
>
#
include
<
winrt/Windows.Foundation.Collections.h
>
namespace
winrt
::StarlightGUI::implementation
{
struct
Process_ModulePage
: Process_ModulePageT<Process_ModulePage>
{
Process_ModulePage
();
void
ModuleListView_RightTapped
(winrt::Windows::Foundation::IInspectable
const
& sender, winrt::Microsoft::
UI
::Xaml::Input::RightTappedRoutedEventArgs
const
& e);
void
ModuleListView_ContainerContentChanging
(
winrt::Microsoft::
UI
::Xaml::Controls::ListViewBase
const
& sender,
winrt::Microsoft::
UI
::Xaml::Controls::ContainerContentChangingEventArgs
const
& args);
winrt::Windows::Foundation::IAsyncAction
LoadModuleList
();
winrt::Windows::Foundation::Collections::IObservableVector<winrt::StarlightGUI::MokuaiInfo> m_moduleList{
winrt::single_threaded_observable_vector<winrt::StarlightGUI::MokuaiInfo>()
};
template
<
typename
T>
T
FindParent
(winrt::Microsoft::
UI
::Xaml::DependencyObject
const
& child);
};
}
namespace
winrt
::StarlightGUI::factory_implementation
{
struct
Process_ModulePage
: Process_ModulePageT<Process_ModulePage, implementation::Process_ModulePage>
{
};
}
Back
|
FazBrowse Home
|
New Git URL