TCanvasImp
class description - source file - inheritance tree
public:
TCanvasImp TCanvasImp(TCanvas* c = 0)
TCanvasImp TCanvasImp(TCanvas* c, char* name, UInt_t width, UInt_t height)
TCanvasImp TCanvasImp(TCanvas* c, char* name, Int_t x, Int_t y, UInt_t width, UInt_t height)
TCanvasImp TCanvasImp(TCanvasImp&)
virtual void ~TCanvasImp()
TCanvas* Canvas()
TClass* Class()
virtual void ForceUpdate()
virtual void GetWindowGeometry(Int_t& x, Int_t& y, UInt_t& w, UInt_t& h)
virtual void Iconify()
virtual Int_t InitWindow()
virtual TClass* IsA()
virtual void SetCanvasSize(UInt_t w, UInt_t h)
virtual void SetStatusText(Text_t* text = 0, Int_t partidx = 0)
virtual void SetWindowPosition(Int_t x, Int_t y)
virtual void SetWindowSize(UInt_t w, UInt_t h)
virtual void SetWindowTitle(Text_t* newTitle)
virtual void Show()
virtual void ShowMembers(TMemberInspector& insp, char* parent)
virtual void ShowMenuBar(Bool_t show = kTRUE)
virtual void ShowStatusBar(Bool_t show = kTRUE)
virtual void Streamer(TBuffer& b)
protected:
TCanvas* fCanvas TCanvas associated with this implementation
See also
-
TRootCanvas
ABC describing GUI independent main window (with menubar, scrollbars
and a drawing area).
Inline Functions
TCanvasImp TCanvasImp(TCanvas* c = 0)
TCanvasImp TCanvasImp(TCanvas* c, char* name, UInt_t width, UInt_t height)
TCanvasImp TCanvasImp(TCanvas* c, char* name, Int_t x, Int_t y, UInt_t width, UInt_t height)
TCanvas* Canvas()
void ForceUpdate()
void GetWindowGeometry(Int_t& x, Int_t& y, UInt_t& w, UInt_t& h)
void Iconify()
Int_t InitWindow()
void SetStatusText(Text_t* text = 0, Int_t partidx = 0)
void SetWindowPosition(Int_t x, Int_t y)
void SetWindowSize(UInt_t w, UInt_t h)
void SetWindowTitle(Text_t* newTitle)
void SetCanvasSize(UInt_t w, UInt_t h)
void ShowMenuBar(Bool_t show = kTRUE)
void ShowStatusBar(Bool_t show = kTRUE)
void Show()
TClass* Class()
TClass* IsA()
void ShowMembers(TMemberInspector& insp, char* parent)
void Streamer(TBuffer& b)
TCanvasImp TCanvasImp(TCanvasImp&)
void ~TCanvasImp()
Author: Fons Rademakers 16/11/95
Last update: 1.00/06 23/03/97 11.01.59 by Rene Brun
Copyright (c) 1995-1999, The ROOT System, All rights reserved. *
ROOT page - Class index - Top of the page
This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.