#include <cstdlib>
#include <cstring>
#include <ctime>
#include <cmath>
#include <iostream>
#include "TROOT.h"
#include "TBuffer.h"
#include "TGaxis.h"
#include "TAxisModLab.h"
#include "TVirtualPad.h"
#include "TVirtualX.h"
#include "TLine.h"
#include "TArrow.h"
#include "TLatex.h"
#include "TStyle.h"
#include "TF1.h"
#include "TAxis.h"
#include "THashList.h"
#include "TObject.h"
#include "TMath.h"
#include "THLimitsFinder.h"
#include "TColor.h"
#include "TTimeStamp.h"
#include "strlcpy.h"
#include "snprintf.h"
Namespaces | |
namespace | ROOT |
This file contains a specialised ROOT message handler to test for diagnostic in unit tests. | |
Variables | |
const Int_t | kHori = (1ULL << ( 9 )) |
static Int_t | SavedTextAlign |
Global variable saving the current label's text alignment. Used by TGaxis::ChangeLabelAttributes. | |
static Double_t | SavedTextAngle |
Global variable saving the current label's text angle. Used by TGaxis::ChangeLabelAttributes. | |
static Int_t | SavedTextColor |
Global variable saving the current label's text color. Used by TGaxis::ChangeLabelAttributes. | |
static Int_t | SavedTextFont |
Global variable saving the current label's text font. Used by TGaxis::ChangeLabelAttributes. | |
static Double_t | SavedTextSize |
Global variable saving the current label's text size. Used by TGaxis::ChangeLabelAttributes. | |
const Int_t kHori = (1ULL << ( 9 )) |
Definition at line 44 of file TGaxis.cxx.
|
static |
Global variable saving the current label's text alignment. Used by TGaxis::ChangeLabelAttributes.
Definition at line 2718 of file TGaxis.cxx.
|
static |
Global variable saving the current label's text angle. Used by TGaxis::ChangeLabelAttributes.
Definition at line 2716 of file TGaxis.cxx.
|
static |
Global variable saving the current label's text color. Used by TGaxis::ChangeLabelAttributes.
Definition at line 2719 of file TGaxis.cxx.
|
static |
Global variable saving the current label's text font. Used by TGaxis::ChangeLabelAttributes.
Definition at line 2720 of file TGaxis.cxx.
|
static |
Global variable saving the current label's text size. Used by TGaxis::ChangeLabelAttributes.
Definition at line 2717 of file TGaxis.cxx.