ROOT 6.18/05 Reference Guide |
#include <ROOT/RDrawable.hxx>
#include <ROOT/RDrawingOptsBase.hxx>
#include "ROOT/RStringView.hxx"
#include "ROOT/RDisplayItem.hxx"
#include <memory>
#include <string>
#include <vector>
Classes | |
class | ROOT::Experimental::RObjectDisplayItem |
class | ROOT::Experimental::RObjectDrawable |
class | ROOT::Experimental::RObjectDrawingOpts |
Namespaces | |
namespace | ROOT |
Namespace for new ROOT classes and functions. | |
namespace | ROOT::Experimental |
Functions | |
std::shared_ptr< ROOT::Experimental::RObjectDrawable > | GetDrawable (const std::shared_ptr< TObject > &obj, const std::string &opt="") |
Interface to graphics taking a shared_ptr<TObject>. More... | |
Definition in file RObjectDrawable.hxx.
|
inline |
Interface to graphics taking a shared_ptr<TObject>.
Must be on global scope, else lookup cannot find it (no ADL for TObject).
Definition at line 85 of file RObjectDrawable.hxx.