NAGASH 0.9.8
Next Generation Analysis System
|
Figure class for TLatex. More...
#include "NAGASH/FigureTool.h"
Public Member Functions | |
virtual | ~FigureLatex () |
virtual void | DrawElement () override |
virtual void | SetStyle () override |
Public Member Functions inherited from NAGASH::FigureElement | |
FigureElement (std::shared_ptr< MSGTool > MSG, std::shared_ptr< FigureStyleHelper > shelper, const TString &elementname, const TString &tyname, FigureElement *mother=0) | |
virtual void | CD () |
void | Draw () |
std::shared_ptr< FigureElement > | FindLinkElement (const TString &name) |
std::shared_ptr< FigureElement > | GetLinkElement (int index) |
int | GetLinkIndex (const TString &name) |
FigureElement * | GetMotherElement () |
TString | GetName () |
int | GetNLinkElement () |
FigureElement * | GetRootElement () |
TString | GetTypeName () |
bool | IsType (const TString &tyname) |
std::shared_ptr< FigureElement > | TraceElement (const TString &name) |
Private Member Functions | |
FigureLatex (std::shared_ptr< MSGTool > MSG, std::shared_ptr< FigureStyleHelper > shelper, const TString &content, double posx, double poxy, Color_t color, FigureElement *mother, std::function< void(TLatex *)> optionfunc=[](TLatex *) {}) | |
Private Attributes | |
TLatex * | mylatex |
std::function< void(TLatex *)> | OptionFunc |
Friends | |
class | FigureCanvas |
class | FigurePad |
class | FigureStyleHelper |
Additional Inherited Members | |
Public Attributes inherited from NAGASH::FigureElement | |
FigureSquareRange | Range_Total |
Protected Member Functions inherited from NAGASH::FigureElement | |
bool | CheckDuplicate (const TString &name) |
bool | Contain (FigureSquareRange A, FigureSquareRange SubA) |
bool | Contain (std::shared_ptr< FigureElement > subelement) |
std::shared_ptr< MSGTool > | MSGUser () |
std::shared_ptr< FigureStyleHelper > | StyleUser () |
Protected Attributes inherited from NAGASH::FigureElement | |
std::deque< std::shared_ptr< FigureElement > > | LinkedElement |
std::map< TString, uint64_t > | MapLinkedElement |
FigureElement * | MotherElement |
std::vector< FigureSquareRange > | Range_vec |
Figure class for TLatex.
Definition at line 304 of file FigureTool.h.
|
virtual |
Definition at line 1723 of file FigureTool.cxx.
|
private |
Definition at line 1713 of file FigureTool.cxx.
|
overridevirtual |
Reimplemented from NAGASH::FigureElement.
Definition at line 1728 of file FigureTool.cxx.
|
overridevirtual |
Reimplemented from NAGASH::FigureElement.
Definition at line 1733 of file FigureTool.cxx.
|
friend |
Definition at line 307 of file FigureTool.h.
|
friend |
Definition at line 306 of file FigureTool.h.
|
friend |
Definition at line 308 of file FigureTool.h.
|
private |
Definition at line 320 of file FigureTool.h.
|
private |
Definition at line 321 of file FigureTool.h.