#include <listbox.h>
Public Member Functions | |
| ListItem () | |
| ~ListItem () | |
| ListItem (string val, string txt) | |
| string | GetValue () |
| string | GetText () |
| void | SetValue (string new_value) |
| void | SetText (string new_text) |
Private Attributes | |
| string | value |
| string | text |
Definition at line 24 of file listbox.h.
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
Definition at line 32 of file listbox.h. References text. |
|
|
Definition at line 31 of file listbox.h. References value. |
|
|
Definition at line 34 of file listbox.h. References text. |
|
|
Definition at line 33 of file listbox.h. References value. |
|
|
Definition at line 38 of file listbox.h. Referenced by GetText(), ListItem(), and SetText(). |
|
|
Definition at line 37 of file listbox.h. Referenced by GetValue(), ListItem(), and SetValue(). |
1.4.6