![]() |
ROOT
6.06/09
Reference Guide
|
Public Member Functions | |
| DrawOpt (const char *_rawOpt=0) | |
| void | initialize (const char *_rawOpt) |
| Initialize the DrawOpt helper class. More... | |
| const char * | rawOpt () const |
| Return the raw draw options. More... | |
Public Attributes | |
| char | drawOptions [128] |
| Bool_t | invisible |
#include <RooPlot.h>
|
inline |
| void RooPlot::DrawOpt::initialize | ( | const char * | _rawOpt | ) |
Initialize the DrawOpt helper class.
Definition at line 1022 of file RooPlot.cxx.
Referenced by DrawOpt(), and RooPlot::setInvisible().
| const char * RooPlot::DrawOpt::rawOpt | ( | ) | const |
Return the raw draw options.
Definition at line 1041 of file RooPlot.cxx.
Referenced by RooPlot::addObject(), RooPlot::addPlotable(), and RooPlot::setInvisible().
| char RooPlot::DrawOpt::drawOptions[128] |
Definition at line 189 of file RooPlot.h.
Referenced by DrawOpt(), and initialize().
| Bool_t RooPlot::DrawOpt::invisible |
Definition at line 190 of file RooPlot.h.
Referenced by RooPlot::addObject(), RooPlot::addPlotable(), initialize(), and RooPlot::setInvisible().