LibreOffice
LibreOffice 24.2 SDK API Reference
|
specifies the paint event for a component. More...
import"PaintEvent.idl";
Public Attributes | |
com::sun::star::awt::Rectangle | UpdateRect |
contains the rectangle area which needs to be repainted. More... | |
short | Count |
contains the number of paint events that follows this event if it is a multiple PaintEvent. More... | |
Public Attributes inherited from EventObject | |
com::sun::star::uno::XInterface | Source |
refers to the object that fired the event. More... | |
specifies the paint event for a component.
This event is a special type which is used to ensure that paint/update method calls are serialized along with the other events delivered from the event queue.
short Count |
contains the number of paint events that follows this event if it is a multiple PaintEvent.
You can collect the PaintEvent until Count is zero.
com::sun::star::awt::Rectangle UpdateRect |
contains the rectangle area which needs to be repainted.