On Time RTOS-32 Documentation
Welcome
RTTarget-32
RTKernel-32
RTFiles-32
RTIP-32
RTPEG-32
RTPEG-32 Programming Manual
Introduction
Overview
Programming with RTPEG-32
Screen Drivers
Demo Programs
Utility Programs
Window Builder
Project Files
Source Output Files
Screen Layout
Project Window
Configure Menu
Source Page
Images Page
Fonts Page
Target Window
String Table
Source Code Generation
Pointer Name Control
Implicit Pointers
Temporary Pointers
Automatic Named Pointers
Member Pointers
Image Convert
Font Capture
Make String Table
RTPEG-32 Reference Manual
RTUSB-32
|
Member Pointers
A member pointer is a pointer to a child object which is maintained as a member variable of the parent window class. This pointer is initialized in the class constructor and used at all times to reference the child object. You can instruct Window Builder to create a member pointer for a child object by checking on the Member Pointer checkbox in the properties dialog and typing a name in the Pointer Name field.
Pointer Name Control
Automatic Named Pointers
|