ROOT 6.18/05 Reference Guide |
#include <memory>
#include <vector>
#include "ROOT/RDrawable.hxx"
#include "ROOT/RDrawingAttr.hxx"
#include "ROOT/RDrawingOptsBase.hxx"
#include "ROOT/RFrame.hxx"
#include "ROOT/RPadExtent.hxx"
#include "ROOT/RPadPos.hxx"
#include "ROOT/RPadUserAxis.hxx"
#include "ROOT/TypeTraits.hxx"
Classes | |
struct | ROOT::Experimental::RPadBase::BoundKindAndValue |
Simple struct representing an axis bound. More... | |
class | ROOT::Experimental::RPad::DrawingOpts |
Drawing options for a RPad. More... | |
class | ROOT::Experimental::RPad |
Graphic container for RDrawable -s. More... | |
class | ROOT::Experimental::RPadBase |
Base class for graphic containers for RDrawable -s. More... | |
class | ROOT::Experimental::RPadDrawable |
Draw a RPad, by drawing its contained graphical elements at the pad offset in the parent pad. More... | |
Namespaces | |
namespace | ROOT |
Namespace for new ROOT classes and functions. | |
namespace | ROOT::Experimental |
Functions | |
template<class... ARGS> | |
std::shared_ptr< RPadDrawable > | ROOT::Experimental::GetDrawable (const std::shared_ptr< RPad > &pad, ARGS... args) |
template<class... ARGS> | |
std::shared_ptr< RPadDrawable > | ROOT::Experimental::GetDrawable (std::unique_ptr< RPad > &&pad, ARGS... args) |