Richard Boegli's CnC_Generals_Zero_Hour Fork WIP
This is documentation of Richard Boegil's Zero Hour Fork
 
Loading...
Searching...
No Matches
_EntryData Struct Reference

#include <Gadget.h>

Public Attributes

DisplayStringtext
 the entry text
 
DisplayStringsText
 for displaying 'secret' text
 
DisplayStringconstructText
 for foriegn text construction
 
Bool secretText
 If TRUE text appears as astericks.
 
Bool numericalOnly
 If TRUE only numbers are allowed as input.
 
Bool alphaNumericalOnly
 If TRUE only numbers and letters are allowed as input.
 
Bool aSCIIOnly
 If TRUE ascii allowed as input.
 
Short maxTextLen
 Max length of edit text.
 
Bool receivedUnichar
 
Bool drawTextFromStart
 
GameWindowconstructList
 
UnsignedShort charPos
 
UnsignedShort conCharPos
 

Detailed Description

Definition at line 277 of file Gadget.h.

Member Data Documentation

◆ alphaNumericalOnly

Bool _EntryData::alphaNumericalOnly

If TRUE only numbers and letters are allowed as input.

Definition at line 285 of file Gadget.h.

◆ aSCIIOnly

Bool _EntryData::aSCIIOnly

If TRUE ascii allowed as input.

Definition at line 286 of file Gadget.h.

◆ charPos

UnsignedShort _EntryData::charPos

Definition at line 301 of file Gadget.h.

◆ conCharPos

UnsignedShort _EntryData::conCharPos

Definition at line 302 of file Gadget.h.

◆ constructList

GameWindow* _EntryData::constructList

Definition at line 300 of file Gadget.h.

◆ constructText

DisplayString* _EntryData::constructText

for foriegn text construction

Definition at line 282 of file Gadget.h.

◆ drawTextFromStart

Bool _EntryData::drawTextFromStart

Definition at line 298 of file Gadget.h.

◆ maxTextLen

Short _EntryData::maxTextLen

Max length of edit text.

Definition at line 287 of file Gadget.h.

◆ numericalOnly

Bool _EntryData::numericalOnly

If TRUE only numbers are allowed as input.

Definition at line 284 of file Gadget.h.

◆ receivedUnichar

Bool _EntryData::receivedUnichar

Definition at line 296 of file Gadget.h.

◆ secretText

Bool _EntryData::secretText

If TRUE text appears as astericks.

Definition at line 283 of file Gadget.h.

◆ sText

DisplayString* _EntryData::sText

for displaying 'secret' text

Definition at line 281 of file Gadget.h.

◆ text

DisplayString* _EntryData::text

the entry text

Definition at line 280 of file Gadget.h.


The documentation for this struct was generated from the following file: