Wadseeker dialog box, only one instance is allowed. More...
#include <wadseekerinterface.h>
Inheritance diagram for WadseekerInterface:Public Member Functions | |
| bool | isAutomatic () |
| void | setCustomSite (const QString &site) |
| void | setWads (const QStringList &wads) |
| Sets WADs to seek. More... | |
| Wadseeker & | wadseekerRef () |
Static Public Member Functions | |
| static WadseekerInterface * | create (QWidget *parent=NULL) |
| static WadseekerInterface * | create (ServerPtr server, QWidget *parent=NULL) |
| static WadseekerInterface * | createAutoNoGame (QWidget *parent=NULL) |
| static bool | isInstantiated () |
Wadseeker dialog box, only one instance is allowed.
This is not a singleton, but create() methods will return NULL if instance is already running. There's also isInstantiated() static method available.
Definition at line 41 of file wadseekerinterface.h.
| void WadseekerInterface::setWads | ( | const QStringList & | wads | ) |
Sets WADs to seek.
If window is automatic seek will start immediatelly. Otherwise WADs are inserted into the line edit.
| wads | - wads to seek. |
Definition at line 402 of file wadseekerinterface.cpp.