#include <commandeditor/commandeditortypedialog.h>
Public Member Functions | |
| wxCommandEditorTypeDialog () | |
| Constructors. | |
| wxCommandEditorTypeDialog (const wxEditorCommands &commands, wxWindow *parent, wxWindowID id=SYMBOL_WXCOMMANDEDITORTYPEDIALOG_IDNAME, const wxString &caption=SYMBOL_WXCOMMANDEDITORTYPEDIALOG_TITLE, const wxPoint &pos=SYMBOL_WXCOMMANDEDITORTYPEDIALOG_POSITION, const wxSize &size=SYMBOL_WXCOMMANDEDITORTYPEDIALOG_SIZE, long style=SYMBOL_WXCOMMANDEDITORTYPEDIALOG_STYLE) | |
| bool | Create (const wxEditorCommands &commands, wxWindow *parent, wxWindowID id=SYMBOL_WXCOMMANDEDITORTYPEDIALOG_IDNAME, const wxString &caption=SYMBOL_WXCOMMANDEDITORTYPEDIALOG_TITLE, const wxPoint &pos=SYMBOL_WXCOMMANDEDITORTYPEDIALOG_POSITION, const wxSize &size=SYMBOL_WXCOMMANDEDITORTYPEDIALOG_SIZE, long style=SYMBOL_WXCOMMANDEDITORTYPEDIALOG_STYLE) |
| Creation. | |
| ~wxCommandEditorTypeDialog () | |
| Destructor. | |
| void | Init () |
| Initialises member variables. | |
| void | CreateControls () |
| Creates the controls and sizers. | |
| const wxEditorCommands & | GetCommands () const |
| wxBitmap | GetBitmapResource (const wxString &name) |
| Retrieves bitmap resources. | |
| wxIcon | GetIconResource (const wxString &name) |
| Retrieves icon resources. | |
Static Public Member Functions | |
| static void | SetUseTooltips (bool useTooltips) |
| Use tooltips. | |
| static bool | ShowToolTips () |
| Should we show tooltips? | |
Public Attributes | |
| wxChoice * | m_mediaTypeCtrl |
| wxEditorCommands | m_commands |
Static Public Attributes | |
| static bool | sm_useTooltips = true |
| wxCommandEditorTypeDialog::wxCommandEditorTypeDialog | ( | ) |
Constructors.
| wxCommandEditorTypeDialog::wxCommandEditorTypeDialog | ( | const wxEditorCommands & | commands, | |
| wxWindow * | parent, | |||
| wxWindowID | id = SYMBOL_WXCOMMANDEDITORTYPEDIALOG_IDNAME, |
|||
| const wxString & | caption = SYMBOL_WXCOMMANDEDITORTYPEDIALOG_TITLE, |
|||
| const wxPoint & | pos = SYMBOL_WXCOMMANDEDITORTYPEDIALOG_POSITION, |
|||
| const wxSize & | size = SYMBOL_WXCOMMANDEDITORTYPEDIALOG_SIZE, |
|||
| long | style = SYMBOL_WXCOMMANDEDITORTYPEDIALOG_STYLE | |||
| ) |
| wxCommandEditorTypeDialog::~wxCommandEditorTypeDialog | ( | ) |
Destructor.
| bool wxCommandEditorTypeDialog::Create | ( | const wxEditorCommands & | commands, | |
| wxWindow * | parent, | |||
| wxWindowID | id = SYMBOL_WXCOMMANDEDITORTYPEDIALOG_IDNAME, |
|||
| const wxString & | caption = SYMBOL_WXCOMMANDEDITORTYPEDIALOG_TITLE, |
|||
| const wxPoint & | pos = SYMBOL_WXCOMMANDEDITORTYPEDIALOG_POSITION, |
|||
| const wxSize & | size = SYMBOL_WXCOMMANDEDITORTYPEDIALOG_SIZE, |
|||
| long | style = SYMBOL_WXCOMMANDEDITORTYPEDIALOG_STYLE | |||
| ) |
Creation.
| void wxCommandEditorTypeDialog::CreateControls | ( | ) |
Creates the controls and sizers.
| wxBitmap wxCommandEditorTypeDialog::GetBitmapResource | ( | const wxString & | name | ) |
Retrieves bitmap resources.
| const wxEditorCommands& wxCommandEditorTypeDialog::GetCommands | ( | ) | const [inline] |
| wxIcon wxCommandEditorTypeDialog::GetIconResource | ( | const wxString & | name | ) |
Retrieves icon resources.
| void wxCommandEditorTypeDialog::Init | ( | ) |
Initialises member variables.
| static void wxCommandEditorTypeDialog::SetUseTooltips | ( | bool | useTooltips | ) | [inline, static] |
Use tooltips.
| bool wxCommandEditorTypeDialog::ShowToolTips | ( | ) | [static] |
Should we show tooltips?
bool wxCommandEditorTypeDialog::sm_useTooltips = true [static] |
1.5.8