#include "TASImage.h"#include "TRootEmbeddedCanvas.h"#include "TCanvas.h"#include "TH1.h"#include "TFile.h"#include "TASPaletteEditor.h"#include "TGXYLayout.h"#include "TGButton.h"#include "TGComboBox.h"#include "TGFileDialog.h"#include "TLine.h"#include "TROOT.h"#include "TClass.h"#include "TMath.h"#include <afterbase.h>#include <afterimage.h>#include <bmp.h>Go to the source code of this file.
Functions | |
| ClassImp (TASPaletteEditor) TASPaletteEditor | |
Variables | |
| static const char * | gFileTypes [] |
| static UShort_t | gRedRainbow [12] |
| static UShort_t | gGreenRainbow [12] |
| static UShort_t | gBlueRainbow [12] |
| ClassImp | ( | TASPaletteEditor | ) |
Definition at line 73 of file TASPaletteEditor.cxx.
References data, gPad, image, kButtonDisabled, kFALSE, TGXYLayoutHints::kLRubberH, TGXYLayoutHints::kLRubberW, TGXYLayoutHints::kLRubberX, TGXYLayoutHints::kLRubberY, RooFit::Layout(), MapSubwindows(), MapWindow(), SetIconName(), TGCompositeFrame::SetLayoutManager(), TGButton::SetState(), TGButton::SetToolTipText(), and SetWindowName().
UShort_t gBlueRainbow[12] [static] |
Initial value:
{
0x0000, 0x7000, 0xffff, 0xffff, 0x0000,
0x0000, 0x0000, 0x0000, 0xa000, 0xffff
}
Definition at line 67 of file TASPaletteEditor.cxx.
Referenced by TASPaletteEditor::NewPalette().
const char* gFileTypes[] [static] |
Initial value:
{
"ROOT palette file", "*.pal.root",
"ASCII palette file", "*.pal.txt",
0, 0
}
Definition at line 53 of file TASPaletteEditor.cxx.
Referenced by TNewQueryDlg::OnBrowseSelector(), TASPaletteEditor::Open(), and TASPaletteEditor::Save().
UShort_t gGreenRainbow[12] [static] |
Initial value:
{
0x0000, 0x0000, 0x0000, 0xffff, 0xffff,
0xffff, 0x0000, 0x0000, 0x8000, 0xffff
}
Definition at line 63 of file TASPaletteEditor.cxx.
Referenced by TASPaletteEditor::NewPalette().
UShort_t gRedRainbow[12] [static] |
Initial value:
{
0x0000, 0x7000, 0x0000, 0x0000, 0x0000,
0xffff, 0xffff, 0x7000, 0x8000, 0xffff
}
Definition at line 59 of file TASPaletteEditor.cxx.
Referenced by TASPaletteEditor::NewPalette().
1.5.1