LibreOffice
LibreOffice 7.4 SDK API Reference
Public Attributes | List of all members
PaintEvent Struct Referencepublished

specifies the paint event for a component. More...

import"PaintEvent.idl";

Inheritance diagram for PaintEvent:
EventObject

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...
 

Detailed Description

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.

See also
WindowEvent

Member Data Documentation

◆ Count

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.

◆ UpdateRect

contains the rectangle area which needs to be repainted.


The documentation for this struct was generated from the following file: