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
|
Pointer Name Control
You can control the type and name of the pointer (if any) used when each child object of the top-level window is created. Controlling how pointers are used is done by adjusting the basic properties, using the properties dialog, for each child control. There are four types of pointers used by Window Builder during code generation: Member pointers, Automatic Named pointers, Automatic Temporary pointers, and Implicit pointers. We will describe each type below and describe how you can control the use of pointers in the generated source code.
Window Builder
Source Code Generation
Implicit Pointers
Temporary Pointers
Automatic Named Pointers
Member Pointers
|