Logo ROOT   6.16/01
Reference Guide
Classes | Namespaces | Functions
RPad.hxx File Reference
#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"
Include dependency graph for RPad.hxx:
This graph shows which files directly or indirectly include this file:

Classes

struct  ROOT::Experimental::RPadBase::BoundKindAndValue
 Simple struct representing an axis bound. 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...
 
class  ROOT::Experimental::RPadDrawingOpts
 Drawing options for a RPad. 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)
 

Detailed Description

Author
Axel Naumann axel@.nosp@m.cern.nosp@m..ch
Date
2017-07-06
Warning
This is part of the ROOT 7 prototype! It will change without notice. It might trigger earthquakes. Feedback is welcome!

Definition in file RPad.hxx.