CppXAML
Loading...
Searching...
No Matches
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123]
 NcppxamlThe main CppXAML namespace
 Ndetails
 CWrapper< cppxaml::xaml::Controls::AutoSuggestBox, TItems >Builder-style wrapper for AutoSuggestBox
 CWrapper< cppxaml::xaml::Controls::ContentDialog >Builder-style wrapper for ContentDialog
 CWrapper< cppxaml::xaml::Controls::MenuFlyout >Builder-style wrapper for MenuFlyout
 CWrapper< cppxaml::xaml::Controls::MenuFlyoutItem >Builder-style wrapper for MenuFlyoutItem
 CWrapper< cppxaml::xaml::Controls::StackPanel >Builder-style wrapper for StackPanel
 CWrapperTInternal wrapper type that powers builder-style programming.
This type is usually constructed and destructed in a single declaration line, only serving to set properties on the underlying XAML element, or to add the element to a parent
 CAppControllerAppController is responsible for coordinating XamlWindow instances, can extend their wndproc, and provides an opportunity to hook up event handlers once a XAML UI becomes live
 CSimpleNotifyPropertyChangedHelper base class to inherit from to have a simple implementation of INotifyPropertyChanged
 CTypedXamlEventA default event handler that maps to Windows.Foundation.TypedEventHandler
 CXamlEventA default event handler that maps to Windows.Foundation.EventHandler
 CXamlPropertyImplements a simple property (without change notifications)
 CXamlPropertyWithNPCImplements a property type with notifications
 CXamlWindowImplements an HWND based host for XAML Islands. You can create a XamlWindow from one of three overloads of XamlWindow::Make