12#ifndef ROOT7_REveTableInfo
13#define ROOT7_REveTableInfo
19namespace Experimental {
41 printf(
"TableEntry\n");
56 typedef std::map<std::string, Entries_t>
Specs_t;
61 column(
const std::string &
name,
int precision,
const std::string &expression)
69 return column(label, precision, label);
typedef void((*Func_t)())
REveDataColumn::FieldType_e fType
REveTableEntry(const std::string &name, int precision, const std::string &expression)
std::map< std::string, Entries_t > Specs_t
REveTableHandle & column(const std::string &name, int precision, const std::string &expression)
REveTableHandle & column(const std::string &label, int precision)
std::vector< REveTableEntry > Entries_t
REveTableHandle(std::string className, Specs_t &specs)
void AddNewColumnToCurrentCollection(const std::string &expr, const std::string &title, int prec=2)
REveTableHandle::Entries_t & RefTableEntries(std::string cname)
REveTableViewInfo(const std::string &name="TableViewManager", const std::string &title="")
ElementId_t GetDisplayedCollection() const
bool GetConfigChanged() const
std::function< void()> Delegate_t
void SetDisplayedCollection(ElementId_t)
std::vector< Delegate_t > fDelegates
void AddDelegate(Delegate_t d)
REveTableHandle::Specs_t fSpecs
REveTableHandle table(std::string className)
Int_t WriteCoreJson(nlohmann::json &j, Int_t rnr_offset) override
Fill core part of JSON representation.
void function(const Char_t *name_, T fun, const Char_t *docstring=0)