On Time RTOS-32 Documentation
Welcome
RTTarget-32
RTKernel-32
RTFiles-32
RTIP-32
RTPEG-32
RTPEG-32 Programming Manual
Introduction
Overview
Windowing Interface Terminology
Screen Coordinates
Palettes and Colors
Class PegScreen
Class PegMessageQueue
Class PegPresentationManager
Class PegThing
Class Hierarchy
Unicode
Win32 Emulation Library
Programming with RTPEG-32
Screen Drivers
Demo Programs
Utility Programs
RTPEG-32 Reference Manual
RTUSB-32
|
Class PegThing
Class PegThing is the most fundamental and important class of RTPEG-32. It is the base class from which all viewable objects are derived. You will be using the public functions of PegThing often when programming with RTPEG-32. Some basic properties of PegThing include: whether or not the object is visible; whether the object has a parent and who is the parent; whether the object has children and who are the children; whether the user should be allowed to interact with an object; etc.
The complete API of class PegThing is given in the RTPEG-32 Reference Manual.
Overview
Class PegPresentationManager
Class Hierarchy
|