GSI Object Oriented Online Offline (Go4)
GO4-6.2.0
|
#include <TGo4AnalysisConfiguration.h>
Public Slots | |
virtual void | RequestAnalysisStatus () |
virtual void | FileDialog_ConfFile () |
virtual void | FileDialog_AutoSave () |
virtual void | LineEdit_AutoSaveFile () |
virtual void | SetCompressionLevel (int t) |
virtual void | LoadConfiguration () |
virtual void | SaveConfiguration () |
virtual void | SubmitConfiguration () |
virtual void | SubmitAndStart () |
virtual void | CloseAnalysis () |
virtual void | SetAutoSaveInterval (int t) |
virtual void | SetAutoSaveOverwrite (bool overwrite) |
virtual void | WriteAutoSave () |
virtual void | EnableAutoSaveSlot (bool disabled) |
![]() | |
void | ResetWidgetSlot () |
void | CloseMDIParentSlot () |
Public Member Functions | |
TGo4AnalysisConfiguration (QWidget *parent=0, const char *name=0) | |
virtual bool | IsAcceptDrag (const char *itemname, TClass *cl, int kind) |
virtual void | DropItem (const char *itemname, TClass *cl, int kind) |
virtual void | linkedObjectUpdated (const char *linkname, TObject *obj) |
virtual void | linkedObjectRemoved (const char *linkname) |
virtual void | WorkWithAnalysis (TGo4ServerProxy *anal) |
virtual void | ResetWidget () |
virtual void | RefreshWidget () |
virtual QString | GetSourcePath () |
virtual QString | GetStorePath () |
virtual void | SetSourcePath (const QString &v) |
virtual void | SetStorePath (const QString &v) |
int | GetNumSteps () |
void | ChangeTabTitle (TGo4ConfigStep *step, int number) |
TGo4ConfigStep * | GetStepConfig (int n) |
TGo4ConfigStep * | FindStepConfig (QString name) |
virtual void | SetAutoSaveConfig (QString filename, int interval, int compression, bool enbaled, bool overwrite) |
virtual void | GetAutoSaveConfig (QString &filename, int &interval, int &compression, bool &enbaled, bool &overwrite) |
virtual void | SetAnalysisConfigFile (QString filename) |
virtual void | GetAnalysisConfigFile (QString &filename) |
virtual void | DisplayMbsMonitor (const QString &mbsname) |
![]() | |
QGo4Widget (QWidget *parent=0, const char *name=0, Qt::WindowFlags f=Qt::Widget) | |
virtual | ~QGo4Widget () |
void | ObjectCreatedByWidget (const char *itemname, TClass *cl) |
void | ProcessSignal (const char *linkname, bool assigned, TObject *obj, TGo4Slot *slot) |
Protected Member Functions | |
virtual void | closeEvent (QCloseEvent *e) |
![]() | |
virtual void | dragEnterEvent (QDragEnterEvent *e) |
virtual void | dragMoveEvent (QDragMoveEvent *e) |
virtual void | dropEvent (QDropEvent *e) |
void | AddLink (const char *itemname, const char *linkname) |
void | AddLink (TGo4Slot *slot, const char *linkname) |
TGo4Slot * | AddLink (const char *itemname, TGo4Slot *parent) |
TGo4Slot * | GetTopSlot (bool force=false) |
TGo4Slot * | AddSlot (const char *slotname) |
void | SetLinkedName (TGo4Slot *slot, const char *itemname) |
const char * | GetLinkedName (const char *linkname) |
const char * | GetLinkedName (TGo4Slot *slot) |
TObject * | GetLinked (const char *linkname, int updatelevel) |
void | RemoveLink (const char *linkname, bool blockreset=true) |
void | RemoveAllLinks (bool blockreset=true) |
void | RemoveLinksMasked (const char *startedwith=0, bool blockreset=true) |
bool | BrowserItemRemote (const char *itemname) |
TGo4BrowserProxy * | Browser () |
void | StatusMessage (const QString &message) |
void | AskToCreateObject (TClass *cl, int isremote) |
void | ShowItemInfo (const QString &itemname) |
TGo4ViewPanel * | CreateViewPanel (int ndiv=0) |
TGo4ViewPanel * | DrawItem (const QString &itemname, TGo4ViewPanel *panel=0, TPad *pad=0, bool activate=true, int updatelevel=-1) |
TGo4ViewPanel * | WhereItemDrawn (const char *itemname) |
void | HelpWindow (const char *filename, const char *msg=0) |
void | UndrawItem (const char *itemname) |
TGo4ViewPanel * | LastActivePanel () |
void | EditItem (const QString &itemname) |
void | EditObjectInSlot (TGo4Slot *slot) |
QString | SaveObjectInMemory (const char *foldername, TObject *obj) |
bool | SaveItemToFile (const char *itemname, const char *subfolder=0) |
bool | UpdateItemInAnalysis (const char *itemname, TObject *obj=0) |
void | InformThatObjectCreated (const char *itemname, TClass *cl) |
TGo4ServerProxy * | GetAnalysis (const char *itemname=0) |
void | StartHotstart (const char *filename) |
void | ConnectPad (TPad *pad) |
void | CallServiceFunc (int id, const char *str=0, void *par=0) |
void | ServiceCall (const char *name, void *par=0) |
virtual void | requestedObjectCreated (const char *itemname, TClass *cl) |
virtual void | linkedUpdated (TGo4Slot *slot, TObject *obj) |
virtual void | linkedRemoved (TGo4Slot *slot, TObject *obj) |
void | setCanDestroyWidget (bool on=true) |
void | CallPanelFunc (int id, TPad *pad=0) |
void | ShootResetWidget () |
void | ShootCloseWidget (bool closeparent=false) |
bool | IsUpdateBlocked () const |
Protected Attributes | |
bool | fbTypingMode |
QString | fSourcePath |
QString | fStorePath |
QString | fConfigPath |
QString | fAutoSavePath |
Additional Inherited Members | |
![]() | |
enum | { service_DragEnter = 1, service_DropEvent = 2, service_CreateItem = 3, service_DrawItem = 4, service_EditItem = 5, service_ShowInfo = 6, service_EditInSlot = 7, service_SaveItem = 8, service_UpdateAnalysisItem = 9, service_StatusMessage = 15, service_CreateViewPanel = 17, service_BrowserItemRemote = 18, service_Browser = 19, service_SaveToMemory = 20, service_GetAnalysis = 21, service_AddEditorLink = 22, service_AddDirectLink = 23, service_AddLinkInSlot = 24, service_GetTopSlot = 25, service_AddEditorSlot = 26, service_SetLinkedName = 27, service_GetLinkedName = 28, service_GetLinkedName2 = 29, service_GetLinked0 = 30, service_GetLinked1 = 31, service_GetLinked2 = 32, service_RemoveLink = 33, service_RemoveAllLinks = 34, service_ObjectCreated = 35, service_ConnectPad = 36, service_LastActivePanel = 37, service_WhereItemDrawn = 38, service_UndrawItem = 39, service_General = 40, service_PanelTimer = 41, service_HelpWindow = 42, service_HotStart = 43, panel_Activated = 101, panel_Modified = 102, panel_Updated = 103, panel_ActiveUpdated = 104, panel_PadDeleted = 105, panel_Deleted = 106 } |
pointer on browser proxy More... | |
![]() | |
void | widgetService (QGo4Widget *editor, int serviceid, const char *str, void *par) |
![]() | |
static QAction * | AddIdAction (QMenu *menu, QSignalMapper *map, const QString &text, int id, int enabled=-1, int checked=-1) |
static QAction * | AddIdAction (QMenu *menu, QSignalMapper *map, const QIcon &icon, const QString &text, int id, int enabled=-1, int checked=-1) |
static QAction * | AddChkAction (QMenu *menu, const QString &text, bool checked, QObject *recv, const char *member) |
static QAction * | SetIdAction (QSignalMapper *map, int id, int enabled=-1, int checked=-1) |
Definition at line 23 of file TGo4AnalysisConfiguration.h.
TGo4AnalysisConfiguration::TGo4AnalysisConfiguration | ( | QWidget * | parent = 0 , |
const char * | name = 0 |
||
) |
Definition at line 25 of file TGo4AnalysisConfiguration.cpp.
References CloseAnalysis(), EnableAutoSaveSlot(), fAutoSavePath, fbTypingMode, fConfigPath, FileDialog_AutoSave(), FileDialog_ConfFile(), fSourcePath, fStorePath, LineEdit_AutoSaveFile(), LoadConfiguration(), RequestAnalysisStatus(), SaveConfiguration(), SetAutoSaveInterval(), SetAutoSaveOverwrite(), QGo4Widget::setCanDestroyWidget(), SetCompressionLevel(), SubmitAndStart(), SubmitConfiguration(), and WriteAutoSave().
void TGo4AnalysisConfiguration::ChangeTabTitle | ( | TGo4ConfigStep * | step, |
int | number | ||
) |
Definition at line 167 of file TGo4AnalysisConfiguration.cpp.
References TGo4ConfigStep::GetTabTitle().
Referenced by TGo4ConfigStep::InputStateChanged(), TGo4ConfigStep::OutputStateChanged(), and TGo4ConfigStep::StepStateChanged().
|
virtualslot |
Definition at line 284 of file TGo4AnalysisConfiguration.cpp.
References QGo4Widget::ServiceCall().
Referenced by TGo4AnalysisConfiguration().
|
protectedvirtual |
Reimplemented from QGo4Widget.
Definition at line 393 of file TGo4AnalysisConfiguration.cpp.
|
virtual |
Definition at line 388 of file TGo4AnalysisConfiguration.cpp.
References QGo4Widget::ServiceCall().
Referenced by TGo4ConfigStep::MbsMonitorBtn_clicked().
|
virtual |
Reimplemented from QGo4Widget.
Definition at line 61 of file TGo4AnalysisConfiguration.cpp.
|
virtualslot |
Definition at line 318 of file TGo4AnalysisConfiguration.cpp.
References fbTypingMode, QGo4Widget::GetLinked(), and TGo4AnalysisStatus::SetAutoSaveOn().
Referenced by TGo4AnalysisConfiguration().
|
virtualslot |
Definition at line 217 of file TGo4AnalysisConfiguration.cpp.
References fAutoSavePath, and LineEdit_AutoSaveFile().
Referenced by TGo4AnalysisConfiguration().
|
virtualslot |
Definition at line 202 of file TGo4AnalysisConfiguration.cpp.
References fConfigPath.
Referenced by TGo4AnalysisConfiguration().
TGo4ConfigStep * TGo4AnalysisConfiguration::FindStepConfig | ( | QString | name | ) |
Definition at line 338 of file TGo4AnalysisConfiguration.cpp.
References GetNumSteps(), GetStepConfig(), and TGo4ConfigStep::GetStepName().
Referenced by TGo4Script::GetStepGUI().
|
virtual |
Definition at line 383 of file TGo4AnalysisConfiguration.cpp.
Referenced by TGo4Script::ProduceScript().
|
virtual |
Definition at line 364 of file TGo4AnalysisConfiguration.cpp.
Referenced by TGo4Script::ProduceScript().
int TGo4AnalysisConfiguration::GetNumSteps | ( | ) |
Definition at line 327 of file TGo4AnalysisConfiguration.cpp.
Referenced by FindStepConfig(), and TGo4Script::ProduceScript().
|
virtual |
Definition at line 174 of file TGo4AnalysisConfiguration.cpp.
References fSourcePath.
Referenced by TGo4ConfigStep::InputFileDialog().
TGo4ConfigStep * TGo4AnalysisConfiguration::GetStepConfig | ( | int | n | ) |
Definition at line 332 of file TGo4AnalysisConfiguration.cpp.
Referenced by FindStepConfig(), and TGo4Script::ProduceScript().
|
virtual |
Definition at line 179 of file TGo4AnalysisConfiguration.cpp.
References fStorePath.
Referenced by TGo4ConfigStep::OutputFileDialog().
|
virtual |
Reimplemented from QGo4Widget.
Definition at line 54 of file TGo4AnalysisConfiguration.cpp.
|
virtualslot |
Definition at line 237 of file TGo4AnalysisConfiguration.cpp.
References fbTypingMode, QGo4Widget::GetLinked(), and TGo4AnalysisStatus::SetAutoFileName().
Referenced by FileDialog_AutoSave(), and TGo4AnalysisConfiguration().
|
virtual |
Reimplemented from QGo4Widget.
Definition at line 84 of file TGo4AnalysisConfiguration.cpp.
References QGo4Widget::ShootCloseWidget().
|
virtual |
Reimplemented from QGo4Widget.
Definition at line 69 of file TGo4AnalysisConfiguration.cpp.
References QGo4Widget::GetLinked(), TGo4ServerProxy::RefreshNamesList(), and RefreshWidget().
|
virtualslot |
Definition at line 254 of file TGo4AnalysisConfiguration.cpp.
References QGo4Widget::GetLinked(), TGo4ServerProxy::LoadConfigFile(), and RequestAnalysisStatus().
Referenced by TGo4AnalysisConfiguration().
|
virtual |
Definition at line 118 of file TGo4AnalysisConfiguration.cpp.
References TGo4ServerProxy::CanSubmitObjects(), fbTypingMode, TGo4AnalysisStatus::GetAutoFileName(), TGo4AnalysisStatus::GetAutoSaveCompression(), TGo4AnalysisStatus::GetAutoSaveInterval(), TGo4AnalysisStatus::GetConfigFileName(), QGo4Widget::GetLinked(), TGo4AnalysisStatus::GetNumberOfSteps(), TGo4AnalysisStatus::GetStepStatus(), TGo4ConfigStep::GetTabTitle(), TGo4AnalysisStatus::IsAutoSaveOn(), TGo4AnalysisStatus::IsAutoSaveOverwrite(), SetAnalysisConfigFile(), SetAutoSaveConfig(), and TGo4ConfigStep::SetStepStatus().
Referenced by linkedObjectUpdated(), and WorkWithAnalysis().
|
virtualslot |
Definition at line 194 of file TGo4AnalysisConfiguration.cpp.
References QGo4Widget::GetLinked(), and TGo4ServerProxy::RequestAnalysisSettings().
Referenced by LoadConfiguration(), and TGo4AnalysisConfiguration().
|
virtual |
Reimplemented from QGo4Widget.
Definition at line 104 of file TGo4AnalysisConfiguration.cpp.
References QGo4Widget::ResetWidget().
Referenced by WorkWithAnalysis().
|
virtualslot |
Definition at line 264 of file TGo4AnalysisConfiguration.cpp.
References QGo4Widget::GetLinked(), and TGo4ServerProxy::SaveConfigFile().
Referenced by TGo4AnalysisConfiguration().
|
virtual |
Definition at line 378 of file TGo4AnalysisConfiguration.cpp.
Referenced by TGo4Script::AnalysisConfigName(), and RefreshWidget().
|
virtual |
Definition at line 348 of file TGo4AnalysisConfiguration.cpp.
Referenced by TGo4Script::AnalysisAutoSave(), and RefreshWidget().
|
virtualslot |
Definition at line 289 of file TGo4AnalysisConfiguration.cpp.
References fbTypingMode, QGo4Widget::GetLinked(), and TGo4AnalysisStatus::SetAutoSaveInterval().
Referenced by TGo4AnalysisConfiguration().
|
virtualslot |
Definition at line 297 of file TGo4AnalysisConfiguration.cpp.
References fbTypingMode, QGo4Widget::GetLinked(), and TGo4AnalysisStatus::SetAutoSaveOverwrite().
Referenced by TGo4AnalysisConfiguration().
|
virtualslot |
Definition at line 246 of file TGo4AnalysisConfiguration.cpp.
References fbTypingMode, QGo4Widget::GetLinked(), and TGo4AnalysisStatus::SetAutoSaveCompression().
Referenced by TGo4AnalysisConfiguration().
|
virtual |
Definition at line 184 of file TGo4AnalysisConfiguration.cpp.
References fSourcePath.
Referenced by TGo4ConfigStep::InputFileDialog().
|
virtual |
Definition at line 189 of file TGo4AnalysisConfiguration.cpp.
References fStorePath.
Referenced by TGo4ConfigStep::OutputFileDialog().
|
virtualslot |
Definition at line 278 of file TGo4AnalysisConfiguration.cpp.
References QGo4Widget::ServiceCall().
Referenced by TGo4AnalysisConfiguration().
|
virtualslot |
Definition at line 273 of file TGo4AnalysisConfiguration.cpp.
References QGo4Widget::ServiceCall().
Referenced by TGo4AnalysisConfiguration().
|
virtual |
Definition at line 89 of file TGo4AnalysisConfiguration.cpp.
References QGo4Widget::AddLink(), TGo4ServerProxy::ParentSlot(), RefreshWidget(), ResetWidget(), TGo4ServerProxy::SettingsSlot(), and QGo4Widget::ShootCloseWidget().
|
virtualslot |
Definition at line 305 of file TGo4AnalysisConfiguration.cpp.
References TGo4AnalysisStatus::GetAutoFileName(), TGo4AnalysisStatus::GetAutoSaveCompression(), QGo4Widget::GetLinked(), TGo4AnalysisStatus::IsAutoSaveOverwrite(), and TGo4ServerProxy::WriteAutoSave().
Referenced by TGo4AnalysisConfiguration().
|
protected |
Definition at line 117 of file TGo4AnalysisConfiguration.h.
Referenced by FileDialog_AutoSave(), and TGo4AnalysisConfiguration().
|
protected |
Definition at line 113 of file TGo4AnalysisConfiguration.h.
Referenced by EnableAutoSaveSlot(), LineEdit_AutoSaveFile(), RefreshWidget(), SetAutoSaveInterval(), SetAutoSaveOverwrite(), SetCompressionLevel(), and TGo4AnalysisConfiguration().
|
protected |
Definition at line 116 of file TGo4AnalysisConfiguration.h.
Referenced by FileDialog_ConfFile(), and TGo4AnalysisConfiguration().
|
protected |
Definition at line 114 of file TGo4AnalysisConfiguration.h.
Referenced by GetSourcePath(), SetSourcePath(), and TGo4AnalysisConfiguration().
|
protected |
Definition at line 115 of file TGo4AnalysisConfiguration.h.
Referenced by GetStorePath(), SetStorePath(), and TGo4AnalysisConfiguration().