#include <TGo4MainWindow.h>
Public Slots | |
void | about () |
void | aboutQt () |
void | aboutROOT () |
void | windowsMenuAboutToShow () |
void | AddAnalysisBar () |
void | AddAnalysisMenu () |
void | AddFileMenu () |
void | AddFileToolBar () |
void | AddSettingMenu () |
void | AddToolsBar () |
void | AddToolsMenu () |
void | UserPanelSlot () |
TGo4ViewPanel * | MakeNewPanel (int div=0) |
void | LoadLibrarySlot () |
void | CloseAllFilesSlot () |
void | OpenFileSlot () |
void | OpenRemoteFileSlot () |
void | ConnectHServerSlot () |
void | SaveFileSlot () |
void | InputTerminalParametersSlot () |
void | LogSettingsSlot () |
void | IntroHelpSlot () |
void | RefHelpSlot () |
void | FitHelpSlot () |
void | InterfaceHelpSlot () |
void | CloseAllWindows () |
void | MinAllWindows () |
void | SaveSettingsSlot () |
void | ChangeFontSlot () |
void | MakeStyleSlot (const QString &) |
void | windowsMenuActivated (int id) |
void | ForseCloseSlot () |
void | ChangeFetchWhenDrawSlot () |
void | ChangeFetchWhenCopySlot () |
void | ChangeFetchWhenSaveSlot () |
void | CanvasColorSlot () |
void | CrosshairSlot () |
void | EventStatusSlot () |
void | MarkerSettingsSlot () |
void | OptStatsSlot () |
void | ChangeCloneFlagSlot () |
void | ChangeDrawTimeFlagSlot () |
void | ChangeDrawDateFlagSlot () |
void | ChangeDrawItemFlagSlot () |
void | PrepareForClientConnectionSlot () |
void | LaunchClientSlot (bool interactive=true) |
void | ConnectServerSlot (bool interactive=true, const char *password="") |
void | DisconnectAnalysisSlot (bool interactive=true) |
void | ShutdownAnalysisSlot (bool interactive=true) |
void | ToggleAnalysisConfiguration () |
void | ToggleAnalysisWindow () |
void | CloseAnalysisWindow () |
void | SubmitAnalysisSettings () |
void | SubmitStartAnalysisSlot () |
void | StartAnalysisSlot () |
void | StopAnalysisSlot () |
void | CreateNewHistSlot (int isremote=-1) |
void | CreateNewConditionSlot (bool forothereditor=false) |
void | CreateNewDynEntrySlot (bool forothereditor=false) |
TGo4FitPanel * | StartFitPanel () |
TGo4ParaEdit * | StartParaEdit (const char *itemname=0) |
TGo4HistogramInfo * | StartHistogramInfo () |
TGo4ConditionInfo * | StartConditionInfo () |
TGo4EditDynEntry * | StartEditDynEntry () |
TGo4EventInfo * | StartEventInfo () |
TGo4ConditionEditor * | StartConditionEditor () |
TGo4AnalysisConfiguration * | FindAnalysisConfiguration () |
TGo4AnalysisWindow * | FindAnalysisWindow () |
void | editorServiceSlot (QGo4Widget *editor, int serviceid, const char *str, void *par) |
void | ProcessHotStart () |
void | StopGUIScriptSlot () |
void | CreateGUIScriptSlot () |
void | CheckConnectingCounterSlot () |
void | checkPanelRepaintSlot () |
Public Member Functions | |
TGo4MainWindow (QApplication *, bool) | |
virtual | ~TGo4MainWindow () |
void | HotStart (const char *fname) |
void | ProcessQtEvents () |
void | StatusMessage (const QString &mess) |
const char * | LastTypedPassword () const |
TGo4ViewPanel * | FindViewPanel (const char *name) |
TGo4ViewPanel * | DisplayBrowserItem (const char *itemname, TGo4ViewPanel *panel, TPad *pad, bool activate, int updatelevel, const char *drawopt) |
TGo4ObjectManager * | OM () |
TGo4BrowserProxy * | Browser () |
Protected Member Functions | |
virtual void | closeEvent (QCloseEvent *ce) |
void | ConnectGo4Widget (QGo4Widget *editor) |
void | UpdateCaptionButtons () |
bool | startUserGUI (const char *) |
TGo4AnalysisProxy * | AddAnalysisProxy (bool isserver, bool needoutput) |
bool | RemoveAnalysisProxy (int waittime=30, bool servershutdown=false) |
TGo4AnalysisStatusMonitor * | EstablishRatemeter (int level) |
TGo4AnalysisConfiguration * | EstablishAnalysisConfiguration (int level) |
QGo4Widget * | FindGo4Widget (const char *name, bool activate) |
TGo4Slot * | GetWidgetTopSlot (QGo4Widget *widget, bool force) |
bool | SaveBrowserItemToFile (const char *itemname, const char *subfolder) |
void | UpdateDockAnalysisWindow () |
void | TerminateAnalysis () |
void | ToggleMbsMonitor (const char *nodename) |
TGo4SetScaleValues * | ToggleScaleValues () |
void | SavePanelCanvas (TGo4ViewPanel *panel) |
void | HelpWindow (const char *filename, const char *dir="", const char *msg=0) |
Protected Attributes | |
QApplication * | fApp |
QPopupMenu * | windowsMenu |
TGo4WorkSpace * | fxTGo4WorkSpace |
bool | fbServerMode |
TGo4ObjectManager * | fxOM |
QString | fOMDataPath |
QString | fOMBrowserPath |
QString | fOMEditorsPath |
QString | fKillCommand |
int | fCloseCounter |
int | fConnectingCounter |
QString | fLastPassword |
QString | fLastFileDir |
bool | fbPanelTimerActive |
Definition at line 51 of file TGo4MainWindow.h.
|
|
Definition at line 378 of file TGo4MainWindow.cpp. References TGo4AbstractInterface::DeleteInstance(), and fxOM. |
|
Definition at line 2836 of file TGo4MainWindow.cpp. References TGo4Script::DelayMillisec(), ProcessHotStart(), TGo4Script::ScriptInstance(), and TGo4Script::StartScriptExecution(). Referenced by TGo4Script::HotStart(), and main(). |
|
Definition at line 2893 of file TGo4MainWindow.cpp. References TGo4Script::DelayMillisec(), and fApp. Referenced by TGo4Script::DoPostProcessing(). |
|
Definition at line 1182 of file TGo4MainWindow.cpp. References TGo4Log::IsAutoEnabled(), TGo4Log::Message(), and UpdateCaptionButtons(). Referenced by CheckConnectingCounterSlot(), ConnectServerSlot(), CreateGUIScriptSlot(), DisconnectAnalysisSlot(), TGo4Script::doOutput(), editorServiceSlot(), HelpWindow(), LaunchClientSlot(), TGo4Script::Message(), ProcessHotStart(), ShutdownAnalysisSlot(), startUserGUI(), SubmitAnalysisSettings(), and TerminateAnalysis(). |
|
Definition at line 385 of file TGo4MainWindow.cpp. References fLastPassword. Referenced by TGo4Script::ProduceScript(). |
|
Definition at line 2898 of file TGo4MainWindow.cpp. References FindGo4Widget(), fOMEditorsPath, fxOM, TGo4Slot::GetChild(), TGo4Slot::GetProxy(), TGo4Slot::GetSlot(), and TGo4WidgetProxy::GetWidget(). Referenced by TGo4Script::FindViewPanel(), and TGo4Script::SetViewPanelName(). |
|
Definition at line 2060 of file TGo4MainWindow.cpp. References Browser(), TGo4BrowserProxy::BrowserSlot(), TGo4BrowserProxy::GetBrowserObject(), TGo4QSettings::getFetchDataWhenDraw(), TGo4Slot::GetProxy(), go4sett, and MakeNewPanel(). Referenced by TGo4Script::DrawItem(), and editorServiceSlot(). |
|
Definition at line 2258 of file TGo4MainWindow.cpp. References fxOM. Referenced by TGo4Script::TGo4Script(). |
|
|
Definition at line 391 of file TGo4MainWindow.cpp. References __GO4RELEASE__. Referenced by TGo4MainWindow(). |
|
Definition at line 404 of file TGo4MainWindow.cpp. Referenced by TGo4MainWindow(). |
|
Definition at line 409 of file TGo4MainWindow.cpp. Referenced by TGo4MainWindow(). |
|
Definition at line 735 of file TGo4MainWindow.cpp. References CloseAllWindows(), FALSE, FindGo4Widget(), fxTGo4WorkSpace, MinAllWindows(), windowsMenu, and windowsMenuActivated(). Referenced by TGo4MainWindow(). |
|
Definition at line 682 of file TGo4MainWindow.cpp. References ConnectServerSlot(), DisconnectAnalysisSlot(), FALSE, LaunchClientSlot(), ShutdownAnalysisSlot(), StartAnalysisSlot(), StopAnalysisSlot(), SubmitStartAnalysisSlot(), ToggleAnalysisConfiguration(), ToggleAnalysisWindow(), and TRUE. Referenced by TGo4MainWindow(). |
|
Definition at line 646 of file TGo4MainWindow.cpp. References ConnectServerSlot(), DisconnectAnalysisSlot(), fiAnalConfig, fiAnalTermin, fiConnectAnal, fiDisconnectAnal, fiLaunchAnal, fiPrepareAnal, fiShutdownAnal, fiStartAnal, fiStopAnal, fiSumbStartAnal, LaunchClientSlot(), PrepareForClientConnectionSlot(), ShutdownAnalysisSlot(), StartAnalysisSlot(), StopAnalysisSlot(), SubmitStartAnalysisSlot(), ToggleAnalysisConfiguration(), and ToggleAnalysisWindow(). Referenced by TGo4MainWindow(). |
|
Definition at line 506 of file TGo4MainWindow.cpp. References CloseAllFilesSlot(), ConnectHServerSlot(), OpenFileSlot(), OpenRemoteFileSlot(), and SaveFileSlot(). Referenced by TGo4MainWindow(). |
|
Definition at line 525 of file TGo4MainWindow.cpp. References CloseAllFilesSlot(), ConnectHServerSlot(), FALSE, OpenFileSlot(), OpenRemoteFileSlot(), SaveFileSlot(), and TRUE. Referenced by TGo4MainWindow(). |
|
|
Definition at line 589 of file TGo4MainWindow.cpp. References CreateNewConditionSlot(), CreateNewDynEntrySlot(), CreateNewHistSlot(), FALSE, LoadLibrarySlot(), MakeNewPanel(), StartConditionInfo(), StartEventInfo(), StartFitPanel(), StartHistogramInfo(), TRUE, and UserPanelSlot(). Referenced by TGo4MainWindow(). |
|
Definition at line 562 of file TGo4MainWindow.cpp. References CreateNewConditionSlot(), CreateNewDynEntrySlot(), CreateNewHistSlot(), LoadLibrarySlot(), MakeNewPanel(), StartConditionInfo(), StartEventInfo(), StartFitPanel(), StartHistogramInfo(), and UserPanelSlot(). Referenced by TGo4MainWindow(). |
|
Definition at line 854 of file TGo4MainWindow.cpp. References FindGo4Widget(), and startUserGUI(). Referenced by AddToolsBar(), and AddToolsMenu(). |
|
Definition at line 878 of file TGo4MainWindow.cpp. References ConnectGo4Widget(), TGo4Slot::FindChild(), fOMEditorsPath, fxOM, and TGo4Slot::GetSlot(). Referenced by AddToolsBar(), AddToolsMenu(), DisplayBrowserItem(), editorServiceSlot(), and TGo4Script::StartViewPanel(). |
|
Definition at line 1809 of file TGo4MainWindow.cpp. References FindGo4Widget(). Referenced by AddToolsBar(), and AddToolsMenu(). |
|
Definition at line 1051 of file TGo4MainWindow.cpp. References TGo4ObjectManager::CloseFiles(), fOMDataPath, and fxOM. Referenced by AddFileMenu(), AddFileToolBar(), and closeEvent(). |
|
Definition at line 947 of file TGo4MainWindow.cpp. References Browser(), fLastFileDir, and TRUE. Referenced by AddFileMenu(), and AddFileToolBar(). |
|
Definition at line 968 of file TGo4MainWindow.cpp. References TGo4ObjectManager::AddFile(), fOMDataPath, fxOM, and TRUE. Referenced by AddFileMenu(), and AddFileToolBar(). |
|
Definition at line 1003 of file TGo4MainWindow.cpp. References Browser(), TGo4QSettings::getHServBase(), TGo4QSettings::getHServFilter(), TGo4QSettings::getHServName(), TGo4QSettings::getHServPort(), go4sett, TGo4QSettings::setHServBase(), TGo4QSettings::setHServFilter(), TGo4QSettings::setHServName(), TGo4QSettings::setHServPort(), and TRUE. Referenced by AddFileMenu(), and AddFileToolBar(). |
|
Definition at line 1027 of file TGo4MainWindow.cpp. References Browser(), FALSE, fLastFileDir, TGo4QSettings::getFetchDataWhenSave(), and go4sett. Referenced by AddFileMenu(), and AddFileToolBar(). |
|
Definition at line 1056 of file TGo4MainWindow.cpp. References FindAnalysisWindow(), TGo4QSettings::getTermHistorySize(), go4sett, TGo4AnalysisWindow::SetHistorySize(), and TGo4QSettings::setTermHistorySize(). Referenced by AddSettingMenu(). |
|
Definition at line 1076 of file TGo4MainWindow.cpp. References TGo4Log::AutoEnable(), TGo4Log::LogfileEnable(), TGo4Log::OpenLogfile(), TGo4Log::OutputEnable(), TGo4Log::SetIgnoreLevel(), and TRUE. Referenced by AddSettingMenu(). |
|
Definition at line 1099 of file TGo4MainWindow.cpp. References HelpWindow(). Referenced by TGo4MainWindow(). |
|
Definition at line 1104 of file TGo4MainWindow.cpp. References HelpWindow(). Referenced by TGo4MainWindow(). |
|
Definition at line 1109 of file TGo4MainWindow.cpp. References HelpWindow(). Referenced by TGo4MainWindow(). |
|
Definition at line 1114 of file TGo4MainWindow.cpp. References HelpWindow(). Referenced by TGo4MainWindow(). |
|
Definition at line 772 of file TGo4MainWindow.cpp. References fxTGo4WorkSpace. Referenced by closeEvent(), and windowsMenuAboutToShow(). |
|
Definition at line 779 of file TGo4MainWindow.cpp. References fxTGo4WorkSpace. Referenced by windowsMenuAboutToShow(). |
|
Definition at line 1119 of file TGo4MainWindow.cpp. References TGo4QSettings::DumpSettingsLocation(), go4sett, TGo4QSettings::setAppStyle(), TGo4QSettings::setBasicSettings(), TGo4QSettings::storeGeometry(), and TGo4QSettings::StoreSettings(). Referenced by AddSettingMenu(). |
|
Definition at line 1136 of file TGo4MainWindow.cpp. Referenced by AddSettingMenu(). |
|
Definition at line 1144 of file TGo4MainWindow.cpp. References TRUE. Referenced by AddSettingMenu(), and TGo4MainWindow(). |
|
Definition at line 786 of file TGo4MainWindow.cpp. References fxTGo4WorkSpace. Referenced by windowsMenuAboutToShow(). |
|
Definition at line 937 of file TGo4MainWindow.cpp. References fCloseCounter, and RemoveAnalysisProxy(). Referenced by closeEvent(). |
|
Definition at line 1263 of file TGo4MainWindow.cpp. References fiFetchWhenDrawId, go4sett, and TGo4QSettings::setFetchDataWhenDraw(). Referenced by AddSettingMenu(). |
|
Definition at line 1270 of file TGo4MainWindow.cpp. References fiFetchWhenCopyId, go4sett, and TGo4QSettings::setFetchDataWhenCopy(). Referenced by AddSettingMenu(). |
|
Definition at line 1277 of file TGo4MainWindow.cpp. References fiFetchWhenSaveId, go4sett, and TGo4QSettings::setFetchDataWhenSave(). Referenced by AddSettingMenu(). |
|
Definition at line 1284 of file TGo4MainWindow.cpp. References go4sett, and TGo4QSettings::setCanvasColor(). Referenced by AddSettingMenu(). |
|
Definition at line 1307 of file TGo4MainWindow.cpp. References fiCrosshairId, go4sett, and TGo4QSettings::setPadCrosshair(). Referenced by AddSettingMenu(). |
|
Definition at line 1314 of file TGo4MainWindow.cpp. References fiEventstatusId, go4sett, and TGo4QSettings::setPadEventStatus(). Referenced by AddSettingMenu(). |
|
Definition at line 1291 of file TGo4MainWindow.cpp. Referenced by AddSettingMenu(). |
|
Definition at line 1298 of file TGo4MainWindow.cpp. Referenced by AddSettingMenu(). |
|
Definition at line 1321 of file TGo4MainWindow.cpp. References fiCloneId, fiDrawDateId, fiDrawItemId, fiDrawTimeId, go4sett, and TGo4QSettings::setCloneFlag(). Referenced by AddSettingMenu(). |
|
Definition at line 1331 of file TGo4MainWindow.cpp. References fiDrawTimeId, go4sett, and TGo4QSettings::setDrawTimeFlag(). Referenced by AddSettingMenu(). |
|
Definition at line 1345 of file TGo4MainWindow.cpp. References fiDrawDateId, go4sett, and TGo4QSettings::setDrawDateFlag(). Referenced by AddSettingMenu(). |
|
Definition at line 1338 of file TGo4MainWindow.cpp. References fiDrawItemId, go4sett, and TGo4QSettings::setDrawItemFlag(). Referenced by AddSettingMenu(). |
|
Definition at line 1405 of file TGo4MainWindow.cpp. References AddAnalysisProxy(), and TGo4AnalysisProxy::ConnectorPort(). Referenced by AddAnalysisMenu(). |
|
|
|
Definition at line 1627 of file TGo4MainWindow.cpp. References Browser(), RemoveAnalysisProxy(), and StatusMessage(). Referenced by AddAnalysisBar(), AddAnalysisMenu(), TGo4Script::DisconnectAnalysis(), and TGo4Script::execGUICommands(). |
|
Definition at line 1647 of file TGo4MainWindow.cpp. References Browser(), TGo4AnalysisProxy::IsAdministrator(), TGo4AnalysisProxy::IsAnalysisServer(), TGo4AnalysisProxy::IsConnected(), RemoveAnalysisProxy(), and StatusMessage(). Referenced by AddAnalysisBar(), AddAnalysisMenu(), and TGo4Script::ShutdownAnalysis(). |
|
Definition at line 1888 of file TGo4MainWindow.cpp. References FindAnalysisConfiguration(). Referenced by AddAnalysisBar(), and AddAnalysisMenu(). |
|
Definition at line 1907 of file TGo4MainWindow.cpp. References FindAnalysisWindow(), and TGo4AnalysisWindow::HasOutput(). Referenced by AddAnalysisBar(), and AddAnalysisMenu(). |
|
Definition at line 1929 of file TGo4MainWindow.cpp. References FindAnalysisWindow(). Referenced by editorServiceSlot(). |
|
Definition at line 1672 of file TGo4MainWindow.cpp. References Browser(), TGo4AnalysisProxy::RefreshNamesList(), StatusMessage(), and TGo4AnalysisProxy::SubmitAnalysisSettings(). Referenced by editorServiceSlot(), TGo4Script::SubmitAnalysisConfig(), and SubmitStartAnalysisSlot(). |
|
Definition at line 1684 of file TGo4MainWindow.cpp. References StartAnalysisSlot(), and SubmitAnalysisSettings(). Referenced by AddAnalysisBar(), AddAnalysisMenu(), and editorServiceSlot(). |
|
Definition at line 1690 of file TGo4MainWindow.cpp. References Browser(), TGo4AnalysisProxy::DelayedRefreshNamesList(), EstablishRatemeter(), TGo4AnalysisProxy::RefreshNamesList(), and TGo4AnalysisProxy::StartAnalysis(). Referenced by AddAnalysisBar(), AddAnalysisMenu(), editorServiceSlot(), TGo4Script::StartAnalysis(), and SubmitStartAnalysisSlot(). |
|
Definition at line 1703 of file TGo4MainWindow.cpp. References Browser(), and TGo4AnalysisProxy::StopAnalysis(). Referenced by AddAnalysisBar(), AddAnalysisMenu(), editorServiceSlot(), and TGo4Script::StopAnalysis(). |
|
Definition at line 1975 of file TGo4MainWindow.cpp. References Browser(), editorServiceSlot(), FindAnalysisWindow(), TGo4AnalysisProxy::IsAnalysisSettingsReady(), TGo4Status::kGo4CanDelete, QGo4Widget::service_ObjectCreated, TGo4AnalysisProxy::UpdateAnalysisObject(), and TGo4AnalysisWindow::WaitForNewObject(). Referenced by AddToolsBar(), AddToolsMenu(), and editorServiceSlot(). |
|
Definition at line 2006 of file TGo4MainWindow.cpp. References Browser(), FindAnalysisWindow(), TGo4AnalysisProxy::IsAnalysisSettingsReady(), TGo4Status::kGo4CanDelete, TGo4AnalysisProxy::UpdateAnalysisObject(), and TGo4AnalysisWindow::WaitForNewObject(). Referenced by AddToolsBar(), AddToolsMenu(), and editorServiceSlot(). |
|
Definition at line 2029 of file TGo4MainWindow.cpp. References Browser(), FindAnalysisWindow(), TGo4AnalysisProxy::IsAnalysisSettingsReady(), TGo4Status::kGo4CanDelete, TGo4AnalysisProxy::UpdateAnalysisObject(), and TGo4AnalysisWindow::WaitForNewObject(). Referenced by AddToolsBar(), AddToolsMenu(), and editorServiceSlot(). |
|
Definition at line 1770 of file TGo4MainWindow.cpp. References ConnectGo4Widget(), and FindGo4Widget(). Referenced by AddToolsBar(), AddToolsMenu(), and editorServiceSlot(). |
|
Definition at line 1817 of file TGo4MainWindow.cpp. References Browser(), ConnectGo4Widget(), and FindGo4Widget(). Referenced by editorServiceSlot(). |
|
Definition at line 1783 of file TGo4MainWindow.cpp. References ConnectGo4Widget(), and FindGo4Widget(). Referenced by AddToolsBar(), AddToolsMenu(), and editorServiceSlot(). |
|
Definition at line 1796 of file TGo4MainWindow.cpp. References ConnectGo4Widget(), and FindGo4Widget(). Referenced by AddToolsBar(), AddToolsMenu(), and editorServiceSlot(). |
|
Definition at line 1843 of file TGo4MainWindow.cpp. References ConnectGo4Widget(), and FindGo4Widget(). Referenced by editorServiceSlot(). |
|
Definition at line 1869 of file TGo4MainWindow.cpp. References ConnectGo4Widget(), and FindGo4Widget(). Referenced by AddToolsBar(), AddToolsMenu(), and editorServiceSlot(). |
|
Definition at line 1857 of file TGo4MainWindow.cpp. References ConnectGo4Widget(), and FindGo4Widget(). Referenced by editorServiceSlot(). |
|
Definition at line 1883 of file TGo4MainWindow.cpp. References FindGo4Widget(). Referenced by AddAnalysisProxy(), TGo4Script::AnalysisAutoSave(), TGo4Script::AnalysisConfigName(), EstablishAnalysisConfiguration(), TGo4Script::GetStepGUI(), TGo4Script::ProduceScript(), TGo4Script::SetAnalysisConfigMode(), and ToggleAnalysisConfiguration(). |
|
|
|
Definition at line 2848 of file TGo4MainWindow.cpp. References TGo4Script::ContinueExecution(), TGo4Script::DelayMillisec(), TGo4Script::FinishExecution(), TGo4Script::IsWaitSomething(), TGo4Script::ScriptInstance(), and StatusMessage(). Referenced by HotStart(). |
|
Definition at line 2869 of file TGo4MainWindow.cpp. References TGo4Script::FinishExecution(), and TGo4Script::ScriptInstance(). Referenced by AddSettingMenu(). |
|
Definition at line 2875 of file TGo4MainWindow.cpp. References TGo4Script::FileExtension(), fLastFileDir, TGo4Script::ProduceScript(), and StatusMessage(). Referenced by AddSettingMenu(). |
|
Definition at line 1609 of file TGo4MainWindow.cpp. References Browser(), EstablishAnalysisConfiguration(), EstablishRatemeter(), fConnectingCounter, TGo4AnalysisProxy::IsAdministrator(), TGo4AnalysisProxy::IsConnected(), TGo4AnalysisProxy::IsController(), RemoveAnalysisProxy(), StatusMessage(), UpdateCaptionButtons(), and UpdateDockAnalysisWindow(). Referenced by ConnectServerSlot(). |
|
Definition at line 2285 of file TGo4MainWindow.cpp. References Browser(), fbPanelTimerActive, fOMEditorsPath, fxOM, fxTGo4WorkSpace, TGo4WorkSpace::GetActivePanel(), TGo4Slot::GetChild(), TGo4Slot::GetProxy(), TGo4Slot::GetSlot(), and TGo4WidgetProxy::GetWidget(). Referenced by editorServiceSlot(). |
|
Definition at line 911 of file TGo4MainWindow.cpp. References Browser(), CloseAllFilesSlot(), CloseAllWindows(), fCloseCounter, ForseCloseSlot(), and RemoveAnalysisProxy(). |
|
Definition at line 2052 of file TGo4MainWindow.cpp. References editorServiceSlot(), and GetWidgetTopSlot(). Referenced by AddAnalysisProxy(), EstablishAnalysisConfiguration(), EstablishRatemeter(), MakeNewPanel(), StartConditionEditor(), StartConditionInfo(), StartEditDynEntry(), StartEventInfo(), StartFitPanel(), StartHistogramInfo(), StartParaEdit(), startUserGUI(), TGo4MainWindow(), and UpdateDockAnalysisWindow(). |
|
|
Definition at line 795 of file TGo4MainWindow.cpp. References ConnectGo4Widget(), and StatusMessage(). Referenced by UserPanelSlot(). |
|
|
Definition at line 1466 of file TGo4MainWindow.cpp. References Browser(), TGo4AnalysisProxy::DisconnectAnalysis(), EstablishAnalysisConfiguration(), and EstablishRatemeter(). Referenced by CheckConnectingCounterSlot(), closeEvent(), DisconnectAnalysisSlot(), ForseCloseSlot(), and ShutdownAnalysisSlot(). |
|
Definition at line 1509 of file TGo4MainWindow.cpp. References Browser(), ConnectGo4Widget(), and TGo4AnalysisProxy::RatemeterSlot(). Referenced by AddAnalysisProxy(), CheckConnectingCounterSlot(), RemoveAnalysisProxy(), StartAnalysisSlot(), and TerminateAnalysis(). |
|
Definition at line 1542 of file TGo4MainWindow.cpp. References Browser(), ConnectGo4Widget(), FindAnalysisConfiguration(), and TGo4AnalysisProxy::RequestAnalysisSettings(). Referenced by AddAnalysisProxy(), CheckConnectingCounterSlot(), RemoveAnalysisProxy(), and TerminateAnalysis(). |
|
|
Definition at line 2268 of file TGo4MainWindow.cpp. References TGo4ObjectManager::AddProxy(), fOMEditorsPath, fxOM, and TGo4Slot::GetSlot(). Referenced by ConnectGo4Widget(), and editorServiceSlot(). |
|
Definition at line 2097 of file TGo4MainWindow.cpp. References Browser(), TGo4BrowserProxy::DefineFileObject(), fLastFileDir, TGo4BrowserProxy::SaveItemToFile(), and TGo4BrowserProxy::UpdateObjectInFile(). Referenced by editorServiceSlot(). |
|
|
Definition at line 1711 of file TGo4MainWindow.cpp. References TGo4AnalysisWindow::AppendOutputBuffer(), EstablishAnalysisConfiguration(), EstablishRatemeter(), FindAnalysisWindow(), fKillCommand, StatusMessage(), and TGo4AnalysisWindow::TerminateAnalysisProcess(). Referenced by editorServiceSlot(). |
|
Definition at line 1940 of file TGo4MainWindow.cpp. References FindGo4Widget(). Referenced by editorServiceSlot(). |
|
Definition at line 1954 of file TGo4MainWindow.cpp. References fxTGo4WorkSpace. Referenced by editorServiceSlot(). |
|
Definition at line 2133 of file TGo4MainWindow.cpp. References fLastFileDir, and TRUE. Referenced by editorServiceSlot(). |
|
Definition at line 1090 of file TGo4MainWindow.cpp. References StatusMessage(). Referenced by editorServiceSlot(), FitHelpSlot(), InterfaceHelpSlot(), IntroHelpSlot(), and RefHelpSlot(). |
|
Definition at line 188 of file TGo4MainWindow.h. Referenced by ProcessQtEvents(). |
|
Definition at line 190 of file TGo4MainWindow.h. Referenced by TGo4MainWindow(), and windowsMenuAboutToShow(). |
|
Definition at line 191 of file TGo4MainWindow.h. Referenced by checkPanelRepaintSlot(), CloseAllWindows(), editorServiceSlot(), MinAllWindows(), TGo4MainWindow(), ToggleScaleValues(), windowsMenuAboutToShow(), and windowsMenuActivated(). |
|
Definition at line 192 of file TGo4MainWindow.h. |
|
Definition at line 194 of file TGo4MainWindow.h. Referenced by AddAnalysisProxy(), Browser(), checkPanelRepaintSlot(), CloseAllFilesSlot(), editorServiceSlot(), FindGo4Widget(), FindViewPanel(), GetWidgetTopSlot(), MakeNewPanel(), OM(), OpenRemoteFileSlot(), TGo4MainWindow(), and ~TGo4MainWindow(). |
|
Definition at line 195 of file TGo4MainWindow.h. Referenced by AddAnalysisProxy(), CloseAllFilesSlot(), OpenRemoteFileSlot(), and TGo4MainWindow(). |
|
Definition at line 196 of file TGo4MainWindow.h. Referenced by Browser(), and TGo4MainWindow(). |
|
Definition at line 197 of file TGo4MainWindow.h. Referenced by checkPanelRepaintSlot(), editorServiceSlot(), FindGo4Widget(), FindViewPanel(), GetWidgetTopSlot(), MakeNewPanel(), and TGo4MainWindow(). |
|
Definition at line 199 of file TGo4MainWindow.h. Referenced by LaunchClientSlot(), TerminateAnalysis(), TGo4MainWindow(), and UpdateDockAnalysisWindow(). |
|
Definition at line 201 of file TGo4MainWindow.h. Referenced by closeEvent(), ForseCloseSlot(), and TGo4MainWindow(). |
|
Definition at line 202 of file TGo4MainWindow.h. Referenced by CheckConnectingCounterSlot(), ConnectServerSlot(), TGo4MainWindow(), and UpdateCaptionButtons(). |
|
Definition at line 203 of file TGo4MainWindow.h. Referenced by ConnectServerSlot(), LastTypedPassword(), and TGo4MainWindow(). |
|
Definition at line 204 of file TGo4MainWindow.h. Referenced by CreateGUIScriptSlot(), OpenFileSlot(), SaveBrowserItemToFile(), SaveFileSlot(), SavePanelCanvas(), and TGo4MainWindow(). |
|
Definition at line 206 of file TGo4MainWindow.h. Referenced by checkPanelRepaintSlot(), editorServiceSlot(), and TGo4MainWindow(). |