GSI Object Oriented Online Offline (Go4)
GO4-5.3.2
|
#include <TGo4UserCommandsDialog.h>
Public Slots | |
virtual void | ButtonPressed (QAbstractButton *) |
Public Member Functions | |
TGo4UserCommandsDialog (QWidget *parent=0) | |
QString | GetCommand (int id) |
QString | GetTooltip (int id) |
bool | GetAutoExecute (int id) |
Definition at line 20 of file TGo4UserCommandsDialog.h.
TGo4UserCommandsDialog::TGo4UserCommandsDialog | ( | QWidget * | parent = 0 | ) |
Definition at line 22 of file TGo4UserCommandsDialog.cpp.
References ButtonPressed(), TGo4QSettings::getAnalysisMacroAutomode(), TGo4QSettings::getAnalysisMacroCommand(), TGo4QSettings::getAnalysisMacroTip(), GO4GUI_MAXMACRONUM, and go4sett.
|
virtualslot |
Definition at line 81 of file TGo4UserCommandsDialog.cpp.
References GO4GUI_MAXMACRONUM.
Referenced by TGo4UserCommandsDialog().
bool TGo4UserCommandsDialog::GetAutoExecute | ( | int | id | ) |
timer auto execute flag
Definition at line 71 of file TGo4UserCommandsDialog.cpp.
Referenced by TGo4UserCommands::ConfigureAnalysisMacros().
QString TGo4UserCommandsDialog::GetCommand | ( | int | id | ) |
read command for index id
Definition at line 53 of file TGo4UserCommandsDialog.cpp.
Referenced by TGo4UserCommands::ConfigureAnalysisMacros().
QString TGo4UserCommandsDialog::GetTooltip | ( | int | id | ) |
tooltip for index id
Definition at line 62 of file TGo4UserCommandsDialog.cpp.
Referenced by TGo4UserCommands::ConfigureAnalysisMacros().