Logo ROOT  
Reference Guide
ROOT::Experimental::REveDataProxyBuilderBase Class Reference

Definition at line 25 of file REveDataProxyBuilderBase.hxx.

Classes

struct  Product
 

Public Member Functions

 REveDataProxyBuilderBase (const std::string &type)
 
virtual ~REveDataProxyBuilderBase ()
 
void Build ()
 
const REveDataCollectionCollection () const
 
virtual void CollectionBeingDestroyed (const REveDataCollection *)
 
void CollectionChanged (const REveDataCollection *)
 
const REveViewContextContext () const
 
REveElementCreateProduct (std::string viewType, const REveViewContext *)
 
bool GetHaveAWindow () const
 
virtual bool HaveSingleProduct () const
 
void ModelChanges (const REveDataCollection::Ids_t &)
 
virtual void SetCollection (REveDataCollection *)
 
void SetHaveAWindow (bool)
 
void SetupAddElement (REveElement *el, REveElement *parent, bool set_color=true) const
 
void SetupElement (REveElement *el, bool color=true) const
 This method is invoked to setup the per element properties of the various objects being drawn. More...
 
std::string Type () const
 

Protected Member Functions

virtual void Build (const REveDataCollection *iItem, REveElement *product, const REveViewContext *)
 
virtual void BuildViewType (const REveDataCollection *iItem, REveElement *product, std::string viewType, const REveViewContext *)
 
virtual void Clean ()
 
virtual void CleanLocal ()
 
REveCompoundCreateCompound (bool set_color=true, bool propagate_color_to_all_children=false) const
 
virtual void LocalModelChanges (int idx, REveElement *el, const REveViewContext *ctx)
 
virtual void ModelChanges (const REveDataCollection::Ids_t &, Product *)
 
virtual bool VisibilityModelChanges (int idx, REveElement *, const REveViewContext *)
 

Protected Attributes

std::vector< Product * > m_products
 

Private Attributes

const REveDataCollectionm_collection {nullptr}
 
bool m_haveWindow
 
float m_layer
 
bool m_modelsChanged
 
std::string m_type
 

#include <ROOT/REveDataProxyBuilderBase.hxx>

Inheritance diagram for ROOT::Experimental::REveDataProxyBuilderBase:
[legend]

Constructor & Destructor Documentation

◆ REveDataProxyBuilderBase()

REveDataProxyBuilderBase::REveDataProxyBuilderBase ( const std::string &  type)

Definition at line 34 of file REveDataProxyBuilderBase.cxx.

◆ ~REveDataProxyBuilderBase()

virtual ROOT::Experimental::REveDataProxyBuilderBase::~REveDataProxyBuilderBase ( )
inlinevirtual

Definition at line 46 of file REveDataProxyBuilderBase.hxx.

Member Function Documentation

◆ Build() [1/2]

void REveDataProxyBuilderBase::Build ( )

Definition at line 84 of file REveDataProxyBuilderBase.cxx.

◆ Build() [2/2]

◆ BuildViewType()

◆ Clean()

void REveDataProxyBuilderBase::Clean ( )
protectedvirtual

◆ CleanLocal()

void REveDataProxyBuilderBase::CleanLocal ( )
protectedvirtual

Definition at line 380 of file REveDataProxyBuilderBase.cxx.

◆ Collection()

const REveDataCollection * ROOT::Experimental::REveDataProxyBuilderBase::Collection ( ) const
inline

Definition at line 41 of file REveDataProxyBuilderBase.hxx.

◆ CollectionBeingDestroyed()

void REveDataProxyBuilderBase::CollectionBeingDestroyed ( const REveDataCollection )
virtual

Definition at line 385 of file REveDataProxyBuilderBase.cxx.

◆ CollectionChanged()

void REveDataProxyBuilderBase::CollectionChanged ( const REveDataCollection )

Definition at line 304 of file REveDataProxyBuilderBase.cxx.

◆ Context()

const REveViewContext & ROOT::Experimental::REveDataProxyBuilderBase::Context ( ) const

◆ CreateCompound()

