The SettingsCategory class provides a model for settings categories.
More...
#include "app/settings/SettingsCategory.h"
|
| SettingsCategory (QObject *parent=nullptr) |
|
QString | name (void) |
|
void | setName (QString newName) |
|
QString | iconName (void) |
|
void | setIconName (QString newIconName) |
|
QString | iconSource (void) |
|
void | setIconSource (QString newIconSource) |
|
QString | qmlFileName (void) |
|
void | setQmlFileName (QString newQmlFileName) |
|
bool | visible (void) |
|
void | setVisible (bool newVisible) |
|
|
QString | m_name |
|
QString | m_iconName |
|
QString | m_iconSource |
|
QString | m_qmlFileName |
|
bool | m_visible = true |
|
The SettingsCategory class provides a model for settings categories.
◆ SettingsCategory()
SettingsCategory::SettingsCategory |
( |
QObject * |
parent = nullptr | ) |
|
|
explicit |
◆ iconName
QString SettingsCategory::iconName |
|
readwrite |
◆ iconSource
QString SettingsCategory::iconSource |
|
readwrite |
◆ name
QString SettingsCategory::name |
|
readwrite |
◆ qmlFileName
QString SettingsCategory::qmlFileName |
|
readwrite |
The name of the QML file of the settings category.
◆ visible
bool SettingsCategory::visible |
|
readwrite |
Whether the settings category is visible.
The documentation for this class was generated from the following files: