#include <TGo4ExampleController.h>
Public Member Functions | |
TGo4ExampleController () | |
TGo4Command * | GetCommand () |
void | DisplayLog (TGo4Status *) |
void | DisplayData (TObject *) |
virtual | ~TGo4ExampleController () |
Private Attributes | |
TObject * | fxPreviousData |
TCanvas * | fxCanvas |
Definition at line 31 of file TGo4ExampleController.h.
TGo4ExampleController::TGo4ExampleController | ( | ) |
Definition at line 27 of file TGo4ExampleController.cxx.
TGo4ExampleController::~TGo4ExampleController | ( | ) | [virtual] |
Definition at line 34 of file TGo4ExampleController.cxx.
TGo4Command * TGo4ExampleController::GetCommand | ( | ) |
Definition at line 84 of file TGo4ExampleController.cxx.
void TGo4ExampleController::DisplayLog | ( | TGo4Status * | status | ) |
Definition at line 61 of file TGo4ExampleController.cxx.
void TGo4ExampleController::DisplayData | ( | TObject * | data | ) |
Definition at line 41 of file TGo4ExampleController.cxx.
TObject* TGo4ExampleController::fxPreviousData [private] |
Definition at line 45 of file TGo4ExampleController.h.
TCanvas* TGo4ExampleController::fxCanvas [private] |
Definition at line 47 of file TGo4ExampleController.h.