Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
TGSimpleTable.h
Go to the documentation of this file.
1// Author: Roel Aaij 21/07/2007
2
3/*************************************************************************
4 * Copyright (C) 1995-2007, Rene Brun and Fons Rademakers. *
5 * All rights reserved. *
6 * *
7 * For the licensing terms see $ROOTSYS/LICENSE. *
8 * For the list of contributors see $ROOTSYS/README/CREDITS. *
9 *************************************************************************/
10
11#ifndef ROOT_TGSimpleTable
12#define ROOT_TGSimpleTable
13
14#include "TGTable.h"
15
16class TGSimpleTable : public TGTable {
17
18public:
20 UInt_t nrows, UInt_t ncolumns);
21 ~TGSimpleTable() override;
22
23 ClassDefOverride(TGSimpleTable, 0) // A simple table that owns it's interface.
24};
25
26#endif
#define ClassDefOverride(name, id)
Definition Rtypes.h:341
winID h TVirtualViewer3D TVirtualGLPainter p
Option_t Option_t TPoint TPoint const char GetTextMagnitude GetFillStyle GetLineColor GetLineWidth GetMarkerStyle GetTextAlign GetTextColor GetTextSize void data
To provide a simple class to visualize an array of doubles, the class TGSimpleTable is provided.
~TGSimpleTable() override
TGSimpleTable destructor.
Create an array to hold a bunch of numbers.
Definition TGTable.h:34
ROOT GUI Window base class.
Definition TGWindow.h:23