![]() |
ROOT
6.06/09
Reference Guide
|
#include <stdlib.h>
#include "TGLabel.h"
#include "TGMsgBox.h"
#include "TGLayout.h"
#include "TGGC.h"
#include "KeySymbols.h"
#include "TGColorDialog.h"
#include "TGTextEntry.h"
#include "TGButton.h"
#include "TGResourcePool.h"
#include "TColor.h"
#include "TColorWheel.h"
#include "TGColorSelect.h"
#include "TGTab.h"
#include "TRootEmbeddedCanvas.h"
#include "TCanvas.h"
#include "TROOT.h"
#include "TMath.h"
Go to the source code of this file.
Macros | |
#define | FILTER(v) |
Enumerations | |
enum | EColorPick { kCLICK_NONE, kCLICK_HS, kCLICK_L } |
enum | EColorImage { kIMG_HS, kIMG_L } |
Functions | |
ClassImp (TGColorPalette) ClassImp(TGColorPick) ClassImp(TGColorDialog) enum EColorDialog | |
Variables | |
static ULong_t | gUcolor [24] = { 0xff000000 } |
#define FILTER | ( | v | ) |
enum EColorImage |
Enumerator | |
---|---|
kIMG_HS | |
kIMG_L |
Definition at line 103 of file TGColorDialog.cxx.
enum EColorPick |
Enumerator | |
---|---|
kCLICK_NONE | |
kCLICK_HS | |
kCLICK_L |
Definition at line 97 of file TGColorDialog.cxx.
ClassImp | ( | TGColorPalette | ) |
Definition at line 66 of file TGColorDialog.cxx.
|
static |
Definition at line 110 of file TGColorDialog.cxx.
Referenced by TGColorDialog::CloseWindow(), and TGColorDialog::TGColorDialog().