ROOTANA
Functions | Variables
TMainDisplayWindow.cxx File Reference
#include <iostream>
#include <cstdlib>
#include <TGFileDialog.h>
#include "TMainDisplayWindow.hxx"
#include <TObject.h>
#include "TInterestingEventManager.hxx"
Include dependency graph for TMainDisplayWindow.cxx:

Go to the source code of this file.

Functions

 ClassImp (TMainDisplayWindow) TMainDisplayWindow
 
TRootEmbeddedCanvas * GetTRootEmbeddedCanvasFromTGCompositeFrame (TGCompositeFrame *frame)
 Pull the embedded canvas out of the compositeframe. More...
 

Variables

const char * filetypes []
 

Function Documentation

◆ ClassImp()

ClassImp ( TMainDisplayWindow  )

Definition at line 10 of file TMainDisplayWindow.cxx.

Here is the call graph for this function:

◆ GetTRootEmbeddedCanvasFromTGCompositeFrame()

TRootEmbeddedCanvas* GetTRootEmbeddedCanvasFromTGCompositeFrame ( TGCompositeFrame *  frame)

Pull the embedded canvas out of the compositeframe.

Definition at line 315 of file TMainDisplayWindow.cxx.

Here is the caller graph for this function:

Variable Documentation

◆ filetypes

const char* filetypes[]
Initial value:
= { "GIF files", "*.gif",
"JPG files", "*.jpg",
"PNG files", "*.png",
"EPS files", "*.eps",
0, 0 }

Definition at line 474 of file TMainDisplayWindow.cxx.