CppXAML
Loading...
Searching...
No Matches
Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 12]
 Ccppxaml::AppControllerAppController 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
 Ccppxaml::SimpleNotifyPropertyChanged< T >Helper base class to inherit from to have a simple implementation of INotifyPropertyChanged
 Ccppxaml::TypedXamlEvent< TSender, TArgs >A default event handler that maps to Windows.Foundation.TypedEventHandler
 Ccppxaml::details::WrapperT< T >Internal 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
 Ccppxaml::details::WrapperT< cppxaml::xaml::Controls::AutoSuggestBox >
 Ccppxaml::details::Wrapper< cppxaml::xaml::Controls::AutoSuggestBox, TItems >Builder-style wrapper for AutoSuggestBox
 Ccppxaml::details::WrapperT< cppxaml::xaml::Controls::ContentDialog >
 Ccppxaml::details::Wrapper< cppxaml::xaml::Controls::ContentDialog >Builder-style wrapper for ContentDialog
 Ccppxaml::details::WrapperT< cppxaml::xaml::Controls::ItemsControl >
 Ccppxaml::details::WrapperT< cppxaml::xaml::Controls::MenuFlyout >
 Ccppxaml::details::Wrapper< cppxaml::xaml::Controls::MenuFlyout >Builder-style wrapper for MenuFlyout
 Ccppxaml::details::WrapperT< cppxaml::xaml::Controls::MenuFlyoutItem >
 Ccppxaml::details::Wrapper< cppxaml::xaml::Controls::MenuFlyoutItem >Builder-style wrapper for MenuFlyoutItem
 Ccppxaml::details::WrapperT< cppxaml::xaml::Controls::StackPanel >
 Ccppxaml::details::Wrapper< cppxaml::xaml::Controls::StackPanel >Builder-style wrapper for StackPanel
 Ccppxaml::XamlEvent< T >A default event handler that maps to Windows.Foundation.EventHandler
 Ccppxaml::XamlProperty< T >Implements a simple property (without change notifications)
 Ccppxaml::XamlPropertyWithNPC< T >Implements a property type with notifications
 Ccppxaml::XamlWindowImplements an HWND based host for XAML Islands. You can create a XamlWindow from one of three overloads of XamlWindow::Make