#include <QWidget>
#include "ui_TGo4Style.h"
Go to the source code of this file.
|
| #define | GO4NAMEDPAL_MAX 112 |
| |
| #define | GO4NAMEDPAL_MIN 51 |
| | Translate the ROOT palette styles to indices of dropdown menu here: In simplest case this is just an offset by 51.
|
| |
|
| enum | Go4_Palette_t {
Go4_None
, Go4_Default
, Go4_DeepSea
, Go4_GreyScale
,
Go4_DarkBodyRadiator
, Go4_BlueYellow
, Go4_RainBow
, Go4_InvertedDarkBodyRadiator
,
Go4_Bird
, Go4_Cubehelix
, Go4_GreenRedViolet
, Go4_BlueRedYellow
,
Go4_Ocean
, Go4_ColorPrintableOnGrey
, Go4_Alpine
, Go4_Aquamarine
,
Go4_Army
, Go4_Atlantic
, Go4_Aurora
, Go4_Avocado
,
Go4_Beach
, Go4_BlackBody
, Go4_BlueGreenYellow
, Go4_BrownCyan
,
Go4_CMYK
, Go4_Candy
, Go4_Cherry
, Go4_Coffee
,
Go4_DarkRainBow
, Go4_DarkTerrain
, Go4_Fall
, Go4_FruitPunch
,
Go4_Fuchsia
, Go4_GreyYellow
, Go4_GreenBrownTerrain
, Go4_GreenPink
,
Go4_Island
, Go4_Lake
, Go4_LightTemperature
, Go4_LightTerrain
,
Go4_Mint
, Go4_Neon
, Go4_Pastel
, Go4_Pearl
,
Go4_Pigeon
, Go4_Plum
, Go4_RedBlue
, Go4_Rose
,
Go4_Rust
, Go4_SandyTerrain
, Go4_Sienna
, Go4_Solar
,
Go4_SouthWest
, Go4_StarryNight
, Go4_Sunset
, Go4_TemperatureMap
,
Go4_Thermometer
, Go4_Valentine
, Go4_VisibleSpectrum
, Go4_WaterMelon
,
Go4_Cool
, Go4_Copper
, Go4_GistEarth
, Go4_Viridis
} |
| |
◆ GO4NAMEDPAL_MAX
| #define GO4NAMEDPAL_MAX 112 |
◆ GO4NAMEDPAL_MIN
| #define GO4NAMEDPAL_MIN 51 |
◆ Go4_Palette_t
| Enumerator |
|---|
| Go4_None | |
| Go4_Default | |
| Go4_DeepSea | |
| Go4_GreyScale | |
| Go4_DarkBodyRadiator | |
| Go4_BlueYellow | |
| Go4_RainBow | |
| Go4_InvertedDarkBodyRadiator | |
| Go4_Bird | |
| Go4_Cubehelix | |
| Go4_GreenRedViolet | |
| Go4_BlueRedYellow | |
| Go4_Ocean | |
| Go4_ColorPrintableOnGrey | |
| Go4_Alpine | |
| Go4_Aquamarine | |
| Go4_Army | |
| Go4_Atlantic | |
| Go4_Aurora | |
| Go4_Avocado | |
| Go4_Beach | |
| Go4_BlackBody | |
| Go4_BlueGreenYellow | |
| Go4_BrownCyan | |
| Go4_CMYK | |
| Go4_Candy | |
| Go4_Cherry | |
| Go4_Coffee | |
| Go4_DarkRainBow | |
| Go4_DarkTerrain | |
| Go4_Fall | |
| Go4_FruitPunch | |
| Go4_Fuchsia | |
| Go4_GreyYellow | |
| Go4_GreenBrownTerrain | |
| Go4_GreenPink | |
| Go4_Island | |
| Go4_Lake | |
| Go4_LightTemperature | |
| Go4_LightTerrain | |
| Go4_Mint | |
| Go4_Neon | |
| Go4_Pastel | |
| Go4_Pearl | |
| Go4_Pigeon | |
| Go4_Plum | |
| Go4_RedBlue | |
| Go4_Rose | |
| Go4_Rust | |
| Go4_SandyTerrain | |
| Go4_Sienna | |
| Go4_Solar | |
| Go4_SouthWest | |
| Go4_StarryNight | |
| Go4_Sunset | |
| Go4_TemperatureMap | |
| Go4_Thermometer | |
| Go4_Valentine | |
| Go4_VisibleSpectrum | |
| Go4_WaterMelon | |
| Go4_Cool | |
| Go4_Copper | |
| Go4_GistEarth | |
| Go4_Viridis | |
Definition at line 28 of file TGo4Style.h.