Vegastrike 0.5.1 rc1  1.0
Original sources for Vegastrike Evolved
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Picker::DisplayCell Struct Reference

#include <picker.h>

Public Member Functions

 DisplayCell (PickerCell *c=NULL, int l=0)
 

Public Attributes

PickerCellcell
 
int level
 
PaintText paintText
 

Detailed Description

Definition at line 251 of file picker.h.

Constructor & Destructor Documentation

Picker::DisplayCell::DisplayCell ( PickerCell c = NULL,
int  l = 0 
)
inline

Definition at line 257 of file picker.h.

257  : cell( c )
258  , level( l )
259  , paintText() {}

Member Data Documentation

PickerCell* Picker::DisplayCell::cell

Definition at line 253 of file picker.h.

Referenced by Picker::draw().

int Picker::DisplayCell::level

Definition at line 254 of file picker.h.

PaintText Picker::DisplayCell::paintText

Definition at line 255 of file picker.h.

Referenced by Picker::draw().


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