JG ROOT Tools libraries  version 5.0 - august 2014
RGWidgetFunctions.hh File Reference
#include <TGFrame.h>
#include <TQConnection.h>
#include <THashList.h>
#include "GGlobal.hh"

Go to the source code of this file.

Functions

void RGDumpFrame (TGFrame *wid, const int lev=0, FILE *fp=stderr)
 
void RGDumpFrame (TGFrame *wid, const int lev=0, const string &fname="")
 
void RGDumpWindows (const string &fname)
 

Detailed Description

Include file for widgets related functions.

Function Documentation

void RGDumpFrame ( TGFrame *  wid,
const int  lev,
FILE *  fp 
)

Base function to write the adresses (pointers) of all widgets in a TGCompositeFrame.

Parameters
widpointer to TGCompositeFrame widget
levprint level for output indentation
fpoutput file (stderr if NULL)

References RGDumpFrame().

Referenced by RGDumpFrame().

void RGDumpFrame ( TGFrame *  wid,
const int  lev,
const string &  fname 
)

Base function to write the adresses (pointers) of all widgets in a TGCompositeFrame to a file.

Parameters
widpointer to TGCompositeFrame widget
levprint level for output indentation
fnameoutput file name (if empty string, write to terminal)

References RGDumpFrame().

void RGDumpWindows ( const string &  fname)

Dump all windows managed by ROOT graphical interface to a text file or to terminal.

Parameters
fnameoutput file name (if empty string, write to terminal)