#include <BALL/VIEW/WIDGETS/pyWidget.h>
Public Member Functions | |
| bool | operator== (const Hotkey &hotkey) const |
| bool | operator== (const QKeyEvent &e) const |
| const Hotkey & | operator= (const Hotkey &s) |
| bool | operator< (const Hotkey &key) |
| Needed for MSVC. | |
| bool | set (const String &data) |
| void | get (String &data) const |
Static Public Member Functions | |
| static Hotkey | createHotkey (String modifier, String key, String command, bool &ok, String comment="") |
Public Attributes | |
| String | comment |
| String | action |
| Qt::KeyboardModifiers | button_state |
| Qt::Key | key |
Definition at line 104 of file pyWidget.h.
| static Hotkey BALL::VIEW::Hotkey::createHotkey | ( | String | modifier, | |
| String | key, | |||
| String | command, | |||
| bool & | ok, | |||
| String | comment = "" | |||
| ) | [static] |
| void BALL::VIEW::Hotkey::get | ( | String & | data | ) | const |
Needed for MSVC.
Definition at line 122 of file pyWidget.h.
| bool BALL::VIEW::Hotkey::operator== | ( | const QKeyEvent & | e | ) | const |
Definition at line 131 of file pyWidget.h.
| Qt::KeyboardModifiers BALL::VIEW::Hotkey::button_state |
Definition at line 132 of file pyWidget.h.
Definition at line 130 of file pyWidget.h.
| Qt::Key BALL::VIEW::Hotkey::key |
Definition at line 133 of file pyWidget.h.
1.6.3