GSI Object Oriented Online Offline (Go4)
GO4-5.3.2
|
#include <TGo4ConditionInfo.h>
Public Slots | |
virtual void | ConInfoButton_clicked () |
virtual void | ConPrintButton_clicked () |
virtual void | ConEditButton_clicked () |
virtual void | PrintLog_clicked () |
Public Slots inherited from QGo4Widget | |
void | ResetWidgetSlot () |
void | CloseMDIParentSlot () |
Public Member Functions | |
TGo4ConditionInfo (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 | WorkWithCondition (const char *itemname) |
virtual void | ResetWidget () |
virtual void | RefreshWidget (TGo4Condition *cond) |
Public Member Functions inherited from QGo4Widget | |
QGo4Widget (QWidget *parent=0, const char *name=0, Qt::WindowFlags f=0) | |
virtual | ~QGo4Widget () |
void | ObjectCreatedByWidget (const char *itemname, TClass *cl) |
void | ProcessSignal (const char *linkname, bool assigned, TObject *obj, TGo4Slot *slot) |
Additional Inherited Members | |
Signals inherited from QGo4Widget | |
void | widgetService (QGo4Widget *editor, int serviceid, const char *str, void *par) |
Protected Member Functions inherited from QGo4Widget | |
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 | linkedObjectRemoved (const char *linkname) |
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 |
Definition at line 23 of file TGo4ConditionInfo.h.
Enumerator | |
---|---|
CONTITLE | |
CONCLASS | |
CONDIM | |
CONX | |
CONY | |
CONCOUNTS | |
CONRESULT | |
CONMODE | |
CONSIZE | |
CONTIME |
Definition at line 29 of file TGo4ConditionInfo.h.
TGo4ConditionInfo::TGo4ConditionInfo | ( | QWidget * | parent = 0 , |
const char * | name = 0 |
||
) |
Definition at line 25 of file TGo4ConditionInfo.cpp.
|
virtualslot |
Definition at line 62 of file TGo4ConditionInfo.cpp.
References QGo4Widget::EditItem().
|
virtualslot |
Definition at line 52 of file TGo4ConditionInfo.cpp.
References WorkWithCondition().
|
virtualslot |
Definition at line 57 of file TGo4ConditionInfo.cpp.
References QGo4Widget::ServiceCall().
|
virtual |
Reimplemented from QGo4Widget.
Definition at line 38 of file TGo4ConditionInfo.cpp.
References WorkWithCondition().
|
virtual |
Reimplemented from QGo4Widget.
Definition at line 33 of file TGo4ConditionInfo.cpp.
|
virtual |
Reimplemented from QGo4Widget.
Definition at line 45 of file TGo4ConditionInfo.cpp.
References RefreshWidget().
|
virtualslot |
Definition at line 67 of file TGo4ConditionInfo.cpp.
References CONCLASS, CONCOUNTS, CONDIM, CONMODE, CONRESULT, CONSIZE, CONTIME, CONTITLE, CONX, CONY, and TGo4Log::Message().
Referenced by RefreshWidget().
|
virtual |
Definition at line 132 of file TGo4ConditionInfo.cpp.
References CONCLASS, CONCOUNTS, CONDIM, CONMODE, CONRESULT, CONSIZE, CONTIME, CONTITLE, CONX, CONY, TGo4Condition::Counts(), TGo4Condition::FixedResult(), TGo4Condition::GetMemorySize(), TGo4WinCond::GetValues(), TGo4Log::IsAutoEnabled(), TGo4Condition::IsEnabled(), TGo4Condition::IsTrue(), PrintLog_clicked(), and TGo4Condition::TrueCounts().
Referenced by linkedObjectUpdated(), and WorkWithCondition().
|
virtual |
Reimplemented from QGo4Widget.
Definition at line 112 of file TGo4ConditionInfo.cpp.
References CONCLASS, CONCOUNTS, CONDIM, CONMODE, CONRESULT, CONSIZE, CONTIME, CONTITLE, CONX, CONY, and QGo4Widget::ResetWidget().
Referenced by WorkWithCondition().
|
virtual |
Definition at line 97 of file TGo4ConditionInfo.cpp.
References QGo4Widget::AddLink(), QGo4Widget::GetLinked(), RefreshWidget(), and ResetWidget().
Referenced by ConInfoButton_clicked(), and DropItem().