11 namespace Standalone {
14 class IWindowController;
15 class IWindowListener;
17 class ICommandHandler;
22 class IValueConverter;
23 class ISharedUIResources;
24 class ICommonDirectories;
26 using WindowPtr = std::shared_ptr<IWindow>;
27 using WindowControllerPtr = std::shared_ptr<IWindowController>;
28 using ValuePtr = std::shared_ptr<IValue>;
29 using ValueConverterPtr = std::shared_ptr<IValueConverter>;
32 struct AlertBoxConfig;
33 struct AlertBoxForWindowConfig;
42 using ModelBindingPtr = std::shared_ptr<IModelBinding>;
43 using CustomizationPtr = std::shared_ptr<ICustomization>;
51 namespace Application {
54 using DelegatePtr = std::unique_ptr<IDelegate>;
Definition: customcontrols.cpp:8
AlertResult
Definition: ialertbox.h:21