Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
TGFrame.cxx File Reference
#include "TError.h"
#include "TGFrame.h"
#include "TGResourcePool.h"
#include "TGPicture.h"
#include "TList.h"
#include "TApplication.h"
#include "TTimer.h"
#include "TClass.h"
#include "TObjString.h"
#include "TBits.h"
#include "TColor.h"
#include "TROOT.h"
#include "TDatime.h"
#include "KeySymbols.h"
#include "TGFileDialog.h"
#include "TGMsgBox.h"
#include "TSystem.h"
#include "TVirtualDragManager.h"
#include "TGuiBuilder.h"
#include "TQConnection.h"
#include "TGButton.h"
#include "TGSplitter.h"
#include "TGDNDManager.h"
#include "TImage.h"
#include "TObjectSpy.h"
#include "TVirtualX.h"
#include <iostream>
#include <fstream>
Include dependency graph for TGFrame.cxx:

Namespaces

namespace  ROOT
 This file contains a specialised ROOT message handler to test for diagnostic in unit tests.
 

Variables

TListgListOfHiddenFrames = new TList()
 
static const char * gSaveMacroTypes []
 

Variable Documentation

◆ gListOfHiddenFrames

TList* gListOfHiddenFrames = new TList()

Definition at line 145 of file TGFrame.cxx.

◆ gSaveMacroTypes

const char* gSaveMacroTypes[]
static
Initial value:
= {
"ROOT macros", "*.C",
"GIF", "*.gif",
"PNG", "*.png",
"JPEG", "*.jpg",
"TIFF", "*.tiff",
"XPM", "*.xpm",
"All files", "*",
0, 0
}

Definition at line 134 of file TGFrame.cxx.