Classes | |
| class | TCursorSwitcher |
| Helper class used to change the cursor in a method and restore the original one when going out of the method scope. More... | |
Functions | |
| static const char * | FormatToolTip (TObject *obj, Int_t maxlen=0) |
| Format the tooltip information, based on the object passed in argument. | |
| static Bool_t | IsObjectEditable (TClass *cl) |
| Helper function checking if a class has a graphic properties editor. | |
| static Bool_t | IsTextFile (const char *candidate) |
| Returns true if given a text file Uses the specification given on p86 of the Camel book. | |
| static const TGPicture * | MakeLinkPic (const TGPicture *pic) |
| Create a symlink (shortcut on Windows) icon by merging the picture passed as argument and the slink_t.xpm icon (small arrow). | |
Variables | |
| const char * | filters [] |
| const char | rootdir [] = "/" |
Format the tooltip information, based on the object passed in argument.
Definition at line 293 of file TGFileBrowser.cxx.
Helper function checking if a class has a graphic properties editor.
Definition at line 275 of file TGFileBrowser.cxx.
|
static |
Returns true if given a text file Uses the specification given on p86 of the Camel book.
Definition at line 1142 of file TGFileBrowser.cxx.
Create a symlink (shortcut on Windows) icon by merging the picture passed as argument and the slink_t.xpm icon (small arrow).
Definition at line 1180 of file TGFileBrowser.cxx.
| const char* filters[] |
Definition at line 61 of file TGFileBrowser.cxx.
| const char rootdir[] = "/" |
Definition at line 58 of file TGFileBrowser.cxx.