Dialogs
// namespaces namespace CCL::Alert; namespace CCL::DialogResult; namespace CCL::Styles; // structs struct CCL::IAlertBox; struct CCL::IAlertService; struct CCL::IDialogBuilder; struct CCL::IDialogButtonInterest; struct CCL::IDialogInformation; struct CCL::IFileSelector; struct CCL::IFileSelectorCustomize; struct CCL::IFileSelectorHook; struct CCL::IFolderSelector; struct CCL::IModalProgressDialog; struct CCL::INotifyIcon; struct CCL::IPopupSelector; struct CCL::IPopupSelectorClient; struct CCL::IProgressDialog; struct CCL::ISystemSharingHandler; struct CCL::ITooltipPopup; struct CCL::ProgressDialogHideScope; // classes class CCL::PopupSelectorClient; template <class NodeSuperClass> class CCL::PopupSourceControllerAccess; class CCL::SimplePopupSelectorClient; class CCL::UserTooltipPopup;