LibreOffice Module vcl (master)
1
|
#include <salwtype.hxx>
Public Member Functions | |
SalPaintEvent (tools::Long x, tools::Long y, tools::Long w, tools::Long h, bool bImmediate=false) | |
Public Attributes | |
tools::Long | mnBoundX |
tools::Long | mnBoundY |
tools::Long | mnBoundWidth |
tools::Long | mnBoundHeight |
bool | mbImmediateUpdate |
Definition at line 142 of file salwtype.hxx.
|
inline |
Definition at line 150 of file salwtype.hxx.
bool SalPaintEvent::mbImmediateUpdate |
Definition at line 148 of file salwtype.hxx.
Referenced by ImplWindowFrameProc().
tools::Long SalPaintEvent::mnBoundHeight |
Definition at line 147 of file salwtype.hxx.
Referenced by ImplWindowFrameProc().
tools::Long SalPaintEvent::mnBoundWidth |
Definition at line 146 of file salwtype.hxx.
Referenced by ImplWindowFrameProc().
tools::Long SalPaintEvent::mnBoundX |
Definition at line 144 of file salwtype.hxx.
Referenced by ImplWindowFrameProc().
tools::Long SalPaintEvent::mnBoundY |
Definition at line 145 of file salwtype.hxx.
Referenced by ImplWindowFrameProc().