From b829170121d3657369904ec62d8065606777a9ce Mon Sep 17 00:00:00 2001 From: Aki Date: Fri, 1 Oct 2021 18:54:04 +0200 Subject: Removed doxygen generated docs They can be rebuild anytime and are considered a build artifact/binary. --- Doc/doxygen/html/class_list_box_item.html | 384 ------------------------------ 1 file changed, 384 deletions(-) delete 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 deleted file mode 100644 index 51334b5..0000000 --- a/Doc/doxygen/html/class_list_box_item.html +++ /dev/null @@ -1,384 +0,0 @@ - - - - - -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