#include <TGo4BrowserOptions.h>
Public Slots | |
| virtual void | RefreshBtn_clicked () |
| virtual void | ClearBtn_clicked () |
| virtual void | StartMonitorBtn_clicked () |
| virtual void | StopMonitorBtn_clicked () |
| virtual void | FilterBox_activated (int indx) |
Public Member Functions | |
| TGo4BrowserOptions (QWidget *parent=0, const char *name=0) | |
| virtual void | StartWorking () |
| virtual void | UpdateView () |
| virtual void | linkedObjectUpdated (const char *linkname, TObject *obj) |
Definition at line 20 of file TGo4BrowserOptions.h.
| TGo4BrowserOptions::TGo4BrowserOptions | ( | QWidget * | parent = 0, |
|
| const char * | name = 0 | |||
| ) |
Definition at line 20 of file TGo4BrowserOptions.cpp.
| void TGo4BrowserOptions::ClearBtn_clicked | ( | ) | [virtual, slot] |
Definition at line 63 of file TGo4BrowserOptions.cpp.
References QGo4Widget::Browser(), TGo4AnalysisProxy::ClearAnalysisObject(), TGo4BrowserProxy::FindAnalysis(), and TGo4BrowserProxy::UpdateVisibleAnalysisObjects().
| void TGo4BrowserOptions::FilterBox_activated | ( | int | indx | ) | [virtual, slot] |
Definition at line 90 of file TGo4BrowserOptions.cpp.
References QGo4Widget::Browser(), and TGo4BrowserProxy::SetItemsFilter().
| void TGo4BrowserOptions::linkedObjectUpdated | ( | const char * | linkname, | |
| TObject * | obj | |||
| ) | [virtual] |
Reimplemented from QGo4Widget.
Definition at line 42 of file TGo4BrowserOptions.cpp.
References UpdateView().
| void TGo4BrowserOptions::RefreshBtn_clicked | ( | ) | [virtual, slot] |
| void TGo4BrowserOptions::StartMonitorBtn_clicked | ( | ) | [virtual, slot] |
Definition at line 74 of file TGo4BrowserOptions.cpp.
References QGo4Widget::Browser(), TGo4BrowserProxy::ToggleMonitoring(), and UpdateView().
| void TGo4BrowserOptions::StartWorking | ( | ) | [virtual] |
Definition at line 26 of file TGo4BrowserOptions.cpp.
References QGo4Widget::AddLink(), and UpdateView().
Referenced by TGo4MainWindow::TGo4MainWindow().
| void TGo4BrowserOptions::StopMonitorBtn_clicked | ( | ) | [virtual, slot] |
Definition at line 83 of file TGo4BrowserOptions.cpp.
References QGo4Widget::Browser(), TGo4BrowserProxy::ToggleMonitoring(), and UpdateView().
| void TGo4BrowserOptions::UpdateView | ( | ) | [virtual] |
Definition at line 32 of file TGo4BrowserOptions.cpp.
References QGo4Widget::Browser(), and TGo4BrowserProxy::MonitoringPeriod().
Referenced by linkedObjectUpdated(), StartMonitorBtn_clicked(), StartWorking(), and StopMonitorBtn_clicked().
1.7.1