#include <CanvasViewer.h>
Inheritance diagram for CanvasTab:

Public Member Functions | |
| CanvasTab () | |
| virtual | ~CanvasTab () |
| virtual void | Init (TCanvas *canvas) |
| Implement to get one-time notification of the canvas. | |
| virtual void | Expose () |
| Notified each time the tab this canvas is in is selected. | |
Definition at line 40 of file CanvasViewer.h.
|
|
Definition at line 9 of file CanvasViewer.cxx. 00009 {}
|
|
|
Definition at line 10 of file CanvasViewer.cxx. 00010 {}
|
|
|
Notified each time the tab this canvas is in is selected.
Reimplemented in Earliest, PerTime, DbCheck, TorCheck, and DevCount. Definition at line 16 of file CanvasViewer.cxx. Referenced by CanvasTabs::DoTab(). 00017 {
00018 //cerr << "CanvasTab::Expose()\n";
00019 }
|
|
|
Implement to get one-time notification of the canvas.
Reimplemented in Earliest, PerTime, DbCheck, TorCheck, and DevCount. Definition at line 12 of file CanvasViewer.cxx. Referenced by CanvasTabs::AdoptTab(). 00013 {
00014 //cerr << "CanvasTab::Init()\n";
00015 }
|
1.3.9.1