LibreOffice Module extensions (master) 1
|
#include <bibshortcuthandler.hxx>
Public Member Functions | |
virtual | ~BibShortCutHandler () |
virtual bool | HandleShortCutKey (const KeyEvent &rKeyEvent) |
vcl::Window * | GetWindow () |
Protected Member Functions | |
BibShortCutHandler (vcl::Window *pBaseClass) | |
Private Attributes | |
VclPtr< vcl::Window > | pBaseClass |
Definition at line 29 of file bibshortcuthandler.hxx.
|
inlineexplicitprotected |
Definition at line 44 of file bibshortcuthandler.hxx.
|
virtual |
Definition at line 28 of file bibcont.cxx.
|
inline |
Definition at line 48 of file bibshortcuthandler.hxx.
References pBaseClass.
Referenced by BibWindowContainer::GetChild().
|
virtual |
Reimplemented in BibWindowContainer, BibBookContainer, and bib::BibView.
Definition at line 32 of file bibcont.cxx.
Referenced by BibWindowContainer::HandleShortCutKey().
|
private |
Definition at line 32 of file bibshortcuthandler.hxx.
Referenced by GetWindow().