#include <BALL/VIEW/DIALOGS/editSingleShortcut.h>
Widget for customizing BALLView shortcuts
Definition at line 35 of file editSingleShortcut.h.
◆ EditSingleShortcut()
BALL::VIEW::EditSingleShortcut::EditSingleShortcut |
( |
QWidget * | parent = NULL, |
|
|
const char * | name = "EditSingleShortcut", |
|
|
Qt::WindowFlags | fl = 0 ) |
◆ accept
virtual void BALL::VIEW::EditSingleShortcut::accept |
( |
| ) |
|
|
virtualslot |
◆ changeMode_()
void BALL::VIEW::EditSingleShortcut::changeMode_ |
( |
bool | mode | ) |
|
|
protected |
◆ getKeySequence()
QKeySequence const & BALL::VIEW::EditSingleShortcut::getKeySequence |
( |
| ) |
const |
|
inline |
◆ keyPressEvent()
void BALL::VIEW::EditSingleShortcut::keyPressEvent |
( |
QKeyEvent * | evt | ) |
|
|
protected |
◆ keyReleaseEvent()
void BALL::VIEW::EditSingleShortcut::keyReleaseEvent |
( |
QKeyEvent * | evt | ) |
|
|
protected |
◆ modeChanged_
void BALL::VIEW::EditSingleShortcut::modeChanged_ |
( |
bool | toggled | ) |
|
|
protectedslot |
◆ reject
virtual void BALL::VIEW::EditSingleShortcut::reject |
( |
| ) |
|
|
virtualslot |
◆ reset()
void BALL::VIEW::EditSingleShortcut::reset |
( |
| ) |
|
◆ setErrorText()
void BALL::VIEW::EditSingleShortcut::setErrorText |
( |
QString | error | ) |
|
|
protected |
◆ setIndex()
void BALL::VIEW::EditSingleShortcut::setIndex |
( |
const QModelIndex & | index | ) |
|
◆ setShortcutText()
void BALL::VIEW::EditSingleShortcut::setShortcutText |
( |
QString | new_keysequence | ) |
|
|
protected |
◆ setup()
void BALL::VIEW::EditSingleShortcut::setup |
( |
const QString & | shortcut | ) |
|
◆ startRecording_()
void BALL::VIEW::EditSingleShortcut::startRecording_ |
( |
| ) |
|
|
protected |
◆ stopRecording_()
void BALL::VIEW::EditSingleShortcut::stopRecording_ |
( |
| ) |
|
|
protected |
◆ updateText_()
void BALL::VIEW::EditSingleShortcut::updateText_ |
( |
| ) |
|
|
protected |
◆ is_recording_
bool BALL::VIEW::EditSingleShortcut::is_recording_ |
|
protected |
◆ key_
int BALL::VIEW::EditSingleShortcut::key_ |
|
protected |
◆ modifiers_
unsigned int BALL::VIEW::EditSingleShortcut::modifiers_ |
|
protected |
◆ new_sequence_
QKeySequence BALL::VIEW::EditSingleShortcut::new_sequence_ |
|
protected |