The qnx.display package contains classes that allow you to define the behavior and appearance of an application display window. This includes properties that define X and Y position, Z-order, alpha values and transparency, and focus behavior. This package also contains the Display class which allows you to interact with and configure internal and external displays.
| Class | Description | |
|---|---|---|
| Display | The Display class provides the functionality that enables you to interact with and configure displays. | |
| DisplayMode | The DisplayMode class defines the display mode of an attached display. | |
| DisplayType | The DisplayType class defines constants for the values that are returned by the getDisplayType function of the Display class. | |
| IowWindow | The IowWindow class contains properties that define the appearance and behavior of your application display window. | |
| IowWindowSensitivity | The IowWindowSensitivity class defines constants for the sensitivity property of the IowWindow object that is used to control composition manager windows. | |
| IowWindowState | The IowWindowState class defines constants for the state property of the IowWindow object. | |
| IowWindowTransparency | The IowWindowTransparency class defines constants for the transparency property of the IowWindow object that is used to control composition manager windows. | |
| MirrorMode | The MirrorMode class defines constants that are used by the getMirrorMode and setMirrorMode functions in the Display class. |