mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-17 10:55:32 +08:00
Also added new icon as application and table view icon.
This commit is contained in:
@@ -38,7 +38,7 @@ namespace BlackMisc
|
||||
IndexKeyObject, // just for updates
|
||||
};
|
||||
|
||||
//! \brief Function
|
||||
//! Function
|
||||
enum HotkeyFunction
|
||||
{
|
||||
HotkeyNone,
|
||||
@@ -49,7 +49,7 @@ namespace BlackMisc
|
||||
HotkeyOpacity100
|
||||
};
|
||||
|
||||
//! \brief Modifier
|
||||
//! Modifier
|
||||
enum Modifier
|
||||
{
|
||||
ModifierNone,
|
||||
@@ -66,13 +66,13 @@ namespace BlackMisc
|
||||
ModifierNum
|
||||
};
|
||||
|
||||
//! \brief Default constructor
|
||||
//! Default constructor
|
||||
CKeyboardKey();
|
||||
|
||||
//! \brief Constructor by function
|
||||
//! Constructor by function
|
||||
CKeyboardKey(HotkeyFunction function);
|
||||
|
||||
//! \brief Constructor
|
||||
//! Constructor
|
||||
CKeyboardKey(Qt::Key keyCode, quint32 nativeVirtualKey, Modifier modifier1 = ModifierNone, Modifier modifier2 = ModifierNone, const HotkeyFunction &function = HotkeyNone);
|
||||
|
||||
//! \brief Destructor
|
||||
|
||||
Reference in New Issue
Block a user