#include <uitypes.h>
Definition at line 1294 of file uitypes.h.
Public Member Functions | |
| IntStringPair (int an_int, const QString a_string) | |
| void | setString (const QString &a_string) |
| void | setInt (int an_int) |
| QString | getString () |
| int | getInt () |
Private Attributes | |
| int | my_int |
| QString | my_string |
| IntStringPair::IntStringPair | ( | int | an_int, | |
| const QString | a_string | |||
| ) | [inline] |
| void IntStringPair::setString | ( | const QString & | a_string | ) | [inline] |
| QString IntStringPair::getString | ( | void | ) | [inline] |
Definition at line 1305 of file uitypes.h.
Referenced by UISelectorType::Draw(), and UISelectorType::getCurrentString().
| int IntStringPair::getInt | ( | ) | [inline] |
Definition at line 1306 of file uitypes.h.
Referenced by UISelectorType::getCurrentInt(), and UISelectorType::push().
int IntStringPair::my_int [private] |
QString IntStringPair::my_string [private] |
Definition at line 1312 of file uitypes.h.
Referenced by getString(), IntStringPair(), and setString().
1.5.5