From 8898ad9b25fca6afe2374d293a981db02a83d7e9 Mon Sep 17 00:00:00 2001 From: "FWoltermann@gmail.com" Date: Thu, 31 May 2012 14:46:27 +0000 Subject: Committing the documentation to svn to have it accessible online --- Doc/doxygen/html/class_list_box_item.html | 384 ++++++++++++++++++++++++++++++ 1 file changed, 384 insertions(+) create mode 100644 Doc/doxygen/html/class_list_box_item.html (limited to 'Doc/doxygen/html/class_list_box_item.html') diff --git a/Doc/doxygen/html/class_list_box_item.html b/Doc/doxygen/html/class_list_box_item.html new file mode 100644 index 0000000..025787b --- /dev/null +++ b/Doc/doxygen/html/class_list_box_item.html @@ -0,0 +1,384 @@ + + + + + +Starshatter_Open: ListBoxItem Class Reference + + + + + + + + + + + + + +
+
+ + + + + + +
+
Starshatter_Open +
+
Open source Starshatter engine
+
+
+ + + + + +
+
+ +
+
+
+ +
+ + + + +
+ +
+ + +
+ +

List of all members.

+ + + + + + + +

+Public Member Functions

 ListBoxItem ()
 ~ListBoxItem ()
int operator< (const ListBoxItem &item) const
int operator<= (const ListBoxItem &item) const
int operator== (const ListBoxItem &item) const
+ + +

+Static Public Member Functions

static const char * TYPENAME ()
+ + + + + + + + +

+Public Attributes

Text text
DWORD data
Bitmapimage
bool selected
Color color
List< ListBoxCellsubitems
ListBoxlistbox
+

Detailed Description

+
+

Definition at line 41 of file ListBox.cpp.

+

Constructor & Destructor Documentation

+ +
+
+ + + + + +
+ + + + + + + +
ListBoxItem::ListBoxItem ()
+
+inline
+
+ +

Definition at line 46 of file ListBox.cpp.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + +
ListBoxItem::~ListBoxItem ()
+
+inline
+
+ +

Definition at line 47 of file ListBox.cpp.

+ +
+
+

Member Function Documentation

+ +
+
+ + + + + + + + +
int ListBoxItem::operator< (const ListBoxItemitem) const
+
+ +

Definition at line 84 of file ListBox.cpp.

+ +
+
+ +
+
+ + + + + + + + +
int ListBoxItem::operator<= (const ListBoxItemitem) const
+
+ +

Definition at line 131 of file ListBox.cpp.

+ +
+
+ +
+
+ + + + + + + + +
int ListBoxItem::operator== (const ListBoxItemitem) const
+
+ +

Definition at line 178 of file ListBox.cpp.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + +
static const char* ListBoxItem::TYPENAME ()
+
+inlinestatic
+
+ +

Definition at line 44 of file ListBox.cpp.

+ +
+
+

Member Data Documentation

+ +
+
+ + + + +
Color ListBoxItem::color
+
+ +

Definition at line 57 of file ListBox.cpp.

+ +
+
+ +
+
+ + + + +
DWORD ListBoxItem::data
+
+ +

Definition at line 54 of file ListBox.cpp.

+ +
+
+ +
+
+ + + + +
Bitmap* ListBoxItem::image
+
+ +

Definition at line 55 of file ListBox.cpp.

+ +
+
+ +
+
+ + + + +
ListBox* ListBoxItem::listbox
+
+ +

Definition at line 60 of file ListBox.cpp.

+ +
+
+ +
+
+ + + + +
bool ListBoxItem::selected
+
+ +

Definition at line 56 of file ListBox.cpp.

+ +
+
+ +
+
+ + + + +
List<ListBoxCell> ListBoxItem::subitems
+
+ +

Definition at line 58 of file ListBox.cpp.

+ +
+
+ +
+
+ + + + +
Text ListBoxItem::text
+
+ +

Definition at line 53 of file ListBox.cpp.

+ +
+
+
The documentation for this class was generated from the following file: +
+
+ + + + -- cgit v1.1