LibreOffice Module vcl (master)
1
|
#include <event.hxx>
Public Member Functions | |
HelpEvent (const Point &rMousePos, HelpEventMode nHelpMode) | |
const Point & | GetMousePosPixel () const |
HelpEventMode | GetMode () const |
bool | KeyboardActivated () const |
void | SetKeyboardActivated (bool bKeyboard) |
Private Attributes | |
Point | maPos |
HelpEventMode | mnMode |
bool | mbKeyboardActivated |
|
inlineexplicit |
Definition at line 213 of file event.hxx.
References mbKeyboardActivated, and mnMode.
|
inline |
Definition at line 208 of file event.hxx.
Referenced by MenuWindow::ImplHandleHelpEvent(), MenuFloatingWindow::RequestHelp(), TabControl::RequestHelp(), StatusBar::RequestHelp(), MenuBarWindow::RequestHelp(), ImplBorderWindow::RequestHelp(), SplitWindow::RequestHelp(), Calendar::RequestHelp(), HeaderBar::RequestHelp(), SvxIconChoiceCtrl_Impl::RequestHelp(), ToolBox::RequestHelp(), SvImpLBox::RequestHelp(), VclDrawingArea::RequestHelp(), and vcl::Window::RequestHelp().
|
inline |
Definition at line 207 of file event.hxx.
References Point.
Referenced by MenuWindow::ImplHandleHelpEvent(), TabControl::RequestHelp(), StatusBar::RequestHelp(), ImplBorderWindow::RequestHelp(), SplitWindow::RequestHelp(), Calendar::RequestHelp(), HeaderBar::RequestHelp(), SvxIconChoiceCtrl_Impl::RequestHelp(), ToolBox::RequestHelp(), SvImpLBox::RequestHelp(), VclDrawingArea::RequestHelp(), and vcl::Window::RequestHelp().
|
inline |
Definition at line 209 of file event.hxx.
Referenced by MenuWindow::ImplHandleHelpEvent(), TabControl::RequestHelp(), StatusBar::RequestHelp(), ImplBorderWindow::RequestHelp(), SplitWindow::RequestHelp(), and ToolBox::RequestHelp().
|
inline |
Definition at line 210 of file event.hxx.
Referenced by ImplHandleKey().
|
private |
Definition at line 202 of file event.hxx.
Referenced by HelpEvent().
|
private |
Definition at line 201 of file event.hxx.
Referenced by HelpEvent().