![]() |
Mixxx
|
#include <configobject.h>


Public Member Functions | |
| ConfigValueKbd () | |
| ConfigValueKbd (QString _value) | |
| ConfigValueKbd (QKeySequence key) | |
| ConfigValueKbd (QDomNode) | |
| void | valCopy (const ConfigValueKbd v) |
Public Attributes | |
| QKeySequence | m_qKey |
Friends | |
| bool | operator== (const ConfigValueKbd &s1, const ConfigValueKbd &s2) |
Definition at line 80 of file configobject.h.
| ConfigValueKbd::ConfigValueKbd | ( | ) |
Definition at line 78 of file configobject.cpp.
| ConfigValueKbd::ConfigValueKbd | ( | QString | _value | ) |
Definition at line 82 of file configobject.cpp.
| ConfigValueKbd::ConfigValueKbd | ( | QKeySequence | key | ) |
Definition at line 90 of file configobject.cpp.
| ConfigValueKbd::ConfigValueKbd | ( | QDomNode | ) | [inline] |
Definition at line 86 of file configobject.h.
| void ConfigValueKbd::valCopy | ( | const ConfigValueKbd | v | ) |
Definition at line 97 of file configobject.cpp.
| bool operator== | ( | const ConfigValueKbd & | s1, |
| const ConfigValueKbd & | s2 | ||
| ) | [friend] |
Definition at line 108 of file configobject.cpp.
| QKeySequence ConfigValueKbd::m_qKey |
Definition at line 90 of file configobject.h.