REveCompound * REveDataProxyBuilderBase::CreateCompound ( bool  set_color = true,
bool  propagate_color_to_all_children = false 
) const
protected

Definition at line 343 of file REveDataProxyBuilderBase.cxx.

◆ CreateProduct()

REveElement * REveDataProxyBuilderBase::CreateProduct ( std::string  viewType,
const REveViewContext viewContext 
)

Definition at line 198 of file REveDataProxyBuilderBase.cxx.

◆ GetHaveAWindow()

bool ROOT::Experimental::REveDataProxyBuilderBase::GetHaveAWindow ( ) const
inline

Definition at line 65 of file REveDataProxyBuilderBase.hxx.

◆ HaveSingleProduct()

virtual bool ROOT::Experimental::REveDataProxyBuilderBase::HaveSingleProduct ( ) const
inlinevirtual

Definition at line 71 of file REveDataProxyBuilderBase.hxx.

◆ LocalModelChanges()

void REveDataProxyBuilderBase::LocalModelChanges ( int  idx,
REveElement el,
const REveViewContext ctx 
)
protectedvirtual

Definition at line 280 of file REveDataProxyBuilderBase.cxx.

◆ ModelChanges() [1/2]

void REveDataProxyBuilderBase::ModelChanges ( const REveDataCollection::Ids_t iIds)

Definition at line 289 of file REveDataProxyBuilderBase.cxx.

◆ ModelChanges() [2/2]

void REveDataProxyBuilderBase::ModelChanges ( const REveDataCollection::Ids_t iIds,
Product p 
)
protectedvirtual

◆ SetCollection()

void REveDataProxyBuilderBase::SetCollection ( REveDataCollection c)
virtual

Reimplemented in ROOT::Experimental::REveTableProxyBuilder.

Definition at line 65 of file REveDataProxyBuilderBase.cxx.

◆ SetHaveAWindow()

void REveDataProxyBuilderBase::SetHaveAWindow ( bool  iHaveAWindow)

Definition at line 406 of file REveDataProxyBuilderBase.cxx.

◆ SetupAddElement()

void REveDataProxyBuilderBase::SetupAddElement ( REveElement el,
REveElement parent,
bool  set_color = true 
) const

Definition at line 314 of file REveDataProxyBuilderBase.cxx.

◆ SetupElement()

void REveDataProxyBuilderBase::SetupElement ( REveElement el,
bool  color = true 
) const

This method is invoked to setup the per element properties of the various objects being drawn.

Definition at line 326 of file REveDataProxyBuilderBase.cxx.

◆ Type()

std::string ROOT::Experimental::REveDataProxyBuilderBase::Type ( ) const
inline

Definition at line 68 of file REveDataProxyBuilderBase.hxx.

◆ VisibilityModelChanges()

bool REveDataProxyBuilderBase::VisibilityModelChanges ( int  idx,
REveElement ,
const REveViewContext  
)
protectedvirtual

Member Data Documentation

◆ m_collection

const REveDataCollection* ROOT::Experimental::REveDataProxyBuilderBase::m_collection {nullptr}
private

Definition at line 93 of file REveDataProxyBuilderBase.hxx.

◆ m_haveWindow

bool ROOT::Experimental::REveDataProxyBuilderBase::m_haveWindow
private

Definition at line 97 of file REveDataProxyBuilderBase.hxx.

◆ m_layer

float ROOT::Experimental::REveDataProxyBuilderBase::m_layer
private

Definition at line 95 of file REveDataProxyBuilderBase.hxx.

◆ m_modelsChanged

bool ROOT::Experimental::REveDataProxyBuilderBase::m_modelsChanged
private

Definition at line 98 of file REveDataProxyBuilderBase.hxx.

◆ m_products

std::vector<Product*> ROOT::Experimental::REveDataProxyBuilderBase::m_products
protected

Definition at line 89 of file REveDataProxyBuilderBase.hxx.

◆ m_type

std::string ROOT::Experimental::REveDataProxyBuilderBase::m_type
private

Definition at line 92 of file REveDataProxyBuilderBase.hxx.

Libraries for ROOT::Experimental::REveDataProxyBuilderBase:
[legend]

The documentation for this class was generated from the following files: