JG ROOT Tools libraries  version 5.0 - august 2014
RGWidgetFunctions.cpp File Reference

Functions

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

Detailed Description

Source 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)