|
GSI Object Oriented Online Offline (Go4)
GO4-6.3.0
|
#include <TGo4UserSourceParameter.h>
Inheritance diagram for TGo4UserSourceParameter:Public Member Functions | |
| TGo4UserSourceParameter () | |
| TGo4UserSourceParameter (const char *name, const char *expr="", Int_t port=0) | |
| virtual | ~TGo4UserSourceParameter () |
| void | SetPort (Int_t port) |
| Int_t | GetPort () const |
| const char * | GetExpression () const |
| void | SetExpression (const char *name) |
| void | Print (Option_t *opt="") const override |
| Bool_t | UpdateFrom (TGo4Parameter *rhs) override |
Public Member Functions inherited from TGo4EventSourceParameter | |
| TGo4EventSourceParameter () | |
| TGo4EventSourceParameter (const char *name, Int_t id=0) | |
| virtual | ~TGo4EventSourceParameter () |
| Int_t | GetID () const |
| Int_t | GetTimeout () const |
| void | SetTimeout (Int_t out) |
| void | Print (Option_t *opt="") const override |
Public Member Functions inherited from TGo4Parameter | |
| TGo4Parameter () | |
| TGo4Parameter (const char *name, const char *title="This is a Go4 Parameter Object") | |
| virtual | ~TGo4Parameter () |
| virtual Int_t | PrintParameter (Text_t *buffer=nullptr, Int_t buflen=0) |
| void | Print (Option_t *opt="") const override |
| Bool_t | UpdateFromUrl (const char *rest_url_opt) |
| virtual Bool_t | CustomUpdateFrom () const |
| void | Clear (Option_t *opt="") override |
| void | GetMemberValues (TObjArray *fItems) |
| Bool_t | SetMemberValues (TObjArray *fItems) |
| void | SavePrimitive (std::ostream &fs, Option_t *opt="") override |
| TGo4ParameterStatus * | CreateStatus () |
| Bool_t | SetStatus (TGo4ParameterStatus *status) |
Private Attributes | |
| Int_t | fiPort {0} |
| TString | fxExpression |
Additional Inherited Members | |
Protected Member Functions inherited from TGo4Parameter | |
| void | GetMemberValues (TObjArray *fItems, TClass *cl, char *ptr, unsigned long int cloffset) |
| Bool_t | SetMemberValues (TObjArray *items, Int_t &itemsindx, TClass *cl, char *ptr, unsigned long int cloffset) |
| Int_t | FindArrayLength (TObjArray *items, Int_t &itemsindx, TDataMember *member) |
Definition at line 19 of file TGo4UserSourceParameter.h.
| TGo4UserSourceParameter::TGo4UserSourceParameter | ( | ) |
Definition at line 24 of file TGo4UserSourceParameter.cxx.
| TGo4UserSourceParameter::TGo4UserSourceParameter | ( | const char * | name, |
| const char * | expr = "", |
||
| Int_t | port = 0 |
||
| ) |
Definition at line 19 of file TGo4UserSourceParameter.cxx.
|
virtual |
Definition at line 29 of file TGo4UserSourceParameter.cxx.
|
inline |
User expression as string
Definition at line 32 of file TGo4UserSourceParameter.h.
References fxExpression.
Referenced by Print(), TGo4ConfigStep::SourceComboHighlighted(), and TYYYEventSource::TYYYEventSource().
|
inline |
Definition at line 29 of file TGo4UserSourceParameter.h.
References fiPort.
Referenced by Print(), TGo4ConfigStep::SourceComboHighlighted(), TYYYEventSource::TYYYEventSource(), and TGo4AnalysisWebStatus::UpdateFromUrl().
|
override |
Definition at line 33 of file TGo4UserSourceParameter.cxx.
References GetExpression(), GetPort(), TGo4EventSourceParameter::Print(), and TGo4Status::PrintLine().
Referenced by SetExpression().
|
inline |
Definition at line 33 of file TGo4UserSourceParameter.h.
References fxExpression, Print(), and UpdateFrom().
Referenced by TGo4ConfigStep::InputArguments(), TGo4Interface::StepUserSource(), and UpdateFrom().
|
inline |
Definition at line 28 of file TGo4UserSourceParameter.h.
References fiPort.
Referenced by TGo4ConfigStep::InputPortChanged(), main(), TGo4Interface::StepUserSource(), UpdateFrom(), and TGo4AnalysisWebStatus::UpdateFromUrl().
|
overridevirtual |
update contents of parameter class with external object.
Reimplemented from TGo4EventSourceParameter.
Definition at line 41 of file TGo4UserSourceParameter.cxx.
References SetExpression(), SetPort(), and TGo4EventSourceParameter::UpdateFrom().
Referenced by SetExpression().
|
private |
(Port) number. Optional and user defined.
Definition at line 43 of file TGo4UserSourceParameter.h.
|
private |
Any user defined expression as string
Definition at line 46 of file TGo4UserSourceParameter.h.
Referenced by GetExpression(), and SetExpression().
1.8.13