#include <TGo4EventInfo.h>
Public Slots | |
virtual void | RefreshClicked () |
virtual void | PrintEventClicked () |
virtual void | MbsButton_clicked () |
Public Member Functions | |
TGo4EventInfo (QWidget *parent=0, const char *name=0) | |
bool | IsAcceptDrag (const char *itemname, TClass *cl, int kind) |
void | DropItem (const char *itemname, TClass *cl, int kind) |
void | WorkWithEvent (const char *itemname) |
void | ResetWidget () |
void | linkedObjectUpdated (const char *linkname, TObject *obj) |
void | linkedObjectRemoved (const char *linkname) |
Definition at line 20 of file TGo4EventInfo.h.
TGo4EventInfo::TGo4EventInfo | ( | QWidget * | parent = 0 , |
|
const char * | name = 0 | |||
) |
Definition at line 23 of file TGo4EventInfo.cpp.
References ResetWidget().
void TGo4EventInfo::DropItem | ( | const char * | itemname, | |
TClass * | cl, | |||
int | kind | |||
) | [virtual] |
Reimplemented from QGo4Widget.
Definition at line 36 of file TGo4EventInfo.cpp.
References TGo4Access::kndEventElement, and WorkWithEvent().
bool TGo4EventInfo::IsAcceptDrag | ( | const char * | itemname, | |
TClass * | cl, | |||
int | kind | |||
) | [virtual] |
Reimplemented from QGo4Widget.
Definition at line 31 of file TGo4EventInfo.cpp.
References TGo4Access::kndEventElement.
void TGo4EventInfo::linkedObjectRemoved | ( | const char * | linkname | ) | [virtual] |
Reimplemented from QGo4Widget.
Definition at line 81 of file TGo4EventInfo.cpp.
void TGo4EventInfo::linkedObjectUpdated | ( | const char * | linkname, | |
TObject * | obj | |||
) | [virtual] |
Reimplemented from QGo4Widget.
Definition at line 67 of file TGo4EventInfo.cpp.
void TGo4EventInfo::MbsButton_clicked | ( | ) | [virtual, slot] |
Definition at line 121 of file TGo4EventInfo.cpp.
References QGo4Widget::Browser(), defMbsEventName, TGo4BrowserProxy::FindItemInAnalysis(), and WorkWithEvent().
void TGo4EventInfo::PrintEventClicked | ( | ) | [virtual, slot] |
Definition at line 104 of file TGo4EventInfo.cpp.
References QGo4Widget::GetAnalysis(), TGo4Slot::ProduceFolderAndName(), and TGo4AnalysisProxy::RemotePrintEvent().
void TGo4EventInfo::RefreshClicked | ( | ) | [virtual, slot] |
Definition at line 86 of file TGo4EventInfo.cpp.
References QGo4Widget::AddSlot(), QGo4Widget::Browser(), QGo4Widget::RemoveAllLinks(), and TGo4BrowserProxy::RequestEventStatus().
void TGo4EventInfo::ResetWidget | ( | ) | [virtual] |
Reimplemented from QGo4Widget.
Definition at line 54 of file TGo4EventInfo.cpp.
Referenced by TGo4EventInfo().
void TGo4EventInfo::WorkWithEvent | ( | const char * | itemname | ) |
Definition at line 42 of file TGo4EventInfo.cpp.
References QGo4Widget::Browser(), defMbsEventName, and TGo4BrowserProxy::FindItemInAnalysis().
Referenced by DropItem(), TGo4MainWindow::editorServiceSlot(), and MbsButton_clicked().