CppXAML
|
▼Ncppxaml | The main CppXAML namespace |
Nutils | Various utilities |
CAppController | AppController 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 |
CSimpleNotifyPropertyChanged | Helper base class to inherit from to have a simple implementation of INotifyPropertyChanged |
CTypedXamlEvent | A default event handler that maps to Windows.Foundation.TypedEventHandler |
CXamlEvent | A default event handler that maps to Windows.Foundation.EventHandler |
CXamlProperty | Implements a simple property (without change notifications) |
CXamlPropertyWithNPC | Implements a property type with notifications |
CXamlWindow | Implements an HWND based host for XAML Islands. You can create a XamlWindow from one of three overloads of XamlWindow::Make |