JG ROOT Tools libraries
version 5.0 - august 2014
|
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) |
Source 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) |