![]() |
Freeciv21
Develop your civilization from humble roots to a global empire
|
#include <conversion_log.h>
Inheritance diagram for conversion_log:
Collaboration diagram for conversion_log:Public Member Functions | |
| conversion_log () | |
| Setup conversion_log object. More... | |
| void | add (const char *msg) |
| Add entry. More... | |
Private Slots | |
| void | close_now () |
| User pushed close button. More... | |
Private Attributes | |
| QTextEdit * | area |
Definition at line 21 of file conversion_log.h.
|
explicit |
Setup conversion_log object.
Definition at line 26 of file conversion_log.cpp.
| void conversion_log::add | ( | const char * | msg | ) |
|
privateslot |
User pushed close button.
Definition at line 60 of file conversion_log.cpp.
Referenced by conversion_log().
|
private |
Definition at line 29 of file conversion_log.h.
Referenced by add(), and conversion_log().