JG ROOT Tools libraries
version 5.0 - august 2014
|
#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) |
Include file for widgets related functions.
void RGDumpFrame | ( | TGFrame * | wid, |
const int | lev, | ||
FILE * | fp | ||
) |
Base function to write the adresses (pointers) of all widgets in a TGCompositeFrame.
wid | pointer to TGCompositeFrame widget |
lev | print level for output indentation |
fp | output 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.
wid | pointer to TGCompositeFrame widget |
lev | print level for output indentation |
fname | output 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.
fname | output file name (if empty string, write to terminal) |