#include <shortcutcust/shortcutcust.h>
Public Member Functions | |
| wxShortcutItem () | |
| wxShortcutItem (int id, const wxString &name, const wxString &category, const wxString &descr, int flags, int keyCode) | |
| wxShortcutItem (const wxShortcutItem &item) | |
| ~wxShortcutItem () | |
| void | Init () |
| void | Copy (const wxShortcutItem &item, bool excludeId=false) |
| bool | operator== (const wxShortcutItem &item) const |
| wxShortcutItem & | SetId (int id) |
| int | GetId () const |
| wxShortcutItem & | Enable (bool enable) |
| bool | IsEnabled () const |
| wxShortcutItem & | SetName (const wxString &name) |
| const wxString & | GetName () const |
| wxShortcutItem & | SetCategory (const wxString &cat) |
| const wxString & | GetCategory () const |
| wxShortcutItem & | SetDescription (const wxString &descr) |
| const wxString & | GetDescription () const |
| wxShortcutItem & | SetFlags (int flags) |
| int | GetFlags () const |
| wxShortcutItem & | SetKeyCode (int keyCode) |
| int | GetKeyCode () const |
Public Attributes | |
| int | m_id |
| bool | m_enabled |
| wxString | m_name |
| wxString | m_category |
| wxString | m_description |
| int | m_flags |
| int | m_keyCode |
| wxShortcutItem::wxShortcutItem | ( | ) | [inline] |
| wxShortcutItem::wxShortcutItem | ( | int | id, | |
| const wxString & | name, | |||
| const wxString & | category, | |||
| const wxString & | descr, | |||
| int | flags, | |||
| int | keyCode | |||
| ) | [inline] |
| wxShortcutItem::wxShortcutItem | ( | const wxShortcutItem & | item | ) | [inline] |
| wxShortcutItem::~wxShortcutItem | ( | ) | [inline] |
| void wxShortcutItem::Copy | ( | const wxShortcutItem & | item, | |
| bool | excludeId = false | |||
| ) |
| wxShortcutItem& wxShortcutItem::Enable | ( | bool | enable | ) | [inline] |
| const wxString& wxShortcutItem::GetCategory | ( | ) | const [inline] |
| const wxString& wxShortcutItem::GetDescription | ( | ) | const [inline] |
| int wxShortcutItem::GetFlags | ( | ) | const [inline] |
| int wxShortcutItem::GetId | ( | ) | const [inline] |
| int wxShortcutItem::GetKeyCode | ( | ) | const [inline] |
| const wxString& wxShortcutItem::GetName | ( | ) | const [inline] |
| void wxShortcutItem::Init | ( | ) |
| bool wxShortcutItem::IsEnabled | ( | ) | const [inline] |
| bool wxShortcutItem::operator== | ( | const wxShortcutItem & | item | ) | const |
| wxShortcutItem& wxShortcutItem::SetCategory | ( | const wxString & | cat | ) | [inline] |
| wxShortcutItem& wxShortcutItem::SetDescription | ( | const wxString & | descr | ) | [inline] |
| wxShortcutItem& wxShortcutItem::SetFlags | ( | int | flags | ) | [inline] |
| wxShortcutItem& wxShortcutItem::SetId | ( | int | id | ) | [inline] |
| wxShortcutItem& wxShortcutItem::SetKeyCode | ( | int | keyCode | ) | [inline] |
| wxShortcutItem& wxShortcutItem::SetName | ( | const wxString & | name | ) | [inline] |
| wxString wxShortcutItem::m_category |
| wxString wxShortcutItem::m_description |
| wxString wxShortcutItem::m_name |
1.5.8