LibreOffice Module vcl (master)
1
|
#include <commandevent.hxx>
Public Member Functions | |
CommandModKeyData (ModKeyFlags nCode, bool bDown) | |
bool | IsDown () const |
bool | IsMod1 () const |
bool | IsMod2 () const |
bool | IsLeftShift () const |
bool | IsRightShift () const |
Private Attributes | |
bool | mbDown |
ModKeyFlags | mnCode |
Definition at line 186 of file commandevent.hxx.
CommandModKeyData::CommandModKeyData | ( | ModKeyFlags | nCode, |
bool | bDown | ||
) |
Definition at line 89 of file commandevent.cxx.
|
inline |
Definition at line 195 of file commandevent.hxx.
References mbDown.
Referenced by MenuBar::ImplHandleCmdEvent().
|
inline |
Definition at line 198 of file commandevent.hxx.
References LeftShift.
|
inline |
Definition at line 196 of file commandevent.hxx.
References Mod1Msk.
|
inline |
Definition at line 197 of file commandevent.hxx.
References Mod2Msk.
Referenced by MenuBar::ImplHandleCmdEvent().
|
inline |
Definition at line 199 of file commandevent.hxx.
References RightShift.
|
private |
Definition at line 189 of file commandevent.hxx.
Referenced by CommandModKeyData(), and IsDown().
|
private |
Definition at line 190 of file commandevent.hxx.
Referenced by CommandModKeyData().