A simple list item class for making textual list items
Inheritance:
ListItemString
- ListItem
Public Methods
-
ListItemString(const char* text)
- Constructor for making a list item from a string
-
void Draw(Bitmap &canvas, Bitmap &skinBitmap, int state)
- Draws the item as a backgorund list button and some text on top of it
-
void SetText(const char* text)
- Sets the item's text
-
char* GetText() const
- Returns the item's text
Protected Fields
-
char* text
- The actual list item's text string
Documentation
A simple list item class for making textual list items
char* text
-
The actual list item's text string
ListItemString(const char* text)
-
Constructor for making a list item from a string
void Draw(Bitmap &canvas, Bitmap &skinBitmap, int state)
-
Draws the item as a backgorund list button and some text on top of it
void SetText(const char* text)
-
Sets the item's text
char* GetText() const
-
Returns the item's text
- Direct child classes:
- ListItemFile
Alphabetic index Hierarchy of classes
Back to front page
|
page generated with DOC++