#include <commandeditor/commandeditor.h>
Public Member Functions | |
| wxEditorCommand () | |
| wxEditorCommand (const wxEditorCommand &info) | |
| void | Init () |
| void | Copy (const wxEditorCommand &info) |
| void | operator= (const wxEditorCommand &info) |
| bool | IsDefault () const |
| bool | IsInternal () const |
| bool | IsExternal () const |
| void | SetDefault (bool isDefault=true) |
| Compatibility. | |
| void | SetInternal (bool isInternal=true) |
| wxEditorCommandType | GetCommandType () const |
| void | SetCommandType (wxEditorCommandType t) |
| bool | Save (wxOutputStream &stream, wxDataOutputStream &dataStream) |
| bool | Load (wxInputStream &stream, wxDataInputStream &dataStream) |
| void | Enable (bool enable) |
Public Attributes | |
| wxString | m_title |
| wxString | m_command |
| bool | m_enabled |
| wxEditorCommandType | m_commandType |
| wxEditorCommand::wxEditorCommand | ( | ) | [inline] |
| wxEditorCommand::wxEditorCommand | ( | const wxEditorCommand & | info | ) | [inline] |
| void wxEditorCommand::Copy | ( | const wxEditorCommand & | info | ) |
| void wxEditorCommand::Enable | ( | bool | enable | ) | [inline] |
| wxEditorCommandType wxEditorCommand::GetCommandType | ( | ) | const [inline] |
| void wxEditorCommand::Init | ( | ) |
| bool wxEditorCommand::IsDefault | ( | ) | const [inline] |
| bool wxEditorCommand::IsExternal | ( | ) | const [inline] |
| bool wxEditorCommand::IsInternal | ( | ) | const [inline] |
| bool wxEditorCommand::Load | ( | wxInputStream & | stream, | |
| wxDataInputStream & | dataStream | |||
| ) |
| void wxEditorCommand::operator= | ( | const wxEditorCommand & | info | ) | [inline] |
| bool wxEditorCommand::Save | ( | wxOutputStream & | stream, | |
| wxDataOutputStream & | dataStream | |||
| ) |
| void wxEditorCommand::SetCommandType | ( | wxEditorCommandType | t | ) | [inline] |
| void wxEditorCommand::SetDefault | ( | bool | isDefault = true |
) | [inline] |
Compatibility.
| void wxEditorCommand::SetInternal | ( | bool | isInternal = true |
) | [inline] |
| wxString wxEditorCommand::m_command |
| wxString wxEditorCommand::m_title |
1.5.8