GSI Object Oriented Online Offline (Go4) GO4-6.4.0
|
#include <TGo4MBSViewer.h>
Public Slots | |
virtual void | Display () |
virtual void | FrequencyBox_valueChanged (int) |
virtual void | IncTrending (TH1 *histo, int value, bool forwards) |
virtual void | MoreBox_toggled (bool on) |
virtual void | NodeChanged (const QString &txt) |
virtual void | NodeEditEnter () |
virtual void | PrintState () |
virtual void | Refresh () |
virtual void | RefreshButtonClick () |
virtual void | ResetRunIcon () |
virtual void | SetNode (const QString &txt) |
virtual void | ShowStatus () |
virtual void | StartMovieReset () |
virtual void | StateGroup_clicked (int id) |
virtual void | StoreSettings () |
virtual void | TimerStart () |
virtual void | TimerStop () |
virtual void | TrendBinsBox_valueChanged (int i) |
virtual void | TrendSwitched (bool on) |
virtual void | UpdateTrending () |
![]() | |
void | CloseMDIParentSlot () |
Public Member Functions | |
TGo4MBSViewer (QWidget *parent=nullptr, const char *name=nullptr) | |
virtual | ~TGo4MBSViewer () |
TH1 * | TrendHisto (QString &refname, const QString &name, const QString &title, int value) |
![]() | |
QGo4Widget (QWidget *parent=nullptr, const char *name=nullptr, Qt::WindowFlags f=Qt::Widget) | |
virtual | ~QGo4Widget () |
virtual void | DropItem (const char *itemname, TClass *cl, int kind) |
virtual bool | IsAcceptDrag (const char *itemname, TClass *cl, int kind) |
void | ObjectCreatedByWidget (const char *itemname, TClass *cl) |
void | ProcessSignal (const char *linkname, bool assigned, TObject *obj, TGo4Slot *slot) |
virtual void | ResetWidget () |
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 QIcon &icon, const QString &text, int id, int enabled=-1, int checked=-1) |
static QAction * | AddIdAction (QMenu *menu, QSignalMapper *map, const QString &text, int id, int enabled=-1, int checked=-1) |
static QAction * | CreateChkAction (QMenu *menu, const QString &text, bool checked, bool enabled=true) |
static QAction * | SetIdAction (QSignalMapper *map, int id, int enabled=-1, int checked=-1) |
![]() | |
void | AddLink (const char *itemname, const char *linkname) |
create link for item with name linkname | |
TGo4Slot * | AddLink (const char *itemname, TGo4Slot *parent) |
create link for item in dedicated slot parent | |
void | AddLink (TGo4Slot *slot, const char *linkname) |
create link for object in slot with name linkname | |
TGo4Slot * | AddSlot (const char *slotname) |
add slot with specific name to widget top folder | |
void | AskToCreateObject (TClass *cl, int isremote) |
Function call dialog to create object of appropriate class isremote == 0 - object should be created localy and widget will be informed isremote == 1 - object should be created on analysis side and widget should be informed isremote == -1 - activate creation dialog without restriction (remote or local), widget will not be informed. | |
TGo4BrowserProxy * | Browser () |
bool | BrowserItemRemote (const char *itemname) |
void | CallPanelFunc (int id, TPad *pad=nullptr) |
void | CallServiceFunc (int id, const char *str=nullptr, void *par=nullptr) |
void | closeEvent (QCloseEvent *e) override |
void | ConnectPad (TPad *pad) |
connect pad axis change signals to react on such signals | |
TGo4ViewPanel * | CreateViewPanel (int ndiv=0) |
void | dragEnterEvent (QDragEnterEvent *e) override |
void | dragMoveEvent (QDragMoveEvent *e) override |
TGo4ViewPanel * | DrawItem (const QString &itemname, TGo4ViewPanel *panel=nullptr, TPad *pad=nullptr, bool activate=true, int updatelevel=-1) |
void | dropEvent (QDropEvent *e) override |
void | EditItem (const QString &itemname) |
void | EditObjectInSlot (TGo4Slot *slot) |
TGo4ServerProxy * | GetAnalysis (const char *itemname=nullptr) |
TObject * | GetLinked (const char *linkname, int updatelevel=0) |
template<class T> | |
T * | GetLinkedCast (const char *linkname, int updatelevel=0) |
const char * | GetLinkedName (const char *linkname) |
returns name of item, which was linked with linkname | |
const char * | GetLinkedName (TGo4Slot *slot) |
returns name of item, which was linked in that slot | |
TGo4Slot * | GetTopSlot (bool force=false) |
return top slot of structure, corresponding to this widget | |
void | HelpWindow (const char *filename, const char *msg=nullptr) |
void | InformThatObjectCreated (const char *itemname, TClass *cl) |
bool | IsUpdateBlocked () const |
TGo4ViewPanel * | LastActivePanel () |
virtual void | linkedObjectRemoved (const char *linkname) |
virtual void | linkedObjectUpdated (const char *linkname, TObject *obj) |
virtual void | linkedRemoved (TGo4Slot *slot, TObject *obj) |
virtual void | linkedUpdated (TGo4Slot *slot, TObject *obj) |
void | RemoveAllLinks (bool blockreset=true) |
void | RemoveLink (const char *linkname, bool blockreset=true) |
void | RemoveLinksMasked (const char *startedwith=nullptr, bool blockreset=true) |
virtual void | requestedObjectCreated (const char *itemname, TClass *cl) |
bool | SaveItemToFile (const char *itemname, const char *subfolder=nullptr) |
QString | SaveObjectInMemory (const char *foldername, TObject *obj) |
void | ServiceCall (const char *name, void *par=nullptr) |
void | setCanDestroyWidget (bool on=true) |
void | SetLinkedName (TGo4Slot *slot, const char *itemname) |
set name of item, which was linked by this slot | |
void | ShootCloseWidget (bool closeparent=false) |
void | ShootResetWidget () |
void | ShowItemInfo (const QString &itemname) |
void | StartHotstart (const char *filename) |
void | StatusMessage (const QString &message) |
void | UndrawItem (const char *itemname) |
bool | UpdateItemInAnalysis (const char *itemname, TObject *obj=nullptr) |
TGo4ViewPanel * | WhereItemDrawn (const char *itemname) |
Definition at line 33 of file TGo4MBSViewer.h.
TGo4MBSViewer::TGo4MBSViewer | ( | QWidget * | parent = nullptr, |
const char * | name = nullptr ) |
Definition at line 37 of file TGo4MBSViewer.cpp.
References QGo4Widget::QGo4Widget(), Display(), fbGetSetML, fbGetSetMO, fbGetSetup, fbGetStatus, fbIsMonitoring, fbRunning, fbShowMore, fbSingleRefresh, fbTrending, fbTrendingForward, fbTrendingInit, fbWarningState, fiCalcedDataRate, fiCalcedEventRate, fiCalcedServDataRate, fiLastDataNum, fiLastEventNum, fiLastServDataNum, fiTrendBins, FrequencyBox_valueChanged(), fxDaqStat, fxDeltaClock, fxHistoAccessName, fxHistoEvRatioAccessName, fxHistokBAccessName, fxMovieResetTimer, fxRunMovie, fxServerLabel, fxTimer, go4sett, MoreBox_toggled(), NodeChanged(), NodeEditEnter(), PrintState(), Refresh(), RefreshButtonClick(), ResetRunIcon(), SetNode(), StateGroup_clicked(), TimerStart(), TimerStop(), TrendBinsBox_valueChanged(), and TrendSwitched().
|
virtual |
Definition at line 113 of file TGo4MBSViewer.cpp.
References fxRunMovie.
|
virtualslot |
Definition at line 155 of file TGo4MBSViewer.cpp.
References fbIsMonitoring, fbRunning, fbShowMore, fbSingleRefresh, fbTrending, fbWarningState, fiCalcedDataRate, fiCalcedEventRate, fiEvRatio, fxDaqStat, fxMessage, fxRefTime, fxRunMovie, and fxServerLabel.
Referenced by TGo4MBSViewer(), MoreBox_toggled(), Refresh(), ResetRunIcon(), TimerStart(), TimerStop(), and TrendSwitched().
|
virtualslot |
Definition at line 482 of file TGo4MBSViewer.cpp.
References fbTrendingInit.
Referenced by TGo4MBSViewer().
|
virtualslot |
Definition at line 460 of file TGo4MBSViewer.cpp.
Referenced by TrendHisto().
|
virtualslot |
Definition at line 530 of file TGo4MBSViewer.cpp.
References Display(), fbShowMore, and go4sett.
Referenced by TGo4MBSViewer().
|
virtualslot |
|
virtualslot |
Definition at line 351 of file TGo4MBSViewer.cpp.
References Refresh().
Referenced by TGo4MBSViewer().
|
virtualslot |
Definition at line 394 of file TGo4MBSViewer.cpp.
References f_mbs_ml_setup(), f_mbs_mo_setup(), f_mbs_setup(), fbGetSetML, fbGetSetMO, fbGetSetup, fbWarningState, fxMessage, fxNode, fxSetup, fxSetupML, fxSetupMO, RefreshButtonClick(), and ShowStatus().
Referenced by TGo4MBSViewer().
|
virtualslot |
Definition at line 208 of file TGo4MBSViewer.cpp.
References Display(), f_mbs_status(), fbIsMonitoring, fbRunning, fbTrending, fbTrendingInit, fbWarningState, fiCalcedDataRate, fiCalcedEventRate, fiCalcedServDataRate, fiDataDelta, fiEvRatio, fiLastDataNum, fiLastEventNum, fiLastServDataNum, fiServDataDelta, fxDaqStat, fxDeltaClock, fxMessage, fxNode, fxRefTime, fxServerLabel, StartMovieReset(), STC__SUCCESS, SYS__event_serv, SYS__stream_serv, and UpdateTrending().
Referenced by TGo4MBSViewer(), NodeEditEnter(), RefreshButtonClick(), and TimerStart().
|
virtualslot |
Definition at line 545 of file TGo4MBSViewer.cpp.
References fbIsMonitoring, fbSingleRefresh, fbTrending, and Refresh().
Referenced by TGo4MBSViewer(), and PrintState().
|
virtualslot |
Definition at line 566 of file TGo4MBSViewer.cpp.
References Display(), and fbRunning.
Referenced by TGo4MBSViewer().
|
virtualslot |
Definition at line 559 of file TGo4MBSViewer.cpp.
References fxNode.
Referenced by TGo4MBSViewer(), and TGo4MainWindow::ToggleMbsMonitor().
|
virtualslot |
Definition at line 362 of file TGo4MBSViewer.cpp.
References f_ut_seg_show(), fbGetSetML, fbGetSetMO, fbGetSetup, fbGetStatus, fbWarningState, fxDaqStat, fxMessage, fxSetup, fxSetupML, and fxSetupMO.
Referenced by PrintState().
|
virtualslot |
Definition at line 572 of file TGo4MBSViewer.cpp.
References fbIsMonitoring, and fxMovieResetTimer.
Referenced by Refresh(), and TimerStop().
|
virtualslot |
Definition at line 382 of file TGo4MBSViewer.cpp.
References fbGetSetML, fbGetSetMO, fbGetSetup, and fbGetStatus.
Referenced by TGo4MBSViewer().
|
virtualslot |
Definition at line 119 of file TGo4MBSViewer.cpp.
References fbIsMonitoring, fbShowMore, fbTrending, fbTrendingForward, fiTrendBins, fxNode, and go4sett.
Referenced by TimerStart(), and TimerStop().
|
virtualslot |
Definition at line 132 of file TGo4MBSViewer.cpp.
References Display(), fbIsMonitoring, fbTrendingInit, fiLastDataNum, fiLastEventNum, fiLastServDataNum, fxTimer, Refresh(), and StoreSettings().
Referenced by TGo4MainWindow::TGo4MainWindow(), and TGo4MBSViewer().
|
virtualslot |
Definition at line 145 of file TGo4MBSViewer.cpp.
References Display(), fbIsMonitoring, fxTimer, StartMovieReset(), and StoreSettings().
Referenced by TGo4MBSViewer().
|
virtualslot |
Definition at line 538 of file TGo4MBSViewer.cpp.
References fbTrendingInit, and fiTrendBins.
Referenced by TGo4MBSViewer().
TH1 * TGo4MBSViewer::TrendHisto | ( | QString & | refname, |
const QString & | name, | ||
const QString & | title, | ||
int | value ) |
Definition at line 488 of file TGo4MBSViewer.cpp.
References TGo4Slot::AssignObject(), QGo4Widget::Browser(), TGo4BrowserProxy::BrowserSlot(), TGo4BrowserProxy::DataSlot(), TGo4Slot::evObjUpdated, fbTrendingForward, fbTrendingInit, fiTrendBins, TGo4Slot::ForwardEvent(), TGo4Slot::GetAssignedObject(), IncTrending(), TGo4BrowserProxy::SaveToMemory(), and TGo4BrowserProxy::SetItemTimeDate().
Referenced by UpdateTrending().
|
virtualslot |
Definition at line 442 of file TGo4MBSViewer.cpp.
References Display(), fbTrending, fbTrendingInit, and go4sett.
Referenced by TGo4MBSViewer().
|
virtualslot |
Definition at line 451 of file TGo4MBSViewer.cpp.
References fbTrendingInit, fiCalcedDataRate, fiCalcedEventRate, fiEvRatio, fxHistoAccessName, fxHistoEvRatioAccessName, fxHistokBAccessName, fxServerLabel, and TrendHisto().
Referenced by Refresh().
|
protected |
Definition at line 81 of file TGo4MBSViewer.h.
Referenced by TGo4MBSViewer(), PrintState(), ShowStatus(), and StateGroup_clicked().
|
protected |
Definition at line 101 of file TGo4MBSViewer.h.
Referenced by TGo4MBSViewer(), PrintState(), ShowStatus(), and StateGroup_clicked().
|
protected |
Definition at line 83 of file TGo4MBSViewer.h.
Referenced by TGo4MBSViewer(), PrintState(), ShowStatus(), and StateGroup_clicked().
|
protected |
Definition at line 80 of file TGo4MBSViewer.h.
Referenced by TGo4MBSViewer(), ShowStatus(), and StateGroup_clicked().
|
protected |
Definition at line 86 of file TGo4MBSViewer.h.
Referenced by TGo4MBSViewer(), Display(), Refresh(), RefreshButtonClick(), StartMovieReset(), StoreSettings(), TimerStart(), and TimerStop().
|
protected |
Definition at line 73 of file TGo4MBSViewer.h.
Referenced by TGo4MBSViewer(), Display(), Refresh(), and ResetRunIcon().
|
protected |
Definition at line 95 of file TGo4MBSViewer.h.
Referenced by TGo4MBSViewer(), Display(), MoreBox_toggled(), and StoreSettings().
|
protected |
Definition at line 68 of file TGo4MBSViewer.h.
Referenced by TGo4MBSViewer(), Display(), and RefreshButtonClick().
|
protected |
Definition at line 79 of file TGo4MBSViewer.h.
Referenced by TGo4MBSViewer(), Display(), Refresh(), RefreshButtonClick(), StoreSettings(), and TrendSwitched().
|
protected |
Definition at line 74 of file TGo4MBSViewer.h.
Referenced by TGo4MBSViewer(), StoreSettings(), and TrendHisto().
|
protected |
Definition at line 77 of file TGo4MBSViewer.h.
Referenced by TGo4MBSViewer(), FrequencyBox_valueChanged(), Refresh(), TimerStart(), TrendBinsBox_valueChanged(), TrendHisto(), TrendSwitched(), and UpdateTrending().
|
protected |
Definition at line 85 of file TGo4MBSViewer.h.
Referenced by TGo4MBSViewer(), Display(), PrintState(), Refresh(), and ShowStatus().
|
protected |
Definition at line 102 of file TGo4MBSViewer.h.
Referenced by TGo4MBSViewer(), Display(), Refresh(), and UpdateTrending().
|
protected |
Definition at line 71 of file TGo4MBSViewer.h.
Referenced by TGo4MBSViewer(), Display(), Refresh(), and UpdateTrending().
|
protected |
Definition at line 104 of file TGo4MBSViewer.h.
Referenced by TGo4MBSViewer(), and Refresh().
|
protected |
Definition at line 105 of file TGo4MBSViewer.h.
Referenced by Refresh().
|
protected |
Definition at line 97 of file TGo4MBSViewer.h.
Referenced by Display(), Refresh(), and UpdateTrending().
|
protected |
Definition at line 69 of file TGo4MBSViewer.h.
Referenced by TGo4MBSViewer(), Refresh(), and TimerStart().
|
protected |
Definition at line 70 of file TGo4MBSViewer.h.
Referenced by TGo4MBSViewer(), Refresh(), and TimerStart().
|
protected |
Definition at line 103 of file TGo4MBSViewer.h.
Referenced by TGo4MBSViewer(), Refresh(), and TimerStart().
|
protected |
Definition at line 106 of file TGo4MBSViewer.h.
Referenced by Refresh().
|
protected |
Definition at line 94 of file TGo4MBSViewer.h.
Referenced by TGo4MBSViewer(), StoreSettings(), TrendBinsBox_valueChanged(), and TrendHisto().
|
protected |
Definition at line 87 of file TGo4MBSViewer.h.
Referenced by TGo4MBSViewer(), Display(), Refresh(), and ShowStatus().
|
protected |
Definition at line 107 of file TGo4MBSViewer.h.
Referenced by TGo4MBSViewer(), and Refresh().
|
protected |
Definition at line 99 of file TGo4MBSViewer.h.
|
protected |
Definition at line 78 of file TGo4MBSViewer.h.
Referenced by TGo4MBSViewer(), and UpdateTrending().
|
protected |
Definition at line 98 of file TGo4MBSViewer.h.
Referenced by TGo4MBSViewer(), and UpdateTrending().
|
protected |
Definition at line 75 of file TGo4MBSViewer.h.
Referenced by TGo4MBSViewer(), and UpdateTrending().
|
protected |
Definition at line 84 of file TGo4MBSViewer.h.
Referenced by Display(), PrintState(), Refresh(), and ShowStatus().
|
protected |
Definition at line 96 of file TGo4MBSViewer.h.
Referenced by TGo4MBSViewer(), and StartMovieReset().
|
protected |
Definition at line 88 of file TGo4MBSViewer.h.
Referenced by NodeChanged(), PrintState(), Refresh(), SetNode(), and StoreSettings().
|
protected |
Definition at line 76 of file TGo4MBSViewer.h.
|
protected |
Definition at line 93 of file TGo4MBSViewer.h.
|
protected |
Definition at line 82 of file TGo4MBSViewer.h.
|
protected |
Definition at line 92 of file TGo4MBSViewer.h.
Referenced by TGo4MBSViewer(), ~TGo4MBSViewer(), and Display().
|
protected |
Definition at line 100 of file TGo4MBSViewer.h.
Referenced by TGo4MBSViewer(), Display(), Refresh(), and UpdateTrending().
|
protected |
Definition at line 90 of file TGo4MBSViewer.h.
Referenced by PrintState(), and ShowStatus().
|
protected |
Definition at line 91 of file TGo4MBSViewer.h.
Referenced by PrintState(), and ShowStatus().
|
protected |
Definition at line 72 of file TGo4MBSViewer.h.
Referenced by PrintState(), and ShowStatus().
|
protected |
Definition at line 89 of file TGo4MBSViewer.h.
Referenced by TGo4MBSViewer(), TimerStart(), and TimerStop().
|
protected |
Definition at line 108 of file TGo4MBSViewer.h.