|
QGroundControl
Ground Control Station for MAVLink Drones
|
#include <QGCPalette.h>
Inheritance diagram for QGCPalette:
Collaboration diagram for QGCPalette:Public Types | |
| enum | ColorGroup { ColorGroupDisabled = 0 , ColorGroupEnabled , cMaxColorGroup } |
| enum | Theme { Light = 0 , Dark , cMaxTheme } |
| typedef QColor | PaletteColorInfo_t[cMaxTheme][cMaxColorGroup] |
Signals | |
| void | paletteChanged () |
Public Member Functions | |
| Theme globalTheme READ globalTheme WRITE setGlobalTheme NOTIFY | paletteChanged (bool colorGroupEnabled READ colorGroupEnabled WRITE setColorGroupEnabled NOTIFY paletteChanged) 1(QStringList colors READ colors CONSTANT) 1(QColor window READ window WRITE setWindow NOTIFY paletteChanged) 1(QStringList windowColors READ windowColors NOTIFY paletteChanged) QColor window() const |
| QStringList | windowColors () const |
| void | setWindow (const QColor &color) |
| QColor windowTransparent READ windowTransparent WRITE setWindowTransparent NOTIFY | paletteChanged (QStringList windowTransparentColors READ windowTransparentColors NOTIFY paletteChanged) QColor windowTransparent() const |
| QStringList | windowTransparentColors () const |
| void | setWindowTransparent (const QColor &color) |
| QColor windowShadeLight READ windowShadeLight WRITE setWindowShadeLight NOTIFY | paletteChanged (QStringList windowShadeLightColors READ windowShadeLightColors NOTIFY paletteChanged) QColor windowShadeLight() const |
| QStringList | windowShadeLightColors () const |
| void | setWindowShadeLight (const QColor &color) |
| QColor windowShade READ windowShade WRITE setWindowShade NOTIFY | paletteChanged (QStringList windowShadeColors READ windowShadeColors NOTIFY paletteChanged) QColor windowShade() const |
| QStringList | windowShadeColors () const |
| void | setWindowShade (const QColor &color) |
| QColor windowShadeDark READ windowShadeDark WRITE setWindowShadeDark NOTIFY | paletteChanged (QStringList windowShadeDarkColors READ windowShadeDarkColors NOTIFY paletteChanged) QColor windowShadeDark() const |
| QStringList | windowShadeDarkColors () const |
| void | setWindowShadeDark (const QColor &color) |
| QColor text READ text WRITE setText NOTIFY | paletteChanged (QStringList textColors READ textColors NOTIFY paletteChanged) QColor text() const |
| QStringList | textColors () const |
| void | setText (const QColor &color) |
| QColor windowTransparentText READ windowTransparentText WRITE setWindowTransparentText NOTIFY | paletteChanged (QStringList windowTransparentTextColors READ windowTransparentTextColors NOTIFY paletteChanged) QColor windowTransparentText() const |
| QStringList | windowTransparentTextColors () const |
| void | setWindowTransparentText (const QColor &color) |
| QColor warningText READ warningText WRITE setWarningText NOTIFY | paletteChanged (QStringList warningTextColors READ warningTextColors NOTIFY paletteChanged) QColor warningText() const |
| QStringList | warningTextColors () const |
| void | setWarningText (const QColor &color) |
| QColor button READ button WRITE setButton NOTIFY | paletteChanged (QStringList buttonColors READ buttonColors NOTIFY paletteChanged) QColor button() const |
| QStringList | buttonColors () const |
| void | setButton (const QColor &color) |
| QColor buttonBorder READ buttonBorder WRITE setButtonBorder NOTIFY | paletteChanged (QStringList buttonBorderColors READ buttonBorderColors NOTIFY paletteChanged) QColor buttonBorder() const |
| QStringList | buttonBorderColors () const |
| void | setButtonBorder (const QColor &color) |
| QColor buttonText READ buttonText WRITE setButtonText NOTIFY | paletteChanged (QStringList buttonTextColors READ buttonTextColors NOTIFY paletteChanged) QColor buttonText() const |
| QStringList | buttonTextColors () const |
| void | setButtonText (const QColor &color) |
| QColor buttonHighlight READ buttonHighlight WRITE setButtonHighlight NOTIFY | paletteChanged (QStringList buttonHighlightColors READ buttonHighlightColors NOTIFY paletteChanged) QColor buttonHighlight() const |
| QStringList | buttonHighlightColors () const |
| void | setButtonHighlight (const QColor &color) |
| QColor buttonHighlightText READ buttonHighlightText WRITE setButtonHighlightText NOTIFY | paletteChanged (QStringList buttonHighlightTextColors READ buttonHighlightTextColors NOTIFY paletteChanged) QColor buttonHighlightText() const |
| QStringList | buttonHighlightTextColors () const |
| void | setButtonHighlightText (const QColor &color) |
| QColor primaryButton READ primaryButton WRITE setPrimaryButton NOTIFY | paletteChanged (QStringList primaryButtonColors READ primaryButtonColors NOTIFY paletteChanged) QColor primaryButton() const |
| QStringList | primaryButtonColors () const |
| void | setPrimaryButton (const QColor &color) |
| QColor primaryButtonText READ primaryButtonText WRITE setPrimaryButtonText NOTIFY | paletteChanged (QStringList primaryButtonTextColors READ primaryButtonTextColors NOTIFY paletteChanged) QColor primaryButtonText() const |
| QStringList | primaryButtonTextColors () const |
| void | setPrimaryButtonText (const QColor &color) |
| QColor textField READ textField WRITE setTextField NOTIFY | paletteChanged (QStringList textFieldColors READ textFieldColors NOTIFY paletteChanged) QColor textField() const |
| QStringList | textFieldColors () const |
| void | setTextField (const QColor &color) |
| QColor textFieldText READ textFieldText WRITE setTextFieldText NOTIFY | paletteChanged (QStringList textFieldTextColors READ textFieldTextColors NOTIFY paletteChanged) QColor textFieldText() const |
| QStringList | textFieldTextColors () const |
| void | setTextFieldText (const QColor &color) |
| QColor mapButton READ mapButton WRITE setMapButton NOTIFY | paletteChanged (QStringList mapButtonColors READ mapButtonColors NOTIFY paletteChanged) QColor mapButton() const |
| QStringList | mapButtonColors () const |
| void | setMapButton (const QColor &color) |
| QColor mapButtonHighlight READ mapButtonHighlight WRITE setMapButtonHighlight NOTIFY | paletteChanged (QStringList mapButtonHighlightColors READ mapButtonHighlightColors NOTIFY paletteChanged) QColor mapButtonHighlight() const |
| QStringList | mapButtonHighlightColors () const |
| void | setMapButtonHighlight (const QColor &color) |
| QColor mapIndicator READ mapIndicator WRITE setMapIndicator NOTIFY | paletteChanged (QStringList mapIndicatorColors READ mapIndicatorColors NOTIFY paletteChanged) QColor mapIndicator() const |
| QStringList | mapIndicatorColors () const |
| void | setMapIndicator (const QColor &color) |
| QColor mapIndicatorChild READ mapIndicatorChild WRITE setMapIndicatorChild NOTIFY | paletteChanged (QStringList mapIndicatorChildColors READ mapIndicatorChildColors NOTIFY paletteChanged) QColor mapIndicatorChild() const |
| QStringList | mapIndicatorChildColors () const |
| void | setMapIndicatorChild (const QColor &color) |
| QColor mapWidgetBorderLight READ mapWidgetBorderLight WRITE setMapWidgetBorderLight NOTIFY | paletteChanged (QStringList mapWidgetBorderLightColors READ mapWidgetBorderLightColors NOTIFY paletteChanged) QColor mapWidgetBorderLight() const |
| QStringList | mapWidgetBorderLightColors () const |
| void | setMapWidgetBorderLight (const QColor &color) |
| QColor mapWidgetBorderDark READ mapWidgetBorderDark WRITE setMapWidgetBorderDark NOTIFY | paletteChanged (QStringList mapWidgetBorderDarkColors READ mapWidgetBorderDarkColors NOTIFY paletteChanged) QColor mapWidgetBorderDark() const |
| QStringList | mapWidgetBorderDarkColors () const |
| void | setMapWidgetBorderDark (const QColor &color) |
| QColor mapMissionTrajectory READ mapMissionTrajectory WRITE setMapMissionTrajectory NOTIFY | paletteChanged (QStringList mapMissionTrajectoryColors READ mapMissionTrajectoryColors NOTIFY paletteChanged) QColor mapMissionTrajectory() const |
| QStringList | mapMissionTrajectoryColors () const |
| void | setMapMissionTrajectory (const QColor &color) |
| QColor brandingPurple READ brandingPurple WRITE setBrandingPurple NOTIFY | paletteChanged (QStringList brandingPurpleColors READ brandingPurpleColors NOTIFY paletteChanged) QColor brandingPurple() const |
| QStringList | brandingPurpleColors () const |
| void | setBrandingPurple (const QColor &color) |
| QColor brandingBlue READ brandingBlue WRITE setBrandingBlue NOTIFY | paletteChanged (QStringList brandingBlueColors READ brandingBlueColors NOTIFY paletteChanged) QColor brandingBlue() const |
| QStringList | brandingBlueColors () const |
| void | setBrandingBlue (const QColor &color) |
| QColor colorGreen READ colorGreen WRITE setColorGreen NOTIFY | paletteChanged (QStringList colorGreenColors READ colorGreenColors NOTIFY paletteChanged) QColor colorGreen() const |
| QStringList | colorGreenColors () const |
| void | setColorGreen (const QColor &color) |
| QColor colorYellow READ colorYellow WRITE setColorYellow NOTIFY | paletteChanged (QStringList colorYellowColors READ colorYellowColors NOTIFY paletteChanged) QColor colorYellow() const |
| QStringList | colorYellowColors () const |
| void | setColorYellow (const QColor &color) |
| QColor colorYellowGreen READ colorYellowGreen WRITE setColorYellowGreen NOTIFY | paletteChanged (QStringList colorYellowGreenColors READ colorYellowGreenColors NOTIFY paletteChanged) QColor colorYellowGreen() const |
| QStringList | colorYellowGreenColors () const |
| void | setColorYellowGreen (const QColor &color) |
| QColor colorOrange READ colorOrange WRITE setColorOrange NOTIFY | paletteChanged (QStringList colorOrangeColors READ colorOrangeColors NOTIFY paletteChanged) QColor colorOrange() const |
| QStringList | colorOrangeColors () const |
| void | setColorOrange (const QColor &color) |
| QColor colorRed READ colorRed WRITE setColorRed NOTIFY | paletteChanged (QStringList colorRedColors READ colorRedColors NOTIFY paletteChanged) QColor colorRed() const |
| QStringList | colorRedColors () const |
| void | setColorRed (const QColor &color) |
| QColor colorGrey READ colorGrey WRITE setColorGrey NOTIFY | paletteChanged (QStringList colorGreyColors READ colorGreyColors NOTIFY paletteChanged) QColor colorGrey() const |
| QStringList | colorGreyColors () const |
| void | setColorGrey (const QColor &color) |
| QColor colorBlue READ colorBlue WRITE setColorBlue NOTIFY | paletteChanged (QStringList colorBlueColors READ colorBlueColors NOTIFY paletteChanged) QColor colorBlue() const |
| QStringList | colorBlueColors () const |
| void | setColorBlue (const QColor &color) |
| QColor alertBackground READ alertBackground WRITE setAlertBackground NOTIFY | paletteChanged (QStringList alertBackgroundColors READ alertBackgroundColors NOTIFY paletteChanged) QColor alertBackground() const |
| QStringList | alertBackgroundColors () const |
| void | setAlertBackground (const QColor &color) |
| QColor alertBorder READ alertBorder WRITE setAlertBorder NOTIFY | paletteChanged (QStringList alertBorderColors READ alertBorderColors NOTIFY paletteChanged) QColor alertBorder() const |
| QStringList | alertBorderColors () const |
| void | setAlertBorder (const QColor &color) |
| QColor alertText READ alertText WRITE setAlertText NOTIFY | paletteChanged (QStringList alertTextColors READ alertTextColors NOTIFY paletteChanged) QColor alertText() const |
| QStringList | alertTextColors () const |
| void | setAlertText (const QColor &color) |
| QColor missionItemEditor READ missionItemEditor WRITE setMissionItemEditor NOTIFY | paletteChanged (QStringList missionItemEditorColors READ missionItemEditorColors NOTIFY paletteChanged) QColor missionItemEditor() const |
| QStringList | missionItemEditorColors () const |
| void | setMissionItemEditor (const QColor &color) |
| QColor statusFailedText READ statusFailedText WRITE setstatusFailedText NOTIFY | paletteChanged (QStringList statusFailedTextColors READ statusFailedTextColors NOTIFY paletteChanged) QColor statusFailedText() const |
| QStringList | statusFailedTextColors () const |
| void | setstatusFailedText (const QColor &color) |
| QColor statusPassedText READ statusPassedText WRITE setstatusPassedText NOTIFY | paletteChanged (QStringList statusPassedTextColors READ statusPassedTextColors NOTIFY paletteChanged) QColor statusPassedText() const |
| QStringList | statusPassedTextColors () const |
| void | setstatusPassedText (const QColor &color) |
| QColor statusPendingText READ statusPendingText WRITE setstatusPendingText NOTIFY | paletteChanged (QStringList statusPendingTextColors READ statusPendingTextColors NOTIFY paletteChanged) QColor statusPendingText() const |
| QStringList | statusPendingTextColors () const |
| void | setstatusPendingText (const QColor &color) |
| QColor surveyPolygonInterior READ surveyPolygonInterior WRITE setSurveyPolygonInterior NOTIFY | paletteChanged (QStringList surveyPolygonInteriorColors READ surveyPolygonInteriorColors NOTIFY paletteChanged) QColor surveyPolygonInterior() const |
| QStringList | surveyPolygonInteriorColors () const |
| void | setSurveyPolygonInterior (const QColor &color) |
| QColor surveyPolygonTerrainCollision READ surveyPolygonTerrainCollision WRITE setSurveyPolygonTerrainCollision NOTIFY | paletteChanged (QStringList surveyPolygonTerrainCollisionColors READ surveyPolygonTerrainCollisionColors NOTIFY paletteChanged) QColor surveyPolygonTerrainCollision() const |
| QStringList | surveyPolygonTerrainCollisionColors () const |
| void | setSurveyPolygonTerrainCollision (const QColor &color) |
| QColor toolbarBackground READ toolbarBackground WRITE setToolbarBackground NOTIFY | paletteChanged (QStringList toolbarBackgroundColors READ toolbarBackgroundColors NOTIFY paletteChanged) QColor toolbarBackground() const |
| QStringList | toolbarBackgroundColors () const |
| void | setToolbarBackground (const QColor &color) |
| QColor toolStripFGColor READ toolStripFGColor WRITE setToolStripFGColor NOTIFY | paletteChanged (QStringList toolStripFGColorColors READ toolStripFGColorColors NOTIFY paletteChanged) QColor toolStripFGColor() const |
| QStringList | toolStripFGColorColors () const |
| void | setToolStripFGColor (const QColor &color) |
| QColor toolStripHoverColor READ toolStripHoverColor WRITE setToolStripHoverColor NOTIFY | paletteChanged (QStringList toolStripHoverColorColors READ toolStripHoverColorColors NOTIFY paletteChanged) QColor toolStripHoverColor() const |
| QStringList | toolStripHoverColorColors () const |
| void | setToolStripHoverColor (const QColor &color) |
| QColor groupBorder READ groupBorder WRITE setGroupBorder NOTIFY | paletteChanged (QStringList groupBorderColors READ groupBorderColors NOTIFY paletteChanged) QColor groupBorder() const |
| QStringList | groupBorderColors () const |
| void | setGroupBorder (const QColor &color) |
| QColor photoCaptureButtonColor READ photoCaptureButtonColor WRITE setPhotoCaptureButtonColor NOTIFY | paletteChanged (QStringList photoCaptureButtonColorColors READ photoCaptureButtonColorColors NOTIFY paletteChanged) QColor photoCaptureButtonColor() const |
| QStringList | photoCaptureButtonColorColors () const |
| void | setPhotoCaptureButtonColor (const QColor &color) |
| QColor videoCaptureButtonColor READ videoCaptureButtonColor WRITE setVideoCaptureButtonColor NOTIFY | paletteChanged (QStringList videoCaptureButtonColorColors READ videoCaptureButtonColorColors NOTIFY paletteChanged) QColor videoCaptureButtonColor() const |
| QStringList | videoCaptureButtonColorColors () const |
| void | setVideoCaptureButtonColor (const QColor &color) |
| QGCPalette (QObject *parent=nullptr) | |
| ~QGCPalette () | |
| QStringList | colors () const |
| bool | colorGroupEnabled () const |
| void | setColorGroupEnabled (bool enabled) |
Static Public Member Functions | |
| static Theme | globalTheme () |
| static void | setGlobalTheme (Theme newTheme) |
QGCPalette is used in QML ui to expose color properties for the QGC palette. There are two separate palettes in QGC, light and dark. The light palette is for outdoor use and the dark palette is for indoor use. Each palette also has a set of different colors for enabled and disabled states.
Usage:
1.0
Rectangle {
anchors.fill: parent
color: qgcPal.window
QGCPalette { id: qgcPal: colorGroupEnabled: enabled }
}
Definition at line 82 of file QGCPalette.h.
| typedef QColor QGCPalette::PaletteColorInfo_t[cMaxTheme][cMaxColorGroup] |
Definition at line 101 of file QGCPalette.h.
| Enumerator | |
|---|---|
| ColorGroupDisabled | |
| ColorGroupEnabled | |
| cMaxColorGroup | |
Definition at line 88 of file QGCPalette.h.
| enum QGCPalette::Theme |
| Enumerator | |
|---|---|
| Light | |
| Dark | |
| cMaxTheme | |
Definition at line 94 of file QGCPalette.h.
| QGCPalette::QGCPalette | ( | QObject * | parent = nullptr | ) |
Definition at line 14 of file QGCPalette.cc.
| QGCPalette::~QGCPalette | ( | ) |
Definition at line 26 of file QGCPalette.cc.
|
inline |
Definition at line 140 of file QGCPalette.h.
|
inline |
Definition at line 141 of file QGCPalette.h.
|
inline |
Definition at line 142 of file QGCPalette.h.
|
inline |
Definition at line 132 of file QGCPalette.h.
|
inline |
Definition at line 131 of file QGCPalette.h.
|
inline |
Definition at line 116 of file QGCPalette.h.
|
inline |
Definition at line 115 of file QGCPalette.h.
|
inline |
Definition at line 118 of file QGCPalette.h.
|
inline |
Definition at line 119 of file QGCPalette.h.
|
inline |
Definition at line 117 of file QGCPalette.h.
|
inline |
Definition at line 139 of file QGCPalette.h.
|
inline |
Definition at line 133 of file QGCPalette.h.
|
inline |
Definition at line 138 of file QGCPalette.h.
|
inline |
Definition at line 160 of file QGCPalette.h.
|
inline |
Definition at line 136 of file QGCPalette.h.
|
inline |
Definition at line 137 of file QGCPalette.h.
|
inline |
Definition at line 159 of file QGCPalette.h.
|
inline |
Definition at line 134 of file QGCPalette.h.
|
inline |
Definition at line 135 of file QGCPalette.h.
|
inlinestatic |
Definition at line 163 of file QGCPalette.h.
Referenced by GeometryImage::VehicleGeometryImageProvider::requestPixmap().
|
inline |
Definition at line 152 of file QGCPalette.h.
|
inline |
Definition at line 124 of file QGCPalette.h.
|
inline |
Definition at line 125 of file QGCPalette.h.
|
inline |
Definition at line 127 of file QGCPalette.h.
|
inline |
Definition at line 126 of file QGCPalette.h.
|
inline |
Definition at line 130 of file QGCPalette.h.
|
inline |
Definition at line 129 of file QGCPalette.h.
|
inline |
Definition at line 128 of file QGCPalette.h.
|
inline |
Definition at line 143 of file QGCPalette.h.
|
signal |
|
inline |
Definition at line 103 of file QGCPalette.h.
|
inline |
Definition at line 140 of file QGCPalette.h.
|
inline |
Definition at line 141 of file QGCPalette.h.
|
inline |
Definition at line 142 of file QGCPalette.h.
|
inline |
Definition at line 132 of file QGCPalette.h.
|
inline |
Definition at line 131 of file QGCPalette.h.
|
inline |
Definition at line 116 of file QGCPalette.h.
|
inline |
Definition at line 115 of file QGCPalette.h.
|
inline |
Definition at line 118 of file QGCPalette.h.
|
inline |
Definition at line 119 of file QGCPalette.h.
|
inline |
Definition at line 117 of file QGCPalette.h.
|
inline |
Definition at line 139 of file QGCPalette.h.
|
inline |
Definition at line 133 of file QGCPalette.h.
|
inline |
Definition at line 138 of file QGCPalette.h.
|
inline |
Definition at line 136 of file QGCPalette.h.
|
inline |
Definition at line 137 of file QGCPalette.h.
|
inline |
Definition at line 134 of file QGCPalette.h.
|
inline |
Definition at line 135 of file QGCPalette.h.
|
inline |
Definition at line 152 of file QGCPalette.h.
|
inline |
Definition at line 124 of file QGCPalette.h.
|
inline |
Definition at line 125 of file QGCPalette.h.
|
inline |
Definition at line 127 of file QGCPalette.h.
|
inline |
Definition at line 126 of file QGCPalette.h.
|
inline |
Definition at line 130 of file QGCPalette.h.
|
inline |
Definition at line 129 of file QGCPalette.h.
|
inline |
Definition at line 128 of file QGCPalette.h.
|
inline |
Definition at line 143 of file QGCPalette.h.
|
inline |
Definition at line 153 of file QGCPalette.h.
|
inline |
Definition at line 120 of file QGCPalette.h.
|
inline |
Definition at line 121 of file QGCPalette.h.
|
inline |
Definition at line 144 of file QGCPalette.h.
|
inline |
Definition at line 145 of file QGCPalette.h.
|
inline |
Definition at line 146 of file QGCPalette.h.
|
inline |
Definition at line 147 of file QGCPalette.h.
|
inline |
Definition at line 148 of file QGCPalette.h.
|
inline |
Definition at line 112 of file QGCPalette.h.
|
inline |
Definition at line 122 of file QGCPalette.h.
|
inline |
Definition at line 123 of file QGCPalette.h.
|
inline |
Definition at line 149 of file QGCPalette.h.
|
inline |
Definition at line 150 of file QGCPalette.h.
|
inline |
Definition at line 151 of file QGCPalette.h.
|
inline |
Definition at line 154 of file QGCPalette.h.
|
inline |
Definition at line 114 of file QGCPalette.h.
|
inline |
Definition at line 110 of file QGCPalette.h.
|
inline |
Definition at line 111 of file QGCPalette.h.
|
inline |
Definition at line 109 of file QGCPalette.h.
|
inline |
Definition at line 108 of file QGCPalette.h.
|
inline |
Definition at line 113 of file QGCPalette.h.
|
inline |
Definition at line 153 of file QGCPalette.h.
|
inline |
Definition at line 120 of file QGCPalette.h.
|
inline |
Definition at line 121 of file QGCPalette.h.
|
inline |
Definition at line 140 of file QGCPalette.h.
|
inline |
Definition at line 141 of file QGCPalette.h.
|
inline |
Definition at line 142 of file QGCPalette.h.
|
inline |
Definition at line 132 of file QGCPalette.h.
|
inline |
Definition at line 131 of file QGCPalette.h.
|
inline |
Definition at line 115 of file QGCPalette.h.
|
inline |
Definition at line 116 of file QGCPalette.h.
|
inline |
Definition at line 118 of file QGCPalette.h.
|
inline |
Definition at line 119 of file QGCPalette.h.
|
inline |
Definition at line 117 of file QGCPalette.h.
|
inline |
Definition at line 139 of file QGCPalette.h.
|
inline |
Definition at line 133 of file QGCPalette.h.
|
inline |
Definition at line 138 of file QGCPalette.h.
| void QGCPalette::setColorGroupEnabled | ( | bool | enabled | ) |
Definition at line 94 of file QGCPalette.cc.
|
inline |
Definition at line 136 of file QGCPalette.h.
|
inline |
Definition at line 137 of file QGCPalette.h.
|
inline |
Definition at line 134 of file QGCPalette.h.
|
inline |
Definition at line 135 of file QGCPalette.h.
|
static |
Definition at line 100 of file QGCPalette.cc.
Referenced by AppSettings::AppSettings().
|
inline |
Definition at line 152 of file QGCPalette.h.
|
inline |
Definition at line 124 of file QGCPalette.h.
|
inline |
Definition at line 125 of file QGCPalette.h.
|
inline |
Definition at line 126 of file QGCPalette.h.
|
inline |
Definition at line 127 of file QGCPalette.h.
|
inline |
Definition at line 130 of file QGCPalette.h.
|
inline |
Definition at line 129 of file QGCPalette.h.
|
inline |
Definition at line 128 of file QGCPalette.h.
|
inline |
Definition at line 143 of file QGCPalette.h.
|
inline |
Definition at line 153 of file QGCPalette.h.
|
inline |
Definition at line 120 of file QGCPalette.h.
|
inline |
Definition at line 121 of file QGCPalette.h.
|
inline |
Definition at line 144 of file QGCPalette.h.
|
inline |
Definition at line 145 of file QGCPalette.h.
|
inline |
Definition at line 146 of file QGCPalette.h.
|
inline |
Definition at line 147 of file QGCPalette.h.
|
inline |
Definition at line 148 of file QGCPalette.h.
|
inline |
Definition at line 112 of file QGCPalette.h.
|
inline |
Definition at line 122 of file QGCPalette.h.
|
inline |
Definition at line 123 of file QGCPalette.h.
|
inline |
Definition at line 149 of file QGCPalette.h.
|
inline |
Definition at line 150 of file QGCPalette.h.
|
inline |
Definition at line 151 of file QGCPalette.h.
|
inline |
Definition at line 154 of file QGCPalette.h.
|
inline |
Definition at line 114 of file QGCPalette.h.
|
inline |
Definition at line 107 of file QGCPalette.h.
|
inline |
Definition at line 110 of file QGCPalette.h.
|
inline |
Definition at line 111 of file QGCPalette.h.
|
inline |
Definition at line 109 of file QGCPalette.h.
|
inline |
Definition at line 108 of file QGCPalette.h.
|
inline |
Definition at line 113 of file QGCPalette.h.
|
inline |
Definition at line 144 of file QGCPalette.h.
|
inline |
Definition at line 145 of file QGCPalette.h.
|
inline |
Definition at line 146 of file QGCPalette.h.
|
inline |
Definition at line 147 of file QGCPalette.h.
|
inline |
Definition at line 148 of file QGCPalette.h.
|
inline |
Definition at line 112 of file QGCPalette.h.
|
inline |
Definition at line 122 of file QGCPalette.h.
|
inline |
Definition at line 123 of file QGCPalette.h.
|
inline |
Definition at line 149 of file QGCPalette.h.
|
inline |
Definition at line 150 of file QGCPalette.h.
|
inline |
Definition at line 151 of file QGCPalette.h.
|
inline |
Definition at line 154 of file QGCPalette.h.
|
inline |
Definition at line 114 of file QGCPalette.h.
|
inline |
Definition at line 107 of file QGCPalette.h.
|
inline |
Definition at line 110 of file QGCPalette.h.
|
inline |
Definition at line 111 of file QGCPalette.h.
|
inline |
Definition at line 109 of file QGCPalette.h.
|
inline |
Definition at line 108 of file QGCPalette.h.
|
inline |
Definition at line 113 of file QGCPalette.h.