Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
TGColorDialog.cxx File Reference
#include <cstdlib>
#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"
#include "TVirtualX.h"
#include "snprintf.h"
Include dependency graph for TGColorDialog.cxx:

Namespaces

namespace  ROOT
 This file contains a specialised ROOT message handler to test for diagnostic in unit tests.
 

Macros

#define FILTER(v)
 

Enumerations

enum  EColorDialog {
  kCDLG_OK = 100 , kCDLG_CANCEL , kCDLG_PREVIEW , kCDLG_ADD ,
  kCDLG_SPALETTE = 200 , kCDLG_CPALETTE , kCDLG_COLORPICK , kCDLG_HTE = 300 ,
  kCDLG_LTE , kCDLG_STE , kCDLG_RTE , kCDLG_GTE ,
  kCDLG_BTE , kCDLG_ALE
}
 
enum  EColorImage { kIMG_HS , kIMG_L }
 
enum  EColorPick { kCLICK_NONE , kCLICK_HS , kCLICK_L }
 

Variables

static ULong_t gUcolor [24] = { 0xff000000 }
 

Macro Definition Documentation

◆ FILTER

#define FILTER (   v)
Value:
e[0] = (7 * v) >> 4; \
e[1] = v >> 4; \
e[2] = (5 * v) >> 4; \
e[3] = (3 * v) >> 4;
#define e(i)
Definition RSha256.hxx:103

Enumeration Type Documentation

◆ EColorDialog

Enumerator
kCDLG_OK 
kCDLG_CANCEL 
kCDLG_PREVIEW 
kCDLG_ADD 
kCDLG_SPALETTE 
kCDLG_CPALETTE 
kCDLG_COLORPICK 
kCDLG_HTE 
kCDLG_LTE 
kCDLG_STE 
kCDLG_RTE 
kCDLG_GTE 
kCDLG_BTE 
kCDLG_ALE 

Definition at line 93 of file TGColorDialog.cxx.

◆ EColorImage

Enumerator
kIMG_HS 
kIMG_L 

Definition at line 118 of file TGColorDialog.cxx.

◆ EColorPick

enum EColorPick
Enumerator
kCLICK_NONE 
kCLICK_HS 
kCLICK_L 

Definition at line 112 of file TGColorDialog.cxx.

Variable Documentation

◆ gUcolor

ULong_t gUcolor[24] = { 0xff000000 }
static

Definition at line 125 of file TGColorDialog.cxx.