Base for all object selection dialogs. More...
#include <mgui/dlggetobjectdlg.h>

Classes | |
| class | ITEM |
Public Types | |
| typedef MILIST< ITEM > | ITEMLIST |
Public Member Functions | |
| virtual | ~DLG_GETOBJECT () |
| CHAR_ENCODING | GetTextEncoding () const |
| void | SetDelegateCreateCustomControlsBottom (DELEGATE_CREATECUSTOMCONTROLS delegate) |
| void | SetDelegateCreateCustomControlsTop (DELEGATE_CREATECUSTOMCONTROLS delegate) |
| void | SetLabelNewFileName (MISTRING label) |
| void | SetOverwriteMessage (const MISTRING &message) |
| void | SetTextEncoding (CHAR_ENCODING encoding) |
Base for all object selection dialogs.
| typedef MILIST<ITEM> MGUI::DLG_GETOBJECT::ITEMLIST |
| virtual MGUI::DLG_GETOBJECT::~DLG_GETOBJECT | ( | ) | [virtual] |
Destructor.
| CHAR_ENCODING MGUI::DLG_GETOBJECT::GetTextEncoding | ( | ) | const [inline] |
Get selected text encoding.
| void MGUI::DLG_GETOBJECT::SetDelegateCreateCustomControlsBottom | ( | DELEGATE_CREATECUSTOMCONTROLS | delegate | ) | [inline] |
Set delegate to create custom controls at bottom of dialog, just above buttons.
| void MGUI::DLG_GETOBJECT::SetDelegateCreateCustomControlsTop | ( | DELEGATE_CREATECUSTOMCONTROLS | delegate | ) | [inline] |
Set delegate to create custom controls at top of dialog, just below prompt if any.
| void MGUI::DLG_GETOBJECT::SetLabelNewFileName | ( | MISTRING | label | ) | [inline] |
Set label for "New File Name" control.
Used to override.
| void MGUI::DLG_GETOBJECT::SetOverwriteMessage | ( | const MISTRING & | message | ) | [inline] |
Set message to display if overwriting existing file/object.
| void MGUI::DLG_GETOBJECT::SetTextEncoding | ( | CHAR_ENCODING | encoding | ) | [inline] |
Set text encoding (before dialog created).
1.6.1