#include <TGo4ConfigStep.h>
Public Slots | |
virtual void | InputArguments (const QString &Arg) |
virtual void | InputStateChanged (int) |
virtual void | InputPortChanged (int) |
virtual void | RetryCntChanged (int) |
virtual void | InputSourceText (const QString &Name) |
virtual void | OutputStateChanged (int) |
virtual void | OutputNameText (const QString &Name) |
virtual void | StepStateChanged (int) |
virtual void | SourceComboHighlighted (int kind) |
virtual void | StoreComboHighlighted (int k) |
virtual void | OutputFileDialog () |
virtual void | StoreBufferSize (int t) |
virtual void | StoreSplitLevel (int t) |
virtual void | StoreCompLevel (int t) |
virtual void | StoreOverWrite (bool overwrite) |
virtual void | InputTagfile (const QString &tag) |
virtual void | ChangeStartEvent (int num) |
virtual void | ChangeStopEvent (int num) |
virtual void | ChangeEventInterval (int num) |
virtual void | ChangeSourceTimeout (int tim) |
virtual void | InputFileDialog () |
virtual void | MbsMonitorBtn_clicked () |
virtual void | ExtraBtn_clicked () |
Public Member Functions | |
TGo4ConfigStep (QWidget *parent=0, const char *name=0, Qt::WindowFlags fl=0) | |
virtual | ~TGo4ConfigStep () |
virtual void | SetStepStatus (TGo4AnalysisConfiguration *panel, TGo4AnalysisStepStatus *StepStatus, int number=-1) |
virtual QString | GetStepName () |
virtual QString | GetTabTitle () |
virtual void | SetStepControl (bool process, bool source, bool store) |
virtual void | GetStepControl (bool &process, bool &source, bool &store) |
virtual void | SetSourceWidgets (const QString &name, int timeout) |
virtual void | SetMbsSourceWidgets (int start, int stop, int interval, int port=0) |
virtual void | SetFileSource () |
virtual void | SetMbsFileSource (const QString &TagFile) |
virtual void | SetMbsStreamSource () |
virtual void | SetMbsTransportSource () |
virtual void | SetMbsEventServerSource () |
virtual void | SetMbsRevServSource (int port) |
virtual void | SetMbsPort (int port) |
virtual void | SetMbsRetryCnt (int retry) |
virtual void | SetRandomSource () |
virtual void | SetUserSource (int port, QString expr) |
virtual int | GetSourceSetup (QString &name, int &timeout, int &start, int &stop, int &interval, int &port, int &nretry) |
virtual void | GetMbsFileSource (QString &TagFile) |
virtual void | GetUserSource (int &port, QString &expr) |
virtual void | SetFileStore (QString name, bool overwrite, int bufsize, int splitlevel, int compression) |
virtual void | SetBackStore (QString name, int bufsize, int splitlevel) |
virtual QString | GetBackStoreName () |
virtual int | GetStoreSetup (QString &name) |
virtual void | GetFileStore (bool &overwrite, int &bufsize, int &splitlevel, int &compression) |
virtual void | GetBackStore (int &bufsize, int &splitlevel) |
Protected Types | |
enum | { ParsSize = 8 } |
Protected Member Functions | |
void | ChangeSourceParameter (int kind) |
int | CurrentSourceKind () |
Protected Attributes | |
TGo4AnalysisConfiguration * | fxPanel |
TGo4AnalysisStepStatus * | fStepStatus |
int | fStepNumber |
int | fLastSrcKind |
int | fBlocked |
bool | fExtra |
TGo4EventSourceParameter * | fPars [ParsSize] |
Definition at line 25 of file TGo4ConfigStep.h.
anonymous enum [protected] |
Definition at line 94 of file TGo4ConfigStep.h.
TGo4ConfigStep::TGo4ConfigStep | ( | QWidget * | parent = 0 , |
|
const char * | name = 0 , |
|||
Qt::WindowFlags | fl = 0 | |||
) |
Definition at line 54 of file TGo4ConfigStep.cpp.
References fBlocked, fExtra, fLastSrcKind, fPars, fStepStatus, and fxPanel.
TGo4ConfigStep::~TGo4ConfigStep | ( | ) | [virtual] |
Definition at line 89 of file TGo4ConfigStep.cpp.
References fPars.
void TGo4ConfigStep::ChangeEventInterval | ( | int | num | ) | [virtual, slot] |
Definition at line 674 of file TGo4ConfigStep.cpp.
References fBlocked, fStepStatus, TGo4AnalysisStepStatus::GetSourcePar(), and TGo4MbsSourceParameter::SetEventInterval().
void TGo4ConfigStep::ChangeSourceParameter | ( | int | kind | ) | [protected] |
Definition at line 320 of file TGo4ConfigStep.cpp.
References fLastSrcKind, fPars, fStepStatus, TGo4MbsSourceParameter::GetEventInterval(), TGo4EventSourceParameter::GetID(), TGo4MbsSourceParameter::GetPort(), TGo4MbsSourceParameter::GetStartEvent(), TGo4MbsSourceParameter::GetStopEvent(), TGo4EventSourceParameter::GetTimeout(), GO4EV_FILE, GO4EV_MBS_EVENTSERVER, GO4EV_MBS_FILE, GO4EV_MBS_RANDOM, GO4EV_MBS_REVSERV, GO4EV_MBS_STREAM, GO4EV_MBS_TRANSPORT, GO4EV_USER, kind_MbsEvent, kind_MbsFile, kind_MbsRandom, kind_MbsREvent, kind_MbsStream, kind_MbsTransport, kind_RootFile, kind_UserSource, TGo4MbsSourceParameter::SetEventInterval(), TGo4MbsSourceParameter::SetPort(), TGo4AnalysisStepStatus::SetSourcePar(), TGo4MbsSourceParameter::SetStartEvent(), TGo4MbsSourceParameter::SetStopEvent(), TGo4EventSourceParameter::SetTimeout(), and TGo4AnalysisStepStatus::TakeSourcePar().
Referenced by SourceComboHighlighted().
void TGo4ConfigStep::ChangeSourceTimeout | ( | int | tim | ) | [virtual, slot] |
Definition at line 684 of file TGo4ConfigStep.cpp.
References fBlocked, fStepStatus, TGo4AnalysisStepStatus::GetSourcePar(), and TGo4EventSourceParameter::SetTimeout().
void TGo4ConfigStep::ChangeStartEvent | ( | int | num | ) | [virtual, slot] |
Definition at line 654 of file TGo4ConfigStep.cpp.
References fBlocked, fStepStatus, TGo4AnalysisStepStatus::GetSourcePar(), and TGo4MbsSourceParameter::SetStartEvent().
void TGo4ConfigStep::ChangeStopEvent | ( | int | num | ) | [virtual, slot] |
Definition at line 664 of file TGo4ConfigStep.cpp.
References fBlocked, fStepStatus, TGo4AnalysisStepStatus::GetSourcePar(), and TGo4MbsSourceParameter::SetStopEvent().
int TGo4ConfigStep::CurrentSourceKind | ( | ) | [protected] |
Definition at line 302 of file TGo4ConfigStep.cpp.
References fStepStatus, TGo4EventSourceParameter::GetID(), TGo4AnalysisStepStatus::GetSourcePar(), GO4EV_FILE, GO4EV_MBS_EVENTSERVER, GO4EV_MBS_FILE, GO4EV_MBS_RANDOM, GO4EV_MBS_REVSERV, GO4EV_MBS_STREAM, GO4EV_MBS_TRANSPORT, and GO4EV_USER.
Referenced by SetStepStatus().
void TGo4ConfigStep::ExtraBtn_clicked | ( | ) | [virtual, slot] |
Definition at line 939 of file TGo4ConfigStep.cpp.
References fBlocked, fExtra, and SourceComboHighlighted().
void TGo4ConfigStep::GetBackStore | ( | int & | bufsize, | |
int & | splitlevel | |||
) | [virtual] |
Definition at line 927 of file TGo4ConfigStep.cpp.
Referenced by TGo4Script::ProduceScript().
QString TGo4ConfigStep::GetBackStoreName | ( | ) | [virtual] |
Definition at line 904 of file TGo4ConfigStep.cpp.
References GetStepName().
Referenced by GetStoreSetup(), SetBackStore(), and StoreComboHighlighted().
void TGo4ConfigStep::GetFileStore | ( | bool & | overwrite, | |
int & | bufsize, | |||
int & | splitlevel, | |||
int & | compression | |||
) | [virtual] |
Definition at line 919 of file TGo4ConfigStep.cpp.
Referenced by TGo4Script::ProduceScript().
void TGo4ConfigStep::GetMbsFileSource | ( | QString & | TagFile | ) | [virtual] |
Definition at line 864 of file TGo4ConfigStep.cpp.
Referenced by TGo4Script::ProduceScript().
int TGo4ConfigStep::GetSourceSetup | ( | QString & | name, | |
int & | timeout, | |||
int & | start, | |||
int & | stop, | |||
int & | interval, | |||
int & | port, | |||
int & | nretry | |||
) | [virtual] |
Definition at line 839 of file TGo4ConfigStep.cpp.
References fStepStatus, TGo4EventSourceParameter::GetID(), TGo4AnalysisStepStatus::GetSourcePar(), GO4EV_MBS_EVENTSERVER, GO4EV_MBS_REVSERV, GO4EV_MBS_STREAM, and GO4EV_MBS_TRANSPORT.
Referenced by TGo4Script::ProduceScript().
void TGo4ConfigStep::GetStepControl | ( | bool & | process, | |
bool & | source, | |||
bool & | store | |||
) | [virtual] |
Definition at line 771 of file TGo4ConfigStep.cpp.
Referenced by TGo4Script::ProduceScript().
QString TGo4ConfigStep::GetStepName | ( | ) | [virtual] |
Definition at line 745 of file TGo4ConfigStep.cpp.
References fStepStatus.
Referenced by TGo4AnalysisConfiguration::FindStepConfig(), GetBackStoreName(), and TGo4Script::ProduceScript().
int TGo4ConfigStep::GetStoreSetup | ( | QString & | name | ) | [virtual] |
Definition at line 911 of file TGo4ConfigStep.cpp.
References GetBackStoreName().
Referenced by TGo4Script::ProduceScript().
QString TGo4ConfigStep::GetTabTitle | ( | ) | [virtual] |
Definition at line 750 of file TGo4ConfigStep.cpp.
References fStepNumber, and fStepStatus.
Referenced by TGo4AnalysisConfiguration::ChangeTabTitle(), and TGo4AnalysisConfiguration::RefreshWidget().
void TGo4ConfigStep::GetUserSource | ( | int & | port, | |
QString & | expr | |||
) | [virtual] |
Definition at line 870 of file TGo4ConfigStep.cpp.
Referenced by TGo4Script::ProduceScript().
void TGo4ConfigStep::InputArguments | ( | const QString & | Arg | ) | [virtual, slot] |
Definition at line 98 of file TGo4ConfigStep.cpp.
References fStepStatus, TGo4EventSourceParameter::GetID(), TGo4AnalysisStepStatus::GetSourcePar(), GO4EV_USER, and TGo4UserSourceParameter::SetExpression().
void TGo4ConfigStep::InputFileDialog | ( | ) | [virtual, slot] |
Definition at line 693 of file TGo4ConfigStep.cpp.
References fStepStatus, fxPanel, TGo4AnalysisStepStatus::GetSourcePar(), TGo4AnalysisConfiguration::GetSourcePath(), TGo4AnalysisConfiguration::SetSourcePath(), TGo4MbsFile__fgcFILELISTSUF, and TGo4MbsFile__fgcLMDSUF.
void TGo4ConfigStep::InputPortChanged | ( | int | port | ) | [virtual, slot] |
Definition at line 120 of file TGo4ConfigStep.cpp.
References fBlocked, fStepStatus, TGo4EventSourceParameter::GetID(), TGo4AnalysisStepStatus::GetSourcePar(), GO4EV_MBS_EVENTSERVER, GO4EV_MBS_REVSERV, GO4EV_MBS_STREAM, GO4EV_MBS_TRANSPORT, GO4EV_USER, TGo4UserSourceParameter::SetPort(), and TGo4MbsSourceParameter::SetPort().
void TGo4ConfigStep::InputSourceText | ( | const QString & | Name | ) | [virtual, slot] |
Definition at line 177 of file TGo4ConfigStep.cpp.
References fBlocked, fStepStatus, TGo4AnalysisStepStatus::GetSourcePar(), and TGo4MbsFile__fgcFILELISTSUF.
void TGo4ConfigStep::InputStateChanged | ( | int | ) | [virtual, slot] |
Definition at line 109 of file TGo4ConfigStep.cpp.
References TGo4AnalysisConfiguration::ChangeTabTitle(), fStepNumber, fStepStatus, fxPanel, and TGo4AnalysisStepStatus::SetSourceEnabled().
Referenced by StepStateChanged().
void TGo4ConfigStep::InputTagfile | ( | const QString & | tag | ) | [virtual, slot] |
Definition at line 637 of file TGo4ConfigStep.cpp.
References fBlocked, fStepStatus, TGo4EventSourceParameter::GetID(), TGo4AnalysisStepStatus::GetSourcePar(), GO4EV_MBS_FILE, TGo4MbsFileParameter::SetTagName(), and TGo4MbsFile__fgcNOTAGFILE.
void TGo4ConfigStep::MbsMonitorBtn_clicked | ( | ) | [virtual, slot] |
Definition at line 933 of file TGo4ConfigStep.cpp.
References TGo4AnalysisConfiguration::DisplayMbsMonitor(), and fxPanel.
void TGo4ConfigStep::OutputFileDialog | ( | ) | [virtual, slot] |
Definition at line 579 of file TGo4ConfigStep.cpp.
References fxPanel, TGo4AnalysisConfiguration::GetStorePath(), and TGo4AnalysisConfiguration::SetStorePath().
void TGo4ConfigStep::OutputNameText | ( | const QString & | Name | ) | [virtual, slot] |
Definition at line 214 of file TGo4ConfigStep.cpp.
References fStepStatus, and TGo4AnalysisStepStatus::GetStorePar().
void TGo4ConfigStep::OutputStateChanged | ( | int | ) | [virtual, slot] |
Definition at line 195 of file TGo4ConfigStep.cpp.
References TGo4AnalysisConfiguration::ChangeTabTitle(), fStepNumber, fStepStatus, fxPanel, and TGo4AnalysisStepStatus::SetStoreEnabled().
Referenced by StepStateChanged().
void TGo4ConfigStep::RetryCntChanged | ( | int | cnt | ) | [virtual, slot] |
Definition at line 152 of file TGo4ConfigStep.cpp.
References fBlocked, fStepStatus, TGo4EventSourceParameter::GetID(), TGo4AnalysisStepStatus::GetSourcePar(), GO4EV_MBS_EVENTSERVER, GO4EV_MBS_REVSERV, GO4EV_MBS_STREAM, GO4EV_MBS_TRANSPORT, and TGo4MbsSourceParameter::SetRetryCnt().
void TGo4ConfigStep::SetBackStore | ( | QString | name, | |
int | bufsize, | |||
int | splitlevel | |||
) | [virtual] |
Definition at line 891 of file TGo4ConfigStep.cpp.
References GetBackStoreName(), and StoreComboHighlighted().
Referenced by SetStepStatus(), and TGo4Script::StepBackStore().
void TGo4ConfigStep::SetFileSource | ( | ) | [virtual] |
Definition at line 778 of file TGo4ConfigStep.cpp.
References kind_RootFile.
Referenced by TGo4Script::StepFileSource().
void TGo4ConfigStep::SetFileStore | ( | QString | name, | |
bool | overwrite, | |||
int | bufsize, | |||
int | splitlevel, | |||
int | compression | |||
) | [virtual] |
Definition at line 876 of file TGo4ConfigStep.cpp.
References StoreComboHighlighted().
Referenced by SetStepStatus(), and TGo4Script::StepFileStore().
void TGo4ConfigStep::SetMbsEventServerSource | ( | ) | [virtual] |
Definition at line 803 of file TGo4ConfigStep.cpp.
References kind_MbsEvent.
Referenced by TGo4Script::StepMbsEventServerSource().
void TGo4ConfigStep::SetMbsFileSource | ( | const QString & | TagFile | ) | [virtual] |
Definition at line 783 of file TGo4ConfigStep.cpp.
References kind_MbsFile, and TGo4MbsFile__fgcNOTAGFILE.
Referenced by TGo4Script::StepMbsFileSource().
void TGo4ConfigStep::SetMbsPort | ( | int | port | ) | [virtual] |
Definition at line 815 of file TGo4ConfigStep.cpp.
Referenced by TGo4Script::StepMbsPort().
void TGo4ConfigStep::SetMbsRetryCnt | ( | int | retry | ) | [virtual] |
Definition at line 820 of file TGo4ConfigStep.cpp.
Referenced by TGo4Script::StepMbsRetryCnt().
void TGo4ConfigStep::SetMbsRevServSource | ( | int | port | ) | [virtual] |
Definition at line 808 of file TGo4ConfigStep.cpp.
References kind_MbsREvent.
Referenced by TGo4Script::StepMbsRevServSource().
void TGo4ConfigStep::SetMbsSourceWidgets | ( | int | start, | |
int | stop, | |||
int | interval, | |||
int | port = 0 | |||
) | [virtual] |
Definition at line 432 of file TGo4ConfigStep.cpp.
Referenced by TGo4Script::StepMbsEventServerSource(), TGo4Script::StepMbsFileSource(), TGo4Script::StepMbsRevServSource(), TGo4Script::StepMbsSelection(), TGo4Script::StepMbsStreamSource(), and TGo4Script::StepMbsTransportSource().
void TGo4ConfigStep::SetMbsStreamSource | ( | ) | [virtual] |
Definition at line 793 of file TGo4ConfigStep.cpp.
References kind_MbsStream.
Referenced by TGo4Script::StepMbsStreamSource().
void TGo4ConfigStep::SetMbsTransportSource | ( | ) | [virtual] |
Definition at line 798 of file TGo4ConfigStep.cpp.
References kind_MbsTransport.
Referenced by TGo4Script::StepMbsTransportSource().
void TGo4ConfigStep::SetRandomSource | ( | ) | [virtual] |
Definition at line 826 of file TGo4ConfigStep.cpp.
References kind_MbsRandom.
Referenced by TGo4Script::StepRandomSource().
void TGo4ConfigStep::SetSourceWidgets | ( | const QString & | name, | |
int | timeout | |||
) | [virtual] |
Definition at line 426 of file TGo4ConfigStep.cpp.
Referenced by TGo4Script::StepFileSource(), TGo4Script::StepMbsEventServerSource(), TGo4Script::StepMbsFileSource(), TGo4Script::StepMbsRevServSource(), TGo4Script::StepMbsStreamSource(), TGo4Script::StepMbsTransportSource(), TGo4Script::StepRandomSource(), and TGo4Script::StepUserSource().
void TGo4ConfigStep::SetStepControl | ( | bool | process, | |
bool | source, | |||
bool | store | |||
) | [virtual] |
Definition at line 762 of file TGo4ConfigStep.cpp.
References StepStateChanged().
Referenced by TGo4Script::ConfigStep(), and SetStepStatus().
void TGo4ConfigStep::SetStepStatus | ( | TGo4AnalysisConfiguration * | panel, | |
TGo4AnalysisStepStatus * | StepStatus, | |||
int | number = -1 | |||
) | [virtual] |
Definition at line 233 of file TGo4ConfigStep.cpp.
References CurrentSourceKind(), fBlocked, fLastSrcKind, fStepNumber, fStepStatus, fxPanel, TGo4BackStoreParameter::GetBufsize(), TGo4FileStoreParameter::GetBufsize(), TGo4FileStoreParameter::GetCompression(), TGo4EventStoreParameter::GetID(), TGo4BackStoreParameter::GetSplitlevel(), TGo4FileStoreParameter::GetSplitlevel(), TGo4AnalysisStepStatus::GetStorePar(), GO4EV_BACK, GO4EV_FILE, TGo4FileStoreParameter::IsOverwriteMode(), TGo4AnalysisStepStatus::IsProcessEnabled(), TGo4AnalysisStepStatus::IsSourceEnabled(), TGo4AnalysisStepStatus::IsStoreEnabled(), SetBackStore(), SetFileStore(), and SetStepControl().
Referenced by TGo4AnalysisConfiguration::RefreshWidget().
void TGo4ConfigStep::SetUserSource | ( | int | port, | |
QString | expr | |||
) | [virtual] |
Definition at line 831 of file TGo4ConfigStep.cpp.
References kind_UserSource.
Referenced by TGo4Script::StepUserSource().
void TGo4ConfigStep::SourceComboHighlighted | ( | int | kind | ) | [virtual, slot] |
Definition at line 441 of file TGo4ConfigStep.cpp.
References ChangeSourceParameter(), fBlocked, fExtra, fStepStatus, fxPanel, TGo4MbsSourceParameter::GetEventInterval(), TGo4UserSourceParameter::GetExpression(), TGo4UserSourceParameter::GetPort(), TGo4MbsSourceParameter::GetPort(), TGo4MbsSourceParameter::GetRetryCnt(), TGo4AnalysisStepStatus::GetSourcePar(), TGo4MbsSourceParameter::GetStartEvent(), TGo4MbsSourceParameter::GetStopEvent(), TGo4MbsFileParameter::GetTagName(), TGo4EventSourceParameter::GetTimeout(), kind_MbsEvent, kind_MbsFile, kind_MbsRandom, kind_MbsREvent, kind_MbsStream, kind_MbsTransport, kind_RootFile, kind_UserSource, and TGo4MbsFile__fgcNOTAGFILE.
Referenced by ExtraBtn_clicked().
void TGo4ConfigStep::StepStateChanged | ( | int | ) | [virtual, slot] |
Definition at line 219 of file TGo4ConfigStep.cpp.
References TGo4AnalysisConfiguration::ChangeTabTitle(), fStepNumber, fStepStatus, fxPanel, InputStateChanged(), OutputStateChanged(), and TGo4AnalysisStepStatus::SetProcessEnabled().
Referenced by SetStepControl().
void TGo4ConfigStep::StoreBufferSize | ( | int | t | ) | [virtual, slot] |
Definition at line 595 of file TGo4ConfigStep.cpp.
References fStepStatus, TGo4AnalysisStepStatus::GetStorePar(), TGo4BackStoreParameter::SetBufsize(), and TGo4FileStoreParameter::SetBufsize().
void TGo4ConfigStep::StoreComboHighlighted | ( | int | k | ) | [virtual, slot] |
Definition at line 557 of file TGo4ConfigStep.cpp.
References fStepStatus, GetBackStoreName(), and TGo4AnalysisStepStatus::SetStorePar().
Referenced by SetBackStore(), and SetFileStore().
void TGo4ConfigStep::StoreCompLevel | ( | int | t | ) | [virtual, slot] |
Definition at line 619 of file TGo4ConfigStep.cpp.
References fStepStatus, TGo4AnalysisStepStatus::GetStorePar(), and TGo4FileStoreParameter::SetCompression().
void TGo4ConfigStep::StoreOverWrite | ( | bool | overwrite | ) | [virtual, slot] |
Definition at line 627 of file TGo4ConfigStep.cpp.
References fStepStatus, TGo4AnalysisStepStatus::GetStorePar(), and TGo4FileStoreParameter::SetOverwriteMode().
void TGo4ConfigStep::StoreSplitLevel | ( | int | t | ) | [virtual, slot] |
Definition at line 607 of file TGo4ConfigStep.cpp.
References fStepStatus, TGo4AnalysisStepStatus::GetStorePar(), TGo4BackStoreParameter::SetSplitlevel(), and TGo4FileStoreParameter::SetSplitlevel().
int TGo4ConfigStep::fBlocked [protected] |
Definition at line 91 of file TGo4ConfigStep.h.
Referenced by ChangeEventInterval(), ChangeSourceTimeout(), ChangeStartEvent(), ChangeStopEvent(), ExtraBtn_clicked(), InputPortChanged(), InputSourceText(), InputTagfile(), RetryCntChanged(), SetStepStatus(), SourceComboHighlighted(), and TGo4ConfigStep().
bool TGo4ConfigStep::fExtra [protected] |
Definition at line 92 of file TGo4ConfigStep.h.
Referenced by ExtraBtn_clicked(), SourceComboHighlighted(), and TGo4ConfigStep().
int TGo4ConfigStep::fLastSrcKind [protected] |
Definition at line 90 of file TGo4ConfigStep.h.
Referenced by ChangeSourceParameter(), SetStepStatus(), and TGo4ConfigStep().
TGo4EventSourceParameter* TGo4ConfigStep::fPars[ParsSize] [protected] |
Definition at line 96 of file TGo4ConfigStep.h.
Referenced by ChangeSourceParameter(), TGo4ConfigStep(), and ~TGo4ConfigStep().
int TGo4ConfigStep::fStepNumber [protected] |
Definition at line 89 of file TGo4ConfigStep.h.
Referenced by GetTabTitle(), InputStateChanged(), OutputStateChanged(), SetStepStatus(), and StepStateChanged().
TGo4AnalysisStepStatus* TGo4ConfigStep::fStepStatus [protected] |
Definition at line 88 of file TGo4ConfigStep.h.
Referenced by ChangeEventInterval(), ChangeSourceParameter(), ChangeSourceTimeout(), ChangeStartEvent(), ChangeStopEvent(), CurrentSourceKind(), GetSourceSetup(), GetStepName(), GetTabTitle(), InputArguments(), InputFileDialog(), InputPortChanged(), InputSourceText(), InputStateChanged(), InputTagfile(), OutputNameText(), OutputStateChanged(), RetryCntChanged(), SetStepStatus(), SourceComboHighlighted(), StepStateChanged(), StoreBufferSize(), StoreComboHighlighted(), StoreCompLevel(), StoreOverWrite(), StoreSplitLevel(), and TGo4ConfigStep().
TGo4AnalysisConfiguration* TGo4ConfigStep::fxPanel [protected] |
Definition at line 87 of file TGo4ConfigStep.h.
Referenced by InputFileDialog(), InputStateChanged(), MbsMonitorBtn_clicked(), OutputFileDialog(), OutputStateChanged(), SetStepStatus(), SourceComboHighlighted(), StepStateChanged(), and TGo4ConfigStep().