|
QGroundControl
Ground Control Station for MAVLink Drones
|
Simple branding. Allows to define icon to use on main toolbar. More...
#include <BrandImageSettings.h>
Inheritance diagram for BrandImageSettings:
Collaboration diagram for BrandImageSettings:Public Member Functions | |
| BrandImageSettings (QObject *parent=nullptr) | |
| Fact *userBrandImageIndoor READ userBrandImageIndoor CONSTANT Fact * | userBrandImageIndoor () |
| Fact *userBrandImageOutdoor READ userBrandImageOutdoor CONSTANT Fact * | userBrandImageOutdoor () |
Public Member Functions inherited from SettingsGroup | |
| SettingsGroup (const QString &name, const QString &settingsGroup, QObject *parent=nullptr) | |
| bool visible READ visible WRITE setVisible NOTIFY virtual visibleChanged bool | visible () |
| virtual void | setVisible (bool vis) |
| QString | settingsGroup () const |
Static Public Attributes | |
| static const char * | name = "BrandImage" |
| static const char * | settingsGroup = "Branding" |
| static const char * | userBrandImageIndoorName = "userBrandImageIndoor" |
| static const char * | userBrandImageOutdoorName = "userBrandImageOutdoor" |
Additional Inherited Members | |
Signals inherited from SettingsGroup | |
| void | visibleChanged () |
Protected Member Functions inherited from SettingsGroup | |
| SettingsFact * | _createSettingsFact (const QString &factName) |
Protected Attributes inherited from SettingsGroup | |
| bool | _visible |
| QString | _name |
| QString | _settingsGroup |
| QMap< QString, FactMetaData * > | _nameToMetaDataMap |
Simple branding. Allows to define icon to use on main toolbar.
Definition at line 8 of file BrandImageSettings.h.
| BrandImageSettings::BrandImageSettings | ( | QObject * | parent = nullptr | ) |
Definition at line 3 of file BrandImageSettings.cc.
| Fact * BrandImageSettings::userBrandImageIndoor | ( | ) |
Definition at line 7 of file BrandImageSettings.cc.
| Fact * BrandImageSettings::userBrandImageOutdoor | ( | ) |
Definition at line 8 of file BrandImageSettings.cc.
|
static |
Definition at line 15 of file BrandImageSettings.h.
|
static |
Definition at line 15 of file BrandImageSettings.h.
|
static |
Definition at line 16 of file BrandImageSettings.h.
|
static |
Definition at line 17 of file BrandImageSettings.h.