Main Page | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Globals

Ars::XListItem Struct Reference

#include <xlistbox.h>

Collaboration diagram for Ars::XListItem:

Collaboration graph
[legend]

Public Member Functions

 XListItem (std::string sItemTextIn, void *pItemDataIn, RGBColor ItemColorIn, FontEngine *aFontEngine)
 Standard constructor.


Data Fields

std::string itemText
 The displayed text for the item.

void * pItemData
 A pointer to void that can be used as a data pointer.

RGBColor ItemColor
 The color to display the item in.

FontEnginefontEngine

Constructor & Destructor Documentation

Ars::XListItem::XListItem std::string  sItemTextIn,
void *  pItemDataIn,
RGBColor  ItemColorIn,
FontEngine aFontEngine
[inline]
 

Standard constructor.

Definition at line 10 of file xlistbox.h.

References fontEngine, ItemColor, itemText, and pItemData.

00011         : itemText( sItemTextIn ) , pItemData( pItemDataIn ) , ItemColor( ItemColorIn ) , fontEngine( aFontEngine )
00012         { 
00013         }


Field Documentation

FontEngine* Ars::XListItem::fontEngine
 

Definition at line 18 of file xlistbox.h.

Referenced by XListItem().

RGBColor Ars::XListItem::ItemColor
 

The color to display the item in.

Definition at line 17 of file xlistbox.h.

Referenced by XListItem().

std::string Ars::XListItem::itemText
 

The displayed text for the item.

Definition at line 15 of file xlistbox.h.

Referenced by Ars::XDropDown::evValueChange(), and XListItem().

void* Ars::XListItem::pItemData
 

A pointer to void that can be used as a data pointer.

Definition at line 16 of file xlistbox.h.

Referenced by XListItem().


The documentation for this struct was generated from the following file:
Generated on Fri Dec 5 04:07:00 2003 for Borqueror by doxygen 1.3.3