|
Freeciv-3.1
|
Go to the source code of this file.
Data Structures | |
| struct | option_dialog |
Functions | |
| QString | split_text (QString text, bool cut) |
| QString | cut_helptext (QString text) |
| void | option_dialog_popup (QString name, const struct option_set *poptset, bool client) |
| QString cut_helptext | ( | QString | text | ) |
Remove some text from given text(help text) to show as tooltip
Definition at line 105 of file optiondlg.cpp.
| void option_dialog_popup | ( | QString | name, |
| const struct option_set * | poptset, | ||
| bool | client_set | ||
| ) |
Popup the option dialog for the option set.
Definition at line 776 of file optiondlg.cpp.
| QString split_text | ( | QString | text, |
| bool | cut | ||
| ) |
Splits long text to 80 characters
Definition at line 62 of file optiondlg.cpp.