#include "TROOT.h"
#include "TSystem.h"
#include "TApplication.h"
#include "TGClient.h"
#include "TGListTree.h"
#include "TGLayout.h"
#include "TGComboBox.h"
#include "TContextMenu.h"
#include "TGTextEntry.h"
#include "TGTab.h"
#include "TGLabel.h"
#include "TSystemDirectory.h"
#include "TGMimeTypes.h"
#include "TClass.h"
#include "TQClass.h"
#include "TObjString.h"
#include "TObjArray.h"
#include "TInterpreter.h"
#include "TRegexp.h"
#include "TEnv.h"
#include "TImage.h"
#include "TBrowser.h"
#include "TRemoteObject.h"
#include "TKey.h"
#include "TKeyMapFile.h"
#include "TVirtualPad.h"
#include "Getline.h"
#include "snprintf.h"
#include <ctime>
#include <cstring>
#include <cstdlib>
#include "TGFileBrowser.h"
#include "TRootBrowser.h"
#include "TGInputDialog.h"
#include "TVirtualPadEditor.h"
#include "TGedEditor.h"
#include "TBaseClass.h"
#include "TVirtualX.h"
#include "RConfigure.h"
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 287 of file TGFileBrowser.cxx.
Helper function checking if a class has a graphic properties editor.
Definition at line 269 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 1138 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 1176 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.