class TGMrbTableOfInts
_________________________________________________[C++ CLASS DEFINITION FILE]
Name: gutils/inc/TGMrbTableFrame.h
Purpose: Define utilities to be used with the MARaBOU GUI
Classes: TGMrbTableFrame -- a dialog frame containing a N * M matrix
TGMrbTableOfInts -- ... pure int elements
TGMrbTableOfDoubles -- ... pure double elements
Description: Graphic utilities for the MARaBOU GUI.
Author: R. Lutter
Revision: $Id: TGMrbTableFrame.h,v 1.8 2006-10-02 13:28:45 Otto.Schaile Exp $
Date:
Keywords:
Function Members (Methods)
public:
| TGMrbTableOfInts(const TGMrbTableOfInts&) |
| TGMrbTableOfInts(const TGWindow* MainFrame, Int_t* RetValue, const Char_t* Title, Int_t ItemWidth, Int_t Ncols, Int_t Nrows, TArrayI& Values, Int_t Base = 0, TOrdCollection* ColumnLabels = 0, TOrdCollection* RowLabels = 0, TArrayI* Flags = 0, Int_t Nradio = 0, const Char_t* HelpText = 0, const Char_t* ActionText_1 = 0, const Char_t* ActionText_2 = 0) |
virtual | ~TGMrbTableOfInts() |
static TClass* | Class() |
void | Help() |
virtual TClass* | IsA() const |
TGMrbTableOfInts& | operator=(const TGMrbTableOfInts&) |
virtual void | ShowMembers(TMemberInspector&) |
virtual void | Streamer(TBuffer&) |
void | StreamerNVirtual(TBuffer& ClassDef_StreamerNVirtual_b) |
Class Charts
Function documentation
void Help()
{ gSystem->Exec(Form("mrbHelp %s", this->ClassName())); }
TGMrbTableOfInts(const TGWindow* MainFrame, Int_t* RetValue, const Char_t* Title, Int_t ItemWidth, Int_t Ncols, Int_t Nrows, TArrayI& Values, Int_t Base = 0, TOrdCollection* ColumnLabels = 0, TOrdCollection* RowLabels = 0, TArrayI* Flags = 0, Int_t Nradio = 0, const Char_t* HelpText = 0, const Char_t* ActionText_1 = 0, const Char_t* ActionText_2 = 0)
{}