Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
TGaxis.cxx File Reference
#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"
Include dependency graph for TGaxis.cxx:

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.
 

Variable Documentation

◆ kHori

const Int_t kHori = (1ULL << ( 9 ))

Definition at line 44 of file TGaxis.cxx.

◆ SavedTextAlign

Int_t SavedTextAlign
static

Global variable saving the current label's text alignment. Used by TGaxis::ChangeLabelAttributes.

Definition at line 2718 of file TGaxis.cxx.

◆ SavedTextAngle

Double_t SavedTextAngle
static

Global variable saving the current label's text angle. Used by TGaxis::ChangeLabelAttributes.

Definition at line 2716 of file TGaxis.cxx.

◆ SavedTextColor

Int_t SavedTextColor
static

Global variable saving the current label's text color. Used by TGaxis::ChangeLabelAttributes.

Definition at line 2719 of file TGaxis.cxx.

◆ SavedTextFont

Int_t SavedTextFont
static

Global variable saving the current label's text font. Used by TGaxis::ChangeLabelAttributes.

Definition at line 2720 of file TGaxis.cxx.

◆ SavedTextSize

Double_t SavedTextSize
static

Global variable saving the current label's text size. Used by TGaxis::ChangeLabelAttributes.

Definition at line 2717 of file TGaxis.cxx.