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

#include <Gadget.h>

Public Attributes

UnsignedByte drawClock
 We only want to draw the clock if, well, we want to.
 
Int percentClock
 The percentage of the clock we want to draw.
 
Color colorClock
 The color to display the clock at.
 
Bool drawBorder
 We only want to draw the border if we want to.
 
Color colorBorder
 The color for the border around the button.
 
void * userData
 random additional data we can set
 
const ImageoverlayImage
 An overlay image (like a veterancy symbol)
 
AsciiString altSound
 use an alternitive sound if one is set
 

Detailed Description

Definition at line 427 of file Gadget.h.

Member Data Documentation

◆ altSound

AsciiString _PushButtonData::altSound

use an alternitive sound if one is set

Definition at line 436 of file Gadget.h.

◆ colorBorder

Color _PushButtonData::colorBorder

The color for the border around the button.

Definition at line 433 of file Gadget.h.

◆ colorClock

Color _PushButtonData::colorClock

The color to display the clock at.

Definition at line 431 of file Gadget.h.

◆ drawBorder

Bool _PushButtonData::drawBorder

We only want to draw the border if we want to.

Definition at line 432 of file Gadget.h.

◆ drawClock

UnsignedByte _PushButtonData::drawClock

We only want to draw the clock if, well, we want to.

Definition at line 429 of file Gadget.h.

◆ overlayImage

const Image* _PushButtonData::overlayImage

An overlay image (like a veterancy symbol)

Definition at line 435 of file Gadget.h.

◆ percentClock

Int _PushButtonData::percentClock

The percentage of the clock we want to draw.

Definition at line 430 of file Gadget.h.

◆ userData

void* _PushButtonData::userData

random additional data we can set

Definition at line 434 of file Gadget.h.


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