#include <TXXXControl.h>
Inheritance diagram for TXXXControl:

Public Member Functions | |
| TXXXControl () | |
| TXXXControl (const char *name) | |
| virtual | ~TXXXControl () |
| virtual Int_t | PrintParameter (Text_t *n, Int_t) |
| Basic method to printout information on stdout; to be overridden by specific subclass. | |
| virtual Bool_t | UpdateFrom (TGo4Parameter *) |
| Update contents of paramter class with external object. | |
| void | SaveMacro () |
Public Attributes | |
| Bool_t | fill |
|
|
Definition at line 22 of file TXXXControl.cxx. |
|
|
Definition at line 28 of file TXXXControl.cxx. |
|
|
Definition at line 34 of file TXXXControl.cxx. |
|
||||||||||||
|
Basic method to printout information on stdout; to be overridden by specific subclass.
Reimplemented from TGo4Parameter. Definition at line 38 of file TXXXControl.cxx. References fill. Referenced by SaveMacro(), TXXXProc::TXXXProc(), and UpdateFrom(). |
|
|
Update contents of paramter class with external object. to be implemented in subclass Reimplemented from TGo4Parameter. Definition at line 47 of file TXXXControl.cxx. References fill, PrintParameter(), and SaveMacro(). |
|
|
Definition at line 63 of file TXXXControl.cxx. References fill, and PrintParameter(). Referenced by UpdateFrom(). |
|
|
Definition at line 32 of file TXXXControl.h. Referenced by TXXXProc::BuildEvent(), PrintParameter(), SaveMacro(), and UpdateFrom(). |
1.4.2