#include <common.h>
Inheritance diagram for PropertyDialog:

Public Member Functions | |
| PropertyDialog (const ASCString &title) | |
| PropertyDialog (const ASCString &title, const PG_Rect &size) | |
| void | addBool (const ASCString &name, bool defaultValue) |
| void | addInteger (const ASCString &name, int defaultValue) |
| void | addIntDropdown (const ASCString &name, const StringArray &names, int defaultValue) |
| void | addString (const ASCString &name, const ASCString &defaultValue) |
| std::string | getString (const ASCString &name) |
| int | getInteger (const ASCString &name) |
| bool | getBool (const ASCString &name) |
| bool | run () |
Definition at line 54 of file common.h.
| PropertyDialog::PropertyDialog | ( | const ASCString & | title | ) |
Definition at line 95 of file common.cpp.
| PropertyDialog::PropertyDialog | ( | const ASCString & | title, | |
| const PG_Rect & | size | |||
| ) |
Definition at line 100 of file common.cpp.
| void PropertyDialog::addBool | ( | const ASCString & | name, | |
| bool | defaultValue | |||
| ) |
Definition at line 106 of file common.cpp.
| void PropertyDialog::addInteger | ( | const ASCString & | name, | |
| int | defaultValue | |||
| ) |
Definition at line 112 of file common.cpp.
| void PropertyDialog::addIntDropdown | ( | const ASCString & | name, | |
| const StringArray & | names, | |||
| int | defaultValue | |||
| ) |
Definition at line 124 of file common.cpp.
| std::string PropertyDialog::getString | ( | const ASCString & | name | ) |
Definition at line 130 of file common.cpp.
| int PropertyDialog::getInteger | ( | const ASCString & | name | ) |
Definition at line 135 of file common.cpp.
| bool PropertyDialog::getBool | ( | const ASCString & | name | ) |
Definition at line 140 of file common.cpp.
| bool PropertyDialog::run | ( | ) |
1.5.1