Logo ROOT  
Reference Guide
REveTableProxyBuilder.hxx
Go to the documentation of this file.
1#ifndef ROOT7_REveTableProxyBuilder
2#define ROOT7_REveTableProxyBuilder
3
5
6namespace ROOT {
7namespace Experimental {
8
9class REveDataTable;
10class REveTableInfo;
11
13{
14private:
16
17protected:
18 void Clean() override;
19
20public:
22 virtual ~REveTableProxyBuilder();
23
24 virtual bool WillHandleInteraction() const { return true; }
25
28
30 virtual void Build(const REveDataCollection* collection, REveElement* product, const REveViewContext* context) override;
31
32 void SetCollection(REveDataCollection*) override;
33 void ConfigChanged();
34};
35}
36}
37
38#endif
void ModelChanges(const REveDataCollection::Ids_t &)
void SetCollection(REveDataCollection *) override
virtual void ModelChanges(const REveDataCollection::Ids_t &, REveDataProxyBuilderBase::Product *p) override
VSD Structures.
Definition: StringConv.hxx:21