#include <ServerConfig.h>
|
| enum class | Modifier : int8_t {
DefaultMod = -1
, Shift
, Ctrl
, Alt
,
Meta
, Super
, AltGr
, None
,
NumModifiers
} |
| enum class | SwitchCorner : int8_t {
TopLeft
, TopRight
, BottomLeft
, BottomRight
,
NumSwitchCorners
} |
| enum class | Fix : int8_t {
CapsLock
, NumLock
, ScrollLock
, XTest
,
NumFixes
} |
| static const char * | modifierName (int idx) |
| static const char * | fixName (int idx) |
| static const char * | switchCornerName (int idx) |
| | ScreenConfig ()=default |
| | ~ScreenConfig ()=default |
| template<typename T1, typename T2> |
| void | readSettings (QSettingsProxy &settings, T1 &array, const QString &arrayName, const T2 &defaultValue) |
| template<typename T1, typename T2> |
| void | readSettings (QSettingsProxy &settings, T1 &array, const QString &arrayName, const T2 &defaultValue, int entries) |
| template<typename T> |
| void | writeSettings (QSettingsProxy &settings, const T &array, const QString &arrayName) const |
◆ ServerConfig()
| ServerConfig::ServerConfig |
( |
int | columns = kServerGridWidth, |
|
|
int | rows = kServerGridHeight ) |
|
explicit |
◆ ~ServerConfig()
| ServerConfig::~ServerConfig |
( |
| ) |
|
|
default |
◆ addClient()
| void ServerConfig::addClient |
( |
const QString & | clientName | ) |
|
◆ commit()
| void ServerConfig::commit |
( |
| ) |
|
◆ configFile()
| QString ServerConfig::configFile |
( |
| ) |
const |
◆ getServerName()
| QString ServerConfig::getServerName |
( |
| ) |
const |
◆ hotkeys()
| const HotkeyList & ServerConfig::hotkeys |
( |
| ) |
const |
|
inline |
◆ isFull()
| bool ServerConfig::isFull |
( |
| ) |
const |
◆ numScreens()
| int ServerConfig::numScreens |
( |
| ) |
const |
◆ operator==()
| bool ServerConfig::operator== |
( |
const ServerConfig & | sc | ) |
const |
◆ save() [1/2]
| bool ServerConfig::save |
( |
const QString & | fileName | ) |
const |
◆ save() [2/2]
| void ServerConfig::save |
( |
QFile & | file | ) |
const |
◆ screenExists()
| bool ServerConfig::screenExists |
( |
const QString & | screenName | ) |
const |
◆ screens()
| const ScreenList & ServerConfig::screens |
( |
| ) |
const |
|
inline |
◆ updateServerName()
| void ServerConfig::updateServerName |
( |
| ) |
|
◆ useExternalConfig()
| bool ServerConfig::useExternalConfig |
( |
| ) |
const |
◆ operator<<
| QTextStream & operator<< |
( |
QTextStream & | outStream, |
|
|
const ServerConfig & | config ) |
|
friend |
◆ ServerConfigDialog
The documentation for this class was generated from the following files: