Searched refs:hotCorner (Results 1 - 4 of 4) sorted by relevance
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/ |
H A D | UIConsoleEventHandler.h | 38 /** Notifies about mouse pointer become @a fVisible and his shape changed to @a fAlpha, @a hotCorner, @a size and @a shape. */ 39 void sigMousePointerShapeChange(bool fVisible, bool fAlpha, QPoint hotCorner, QSize size, QVector<uint8_t> shape);
|
H A D | UISession.h | 319 void sltMousePointerShapeChange(bool fVisible, bool fAlpha, QPoint hotCorner, QSize size, QVector<uint8_t> shape);
|
H A D | UISession.cpp | 649 void UISession::sltMousePointerShapeChange(bool fVisible, bool fAlpha, QPoint hotCorner, QSize size, QVector<uint8_t> shape) argument 659 hotCorner.x(), hotCorner.y(),
|
/vbox/src/VBox/Frontends/VirtualBox/src/globals/ |
H A D | UIMainEventListener.h | 72 /** Notifies about mouse pointer become @a fVisible and his shape changed to @a fAlpha, @a hotCorner, @a size and @a shape. */ 73 void sigMousePointerShapeChange(bool fVisible, bool fAlpha, QPoint hotCorner, QSize size, QVector<uint8_t> shape);
|
Completed in 48 milliseconds