Logo ROOT   6.12/07
Reference Guide
Classes | Namespaces | Functions
TObjectDrawable.hxx File Reference
#include <ROOT/TDrawable.hxx>
#include "RStringView.h"
#include <memory>
Include dependency graph for TObjectDrawable.hxx:
This graph shows which files directly or indirectly include this file:

Classes

class  ROOT::Experimental::TObjectDrawable
 

Namespaces

 ROOT
 Namespace for new ROOT classes and functions.
 
 ROOT::Experimental
 

Functions

std::unique_ptr< ROOT::Experimental::TDrawableGetDrawable (const std::shared_ptr< TObject > &obj, ROOT::Experimental::TPadBase &)
 Interface to graphics taking a shared_ptr<TObject>. More...
 

Function Documentation

◆ GetDrawable()

std::unique_ptr<ROOT::Experimental::TDrawable> GetDrawable ( const std::shared_ptr< TObject > &  obj,
ROOT::Experimental::TPadBase  
)
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 60 of file TObjectDrawable.hxx.