Form that represents the main widget for the application. More...
#include <mw.h>
Public Member Functions | |
| MW (QWidget *parent=0) | |
| constructor | |
| ~MW (void) | |
| destructor | |
| bool | hasWorld (void) const |
| tell if we have a world loaded or not | |
| World * | world (void) const |
| underlying world | |
| void | showError (const QString &s_msg) |
| show an error message | |
| void | showInfo (const QString &s_msg) |
| show an informative message | |
Protected Member Functions | |
| void | changeEvent (QEvent *e) |
| examine change events for run-time language change | |
Form that represents the main widget for the application.