#include "TGTextView.h"
#include "TGScrollBar.h"
#include "TGResourcePool.h"
#include "TSystem.h"
#include "TGDNDManager.h"
#include "TBufferFile.h"
#include "TSystemFile.h"
#include "TObjString.h"
#include "TMacro.h"
#include "TGMsgBox.h"
#include "TUrl.h"
#include "TVirtualX.h"
#include <iostream>
Namespaces | |
namespace | ROOT |
tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tbb::task_arena without forward declaring tbb::interface7 | |
Functions | |
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 |
Returns true if given a text file Uses the specification given on p86 of the Camel book.
Definition at line 1050 of file TGTextView.cxx.