#include <RooPlot.h>
Public Member Functions | |
DrawOpt (const char *_rawOpt=0) | |
void | initialize (const char *_rawOpt) |
const char * | rawOpt () const |
DrawOpt (const char *_rawOpt=0) | |
void | initialize (const char *_rawOpt) |
const char * | rawOpt () const |
Public Attributes | |
char | drawOptions [128] |
Bool_t | invisible |
Definition at line 178 of file RooPlot.h.
RooPlot::DrawOpt::DrawOpt | ( | const char * | _rawOpt = 0 |
) | [inline] |
RooPlot::DrawOpt::DrawOpt | ( | const char * | _rawOpt = 0 |
) | [inline] |
void RooPlot::DrawOpt::initialize | ( | const char * | _rawOpt | ) |
Definition at line 953 of file RooPlot.cxx.
References drawOptions, invisible, kFALSE, and strlcpy().
Referenced by DrawOpt(), and RooPlot::setInvisible().
const char * RooPlot::DrawOpt::rawOpt | ( | ) | const |
Definition at line 972 of file RooPlot.cxx.
References buf, drawOptions, invisible, strlcat(), and strlcpy().
Referenced by RooPlot::addObject(), RooPlot::addPlotable(), and RooPlot::setInvisible().
void RooPlot::DrawOpt::initialize | ( | const char * | _rawOpt | ) |
const char* RooPlot::DrawOpt::rawOpt | ( | ) | const |
Definition at line 186 of file RooPlot.h.
Referenced by RooPlot::addObject(), RooPlot::addPlotable(), initialize(), rawOpt(), and RooPlot::setInvisible().