WadseekerInterface Class Reference

Wadseeker dialog box, only one instance is allowed. More...

#include <wadseekerinterface.h>

+ Inheritance diagram for WadseekerInterface:

Public Member Functions

bool isAutomatic ()
 
void setCustomSites (const QStringList &sites)
 
void setWads (const QList< PWad > &wads)
 Sets WADs to seek.
 
Wadseeker & wadseekerRef ()
 

Static Public Member Functions

static WadseekerInterfacecreate (QWidget *parent=nullptr)
 
static WadseekerInterfacecreate (ServerPtr server, QWidget *parent=nullptr)
 
static WadseekerInterfacecreateAutoNoGame (QWidget *parent=nullptr)
 
static bool isInstantiated ()
 

Detailed Description

Wadseeker dialog box, only one instance is allowed.

This is not a singleton, but create() methods will return nullptr if instance is already running. There's also isInstantiated() static method available.

Definition at line 44 of file wadseekerinterface.h.

Member Function Documentation

void WadseekerInterface::setWads ( const QList< PWad > &  wads)

Sets WADs to seek.

If window is automatic seek will start immediately. Otherwise WADs are inserted into the line edit.

Parameters
wads- list of PWads to seek.

Definition at line 401 of file wadseekerinterface.cpp.


The documentation for this class was generated from the following files: