Definition at line 312 of file collection_proxies.C.
 
 | 
| typedef std::map< REveElement *, std::unique_ptr< SPBProduct * > >  | EProductMap_t | 
|   | 
|   | REveDataSimpleProxyBuilderTemplate () | 
|   | 
|   | REveDataSimpleProxyBuilder () | 
|   | 
|   | ~REveDataSimpleProxyBuilder () override | 
|   | 
| REveElement *  | CreateProduct (const std::string &viewType, const REveViewContext *) override | 
|   | 
|   | REveDataProxyBuilderBase () | 
|   | 
| virtual  | ~REveDataProxyBuilderBase () | 
|   | 
| virtual void  | Build () | 
|   | 
| REveDataCollection *  | Collection () const | 
|   | 
| virtual void  | CollectionBeingDestroyed (const REveDataCollection *) | 
|   | 
| void  | CollectionChanged (const REveDataCollection *) | 
|   | 
| const REveViewContext &  | Context () const | 
|   | 
| void  | FillImpliedSelected (REveElement::Set_t &impSet, const std::set< int > &) | 
|   | 
| bool  | GetHaveAWindow () const | 
|   | 
| void  | ModelChanges (const REveDataCollection::Ids_t &) | 
|   | 
| virtual void  | ScaleChanged () | 
|   | 
| virtual void  | SetCollection (REveDataCollection *) | 
|   | 
| void  | SetHaveAWindow (bool) | 
|   | 
| void  | SetupAddElement (REveElement *el, REveElement *parent, bool set_color=true) | 
|   | 
| void  | SetupElement (REveElement *el, bool color=true) | 
|   | This method is invoked to setup the per element properties of the various objects being drawn.  
  | 
|   | 
| virtual void  | BuildItem (const Jet &, int, REveElement *, const REveViewContext *) | 
|   | 
| virtual void  | BuildItem (const void *data, int index, REveElement *iCollectionHolder, const REveViewContext *)=0 | 
|   | 
| void  | BuildItem (const void *iData, int index, REveElement *itemHolder, const REveViewContext *context) override | 
|   | 
| virtual void  | BuildItemViewType (const void *data, int index, REveElement *iCollectionHolder, const std::string &viewType, const REveViewContext *)=0 | 
|   | 
| void  | BuildItemViewType (const void *iData, int index, REveElement *itemHolder, const std::string &viewType, const REveViewContext *context) override | 
|   | 
| void  | BuildProduct (const REveDataCollection *iCollection, REveElement *product, const REveViewContext *) override | 
|   | 
| void  | BuildProductViewType (const REveDataCollection *iCollection, REveElement *product, const std::string &viewType, const REveViewContext *) override | 
|   | 
| void  | Clean () override | 
|   | 
| REveCollectionCompound *  | CreateCompound (bool set_color=true, bool propagate_color_to_all_children=false) | 
|   | 
| void  | FillImpliedSelected (REveElement::Set_t &impSet, const std::set< int > &sec_idcs, Product *p) override | 
|   | 
| REveCompound *  | GetHolder (REveElement *product, int idx) | 
|   | 
| void  | ModelChanges (const REveDataCollection::Ids_t &iIds, Product *p) override | 
|   | 
| bool  | VisibilityModelChanges (int idx, REveElement *, const std::string &viewType, const REveViewContext *) override | 
|   | 
| virtual void  | CleanLocal () | 
|   | 
| virtual void  | ScaleProduct (REveElement *, const std::string &) | 
|   | 
| std::map< REveElement *, SPBProduct * >  | fProductMap | 
|   | 
| std::vector< Product * >  | m_products | 
|   |