Utility
Access platform utilities, such as clipboard, PPS objects, and PPS attributes.
You have access to several platform utilities that can help you make your apps more effective. You can add and remove data from a clipboard that's shared between applications, and you can access underlying platform elements such as PPS objects and attributes.
Libraries and permissions
To link against these classes, add the following line to your .pro file:
LIBS += -lbb -lbbsystem
Members
- AbstractBpsEventHandler -
Sub-class AbstractBpsEventHandler and implement event() to process raw BPS events.
- Clipboard
- PpsAttribute -
The PpsAttribute class encapsulates a PPS attribute.
- PpsAttributeFlag
- PpsObject
- PpsOpenMode -
Bitfield values passed to the PpsObject::open() method.
- Screenshot
- ScreenshotError -
The list of outcomes for a capture attempt using bb::system::Screenshot.
- ScreenshotFormat -
The list of supported image formats for capturing a Screenshot.