Inheritance diagram for ServerFilterDock:Public Slots | |
| void | setFilterInfo (const ServerListFilterInfo &filterInfo) |
| Sets widgets to new filter info. More... | |
Signals | |
| void | filterUpdated (const ServerListFilterInfo &filterInfo) |
| void | nonEmptyServerGroupingAtTopToggled (bool b) |
Public Member Functions | |
| ServerFilterDock (QWidget *pParent=NULL) | |
| void | addGameModeToComboBox (const QString &gameMode) |
| QLineEdit * | createQuickSearch () |
| Creates and/or returns an instance of widget that is located in the MainWindow toolbar. More... | |
| ServerListFilterInfo | filterInfo () const |
Definition at line 34 of file serverfilterdock.h.
| QLineEdit * ServerFilterDock::createQuickSearch | ( | ) |
Creates and/or returns an instance of widget that is located in the MainWindow toolbar.
Definition at line 98 of file serverfilterdock.cpp.
|
slot |
Sets widgets to new filter info.
Emits filterUpdated() signal.
Definition at line 153 of file serverfilterdock.cpp.