LibreOffice Module vcl (master)
1
|
Public Attributes | |
AutoTimer | maTimer |
Point | maPixPos |
Point | maPixRotOff |
Size | maPixSize |
Degree10 | mnOrientation |
CursorDirection | mnDirection |
sal_uInt16 | mnStyle |
bool | mbCurVisible |
VclPtr< vcl::Window > | mpWindow |
Definition at line 33 of file cursor.cxx.
Point ImplCursorData::maPixPos |
Definition at line 36 of file cursor.cxx.
Referenced by ImplCursorInvert(), and vcl::Cursor::ImplPrepForDraw().
Point ImplCursorData::maPixRotOff |
Definition at line 37 of file cursor.cxx.
Referenced by ImplCursorInvert(), and vcl::Cursor::ImplPrepForDraw().
Size ImplCursorData::maPixSize |
Definition at line 38 of file cursor.cxx.
Referenced by ImplCursorInvert(), and vcl::Cursor::ImplPrepForDraw().
AutoTimer ImplCursorData::maTimer |
Definition at line 35 of file cursor.cxx.
bool ImplCursorData::mbCurVisible |
Definition at line 42 of file cursor.cxx.
Referenced by vcl::Cursor::DrawToDevice(), and vcl::Cursor::ImplPrepForDraw().
CursorDirection ImplCursorData::mnDirection |
Definition at line 40 of file cursor.cxx.
Referenced by ImplCursorInvert(), and vcl::Cursor::ImplPrepForDraw().
Degree10 ImplCursorData::mnOrientation |
Definition at line 39 of file cursor.cxx.
Referenced by ImplCursorInvert(), and vcl::Cursor::ImplPrepForDraw().
sal_uInt16 ImplCursorData::mnStyle |
Definition at line 41 of file cursor.cxx.
Referenced by vcl::Cursor::DrawToDevice(), and ImplCursorInvert().
VclPtr<vcl::Window> ImplCursorData::mpWindow |
Definition at line 43 of file cursor.cxx.