CppXAML
|
This is the complete list of members for cppxaml::XamlWindow, including all inherited members.
Controller() const | cppxaml::XamlWindow | inline |
Create(wchar_t const *szTitle, DWORD style, HWND parent=nullptr, int width=CW_USEDEFAULT, int height=CW_USEDEFAULT, int nCmdShow=SW_NORMAL) | cppxaml::XamlWindow | inline |
Get(std::wstring_view id) | cppxaml::XamlWindow | inlinestatic |
GetUIElement() const | cppxaml::XamlWindow | inline |
hwnd() const | cppxaml::XamlWindow | inline |
Id() const | cppxaml::XamlWindow | inline |
Make(std::wstring_view id, AppController *controller=nullptr) | cppxaml::XamlWindow | inlinestatic |
Make(std::wstring_view id, std::wstring_view markup, AppController *c=nullptr) | cppxaml::XamlWindow | inlinestatic |
Make(std::wstring_view id, winrt::Windows::UI::Xaml::UIElement(*getUI)(const XamlWindow &), AppController *c=nullptr) | cppxaml::XamlWindow | inlinestatic |
RunLoop() | cppxaml::XamlWindow | inline |
SetAcceleratorTable(HACCEL acc) | cppxaml::XamlWindow | inline |