12#ifndef ROOT7_REveTableInfo 
   13#define ROOT7_REveTableInfo 
   20namespace Experimental {
 
   57   typedef std::map<std::string, Entries_t> 
Specs_t;
 
   62   column(
const std::string &
name, 
int precision, 
const std::string &expression)
 
 
   70      return column(label, precision, label);
 
 
 
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.
 
Option_t Option_t TPoint TPoint const char GetTextMagnitude GetFillStyle GetLineColor GetLineWidth GetMarkerStyle GetTextAlign GetTextColor GetTextSize void char Point_t Rectangle_t WindowAttributes_t Float_t Float_t Float_t Int_t Int_t UInt_t UInt_t Rectangle_t Int_t Int_t Window_t TString Int_t GCValues_t GetPrimarySelectionOwner GetDisplay GetScreen GetColormap GetNativeEvent const char const char dpyName wid window const char font_name cursor keysym reg const char only_if_exist regb h Point_t winding char text const char depth char const char Int_t count const char cname
 
REveDataColumn::FieldType_e fType
 
REveTableEntry(const std::string &name, int precision, const std::string &expression)
 
std::map< std::string, Entries_t > Specs_t
 
void clearColumnDefinitions()
 
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)
 
REveTableViewInfo(const std::string &name="TableViewManager", const std::string &title="")
 
ElementId_t GetDisplayedCollection() const
 
bool GetConfigChanged() const
 
REveTableHandle::Specs_t & RefSpecs()
 
std::function< void()> Delegate_t
 
void SetDisplayedCollection(ElementId_t)
 
std::vector< Delegate_t > fDelegates
 
void AddDelegate(Delegate_t d)
 
REveTableHandle::Specs_t fSpecs
 
REveTableHandle::Entries_t & RefTableEntries(std::string cname)
Find column definitions for given class name.
 
REveTableHandle table(std::string className)
 
void AddNewColumnToCurrentCollection(const char *expr, const char *title, int prec=2)
 
Int_t WriteCoreJson(nlohmann::json &j, Int_t rnr_offset) override
Fill core part of JSON representation.
 
tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tb...