SavvyUI C++ UI Library
|
This is the complete list of members for DialogFactory, including all inherited members.
showColorSelectionDialog(Component *parent, COLORREF &selection) | DialogFactory | static |
showConfirmDialog(Component *parent, const wstring &promptMessageText, const wstring &title=L"") | DialogFactory | static |
showDateInputDialog(Component *parent, wstring &selectedDate) | DialogFactory | static |
showError(Component *parent, const wstring &errorMessage, const wstring &title=L"") | DialogFactory | static |
showFolderSelectionDialog(Component *parent, wstring &selection) | DialogFactory | static |
showFontSelectionDialog(Component *parent, wstring &fontName, long &fontHeight, long &fontWeight, BOOL &isItalic, COLORREF &color) | DialogFactory | static |
showInfo(Component *parent, const wstring &infoMessage, const wstring &title=L"") | DialogFactory | static |
showInputDialog(Component *parent, const vector< wstring > &labels, vector< wstring > &values) | DialogFactory | static |
showOpenFileDialog(Component *parent, wstring &selection) | DialogFactory | static |
showPrinterSelectionDialog(Component *parent) | DialogFactory | static |
showPrinterSetupDialog(Component *parent, long &leftMargin, long &topMargin, long &rightMargin, long &bottomMargin) | DialogFactory | static |
showSaveFileDialog(Component *parent, wstring &selection) | DialogFactory | static |
showSuccess(Component *parent, const wstring &successMessage, const wstring &title=L"") | DialogFactory | static |
showWarning(Component *parent, const wstring &warningMessage, const wstring &title=L"") | DialogFactory | static |