#include <BALL/VIEW/WIDGETS/pyWidget.h>
Definition at line 101 of file pyWidget.h.
◆ createHotkey()
◆ get()
void BALL::VIEW::Hotkey::get |
( |
String & | data | ) |
const |
◆ operator<()
bool BALL::VIEW::Hotkey::operator< |
( |
const Hotkey & | key | ) |
|
|
inline |
◆ operator=()
const Hotkey & BALL::VIEW::Hotkey::operator= |
( |
const Hotkey & | s | ) |
|
◆ operator==() [1/2]
bool BALL::VIEW::Hotkey::operator== |
( |
const Hotkey & | hotkey | ) |
const |
◆ operator==() [2/2]
bool BALL::VIEW::Hotkey::operator== |
( |
const QKeyEvent & | e | ) |
const |
◆ set()
bool BALL::VIEW::Hotkey::set |
( |
const String & | data | ) |
|
◆ action
String BALL::VIEW::Hotkey::action |
◆ button_state
Qt::KeyboardModifiers BALL::VIEW::Hotkey::button_state |
◆ comment
String BALL::VIEW::Hotkey::comment |
◆ key
Qt::Key BALL::VIEW::Hotkey::key |