class MASKING_DLL_DECLSPEC ListItemString

A simple list item class for making textual list items

Inheritance:

ListItemString - ListItem


Public Methods

[more] ListItemString(const char* text)
Constructor for making a list item from a string
[more]void Draw(Bitmap &canvas, Bitmap &skinBitmap, int state)
Draws the item as a backgorund list button and some text on top of it
[more]void SetText(const char* text)
Sets the item's text
[more]char* GetText() const
Returns the item's text

Protected Fields

[more]char* text
The actual list item's text string


Documentation

A simple list item class for making textual list items
ochar* text
The actual list item's text string

o ListItemString(const char* text)
Constructor for making a list item from a string

ovoid Draw(Bitmap &canvas, Bitmap &skinBitmap, int state)
Draws the item as a backgorund list button and some text on top of it

ovoid SetText(const char* text)
Sets the item's text

ochar* GetText() const
Returns the item's text


Direct child classes:
ListItemFile

Alphabetic index Hierarchy of classes


Back to front page   |   page generated with DOC++