| batchWrite(std::function< void(QSettings &)> batchWriteFunction) | SettingsManager | |
| battlefieldFlashEnabledChanged(bool state) | InterfaceSettings | signal |
| defaultGroup | SettingsManager | protected |
| defaultSubGroup | SettingsManager | protected |
| deleteValue(const QString &name) | SettingsManager | protected |
| deleteValue(const QString &name, const QString &group, const QString &subGroup=QString()) | SettingsManager | protected |
| getAnnotateTokens() const override | InterfaceSettings | virtual |
| getBattlefieldFlashEnabled() const override | InterfaceSettings | virtual |
| getBuddyConnectNotificationsEnabled() const override | InterfaceSettings | virtual |
| getCardViewExpandedRowsMax() const override | InterfaceSettings | virtual |
| getCardViewInitialRowsMax() const override | InterfaceSettings | virtual |
| getClickPlaysAllSelected() const override | InterfaceSettings | virtual |
| getCloseEmptyCardView() const override | InterfaceSettings | virtual |
| getDoNotDeleteArrowsInSubPhases() const override | InterfaceSettings | virtual |
| getDoubleClickToPlay() const override | InterfaceSettings | virtual |
| getFastForwardSpeed() const override | InterfaceSettings | virtual |
| getFocusCardViewSearchBar() const override | InterfaceSettings | virtual |
| getHorizontalHand() const override | InterfaceSettings | virtual |
| getInvertVerticalCoordinate() const override | InterfaceSettings | virtual |
| getKeepGameChatFocus() const override | InterfaceSettings | virtual |
| getLeftJustified() const override | InterfaceSettings | virtual |
| getLifeCounterAnimationsEnabled() const override | InterfaceSettings | virtual |
| getMinPlayersForMultiColumnLayout() const override | InterfaceSettings | virtual |
| getNotificationsEnabled() const override | InterfaceSettings | virtual |
| getPlaymatFallbackBehavior() const override | InterfaceSettings | virtual |
| getPlaymatFallbackList() const override | InterfaceSettings | virtual |
| getPlaymatMode() const override | InterfaceSettings | virtual |
| getPlaymatVisibility() const override | InterfaceSettings | virtual |
| getPlayToStack() const override | InterfaceSettings | virtual |
| getRewindBufferingMs() const override | InterfaceSettings | virtual |
| getSettings() const | SettingsManager | protected |
| getShowDragSelectionCount() const override | InterfaceSettings | virtual |
| getShowGameSelectorFilterToolbar() const override | InterfaceSettings | virtual |
| getShowShortcuts() const override | InterfaceSettings | virtual |
| getShowStatusBar() const override | InterfaceSettings | virtual |
| getShowTotalSelectionCount() const override | InterfaceSettings | virtual |
| getSkipEmptySections() const override | InterfaceSettings | virtual |
| getSpectatorNotificationsEnabled() const override | InterfaceSettings | virtual |
| getStartingHandSize() const override | InterfaceSettings | virtual |
| getTallyType() const override | InterfaceSettings | virtual |
| getUserListExpandedSections() const override | InterfaceSettings | virtual |
| getUseTearOffMenus() const override | InterfaceSettings | virtual |
| getValue(const QString &name) const | SettingsManager | |
| getValue(const QString &name, const QString &group, const QString &subGroup=QString()) const | SettingsManager | |
| getValue(const QString &name, const QString &group, const QString &subGroup, const QVariant &defaultValue) const | SettingsManager | |
| getZoneViewGroupByIndex() const override | InterfaceSettings | virtual |
| getZoneViewPileView() const override | InterfaceSettings | virtual |
| getZoneViewSortByIndex() const override | InterfaceSettings | virtual |
| handJustificationChanged() | InterfaceSettings | signal |
| horizontalHandChanged() | InterfaceSettings | signal |
| InterfaceSettings(const QString &settingPath, QObject *parent=nullptr) | InterfaceSettings | explicit |
| InterfaceSettings(const InterfaceSettings &) | InterfaceSettings | private |
| invertVerticalCoordinateChanged() | InterfaceSettings | signal |
| keepGameChatFocusChanged(bool value) | InterfaceSettings | signal |
| lifeCounterAnimationsEnabledChanged(bool state) | InterfaceSettings | signal |
| minPlayersForMultiColumnLayoutChanged() | InterfaceSettings | signal |
| playmatSettingsChanged() | InterfaceSettings | signal |
| playmatVisibilityChanged(int visibility) | InterfaceSettings | signal |
| setAnnotateTokens(bool _annotateTokens) | InterfaceSettings | |
| setBattlefieldFlashEnabled(bool _battlefieldFlashEnabled) | InterfaceSettings | |
| setBuddyConnectNotificationsEnabled(bool _buddyConnectNotificationsEnabled) | InterfaceSettings | |
| setCardViewExpandedRowsMax(int value) | InterfaceSettings | |
| setCardViewInitialRowsMax(int _cardViewInitialRowsMax) | InterfaceSettings | |
| setClickPlaysAllSelected(bool _clickPlaysAllSelected) | InterfaceSettings | |
| setCloseEmptyCardView(bool value) | InterfaceSettings | |
| setDoNotDeleteArrowsInSubPhases(bool _doNotDeleteArrowsInSubPhases) | InterfaceSettings | |
| setDoubleClickToPlay(bool _doubleClickToPlay) | InterfaceSettings | |
| setFastForwardSpeed(qreal _value) | InterfaceSettings | |
| setFocusCardViewSearchBar(bool value) | InterfaceSettings | |
| setHorizontalHand(bool _horizontalHand) | InterfaceSettings | |
| setInvertVerticalCoordinate(bool _invertVerticalCoordinate) | InterfaceSettings | |
| setKeepGameChatFocus(bool value) | InterfaceSettings | |
| setLeftJustified(bool _leftJustified) | InterfaceSettings | |
| setLifeCounterAnimationsEnabled(bool _lifeCounterAnimationsEnabled) | InterfaceSettings | |
| setMinPlayersForMultiColumnLayout(int _minPlayersForMultiColumnLayout) | InterfaceSettings | |
| setNotificationsEnabled(bool _notificationsEnabled) | InterfaceSettings | |
| setPlaymatFallbackBehavior(int _behavior) | InterfaceSettings | |
| setPlaymatFallbackList(const QList< PlaymatInfo > &_fallbackList) | InterfaceSettings | |
| setPlaymatMode(int _mode) | InterfaceSettings | |
| setPlaymatVisibility(int _visibility) | InterfaceSettings | |
| setPlayToStack(bool _playToStack) | InterfaceSettings | |
| setRewindBufferingMs(int _rewindBufferingMs) | InterfaceSettings | |
| setShowDragSelectionCount(bool _showDragSelectionCount) | InterfaceSettings | |
| setShowGameSelectorFilterToolbar(bool _showGameSelectorFilterToolbar) | InterfaceSettings | |
| setShowShortcuts(bool _showShortcuts) | InterfaceSettings | |
| setShowStatusBar(bool _showStatusBar) | InterfaceSettings | |
| setShowTotalSelectionCount(bool _showTotalSelectionCount) | InterfaceSettings | |
| setSkipEmptySections(bool _value) | InterfaceSettings | |
| setSpectatorNotificationsEnabled(bool _spectatorNotificationsEnabled) | InterfaceSettings | |
| setStartingHandSize(int _startingHandSize) | InterfaceSettings | |
| setTallyType(int value) | InterfaceSettings | |
| settingPath | SettingsManager | protected |
| SettingsCache class | InterfaceSettings | friend |
| SettingsManager(const QString &settingPath, const QString &defaultGroup=QString(), const QString &defaultSubGroup=QString(), QObject *parent=nullptr) | SettingsManager | explicit |
| setUserListExpandedSections(const QStringList §ions) | InterfaceSettings | |
| setUseTearOffMenus(bool _useTearOffMenus) | InterfaceSettings | |
| setValue(const QVariant &value, const QString &name) | SettingsManager | protected |
| setValue(const QVariant &value, const QString &name, const QString &group, const QString &subGroup=QString()) | SettingsManager | protected |
| setZoneViewGroupByIndex(int _zoneViewGroupByIndex) | InterfaceSettings | |
| setZoneViewPileView(bool _zoneViewPileView) | InterfaceSettings | |
| setZoneViewSortByIndex(int _zoneViewSortByIndex) | InterfaceSettings | |
| showGameSelectorFilterToolbarChanged(bool state) | InterfaceSettings | signal |
| showStatusBarChanged(bool state) | InterfaceSettings | signal |
| sync() | SettingsManager | |
| tallyTypeChanged(int type) | InterfaceSettings | signal |
| useTearOffMenusChanged(bool state) | InterfaceSettings | signal |
| ~IInterfaceSettingsProvider()=default | IInterfaceSettingsProvider | virtual |