GSI Object Oriented Online Offline (Go4)
GO4-5.3.2
|
#include "QGo4Widget.h"
#include <QtCore/QTimer>
#include <QAction>
#include <QMenu>
#include <QtCore/QSignalMapper>
#include <QDragMoveEvent>
#include <QCloseEvent>
#include <QDropEvent>
#include <QDragEnterEvent>
Go to the source code of this file.
Functions | |
QAction * | AddChkAction (QMenu *menu, const QString &text, bool checked, QObject *recv, const char *member) |
QAction * | AddIdAction (QMenu *menu, QSignalMapper *map, const QString &text, int id, int enabled, int checked) |
QAction * | SetIdAction (QSignalMapper *map, int id, int enabled, int checked) |
QAction * | AddIdAction (QMenu *menu, QSignalMapper *map, const QIcon &icon, const QString &text, int id, int enabled, int checked) |
QAction* AddChkAction | ( | QMenu * | menu, |
const QString & | text, | ||
bool | checked, | ||
QObject * | recv, | ||
const char * | member | ||
) |
Definition at line 407 of file QGo4Widget.cpp.
Referenced by TGo4MainWindow::AddSettingMenu(), and TGo4ViewPanel::TGo4ViewPanel().
QAction* AddIdAction | ( | QMenu * | menu, |
QSignalMapper * | map, | ||
const QString & | text, | ||
int | id, | ||
int | enabled, | ||
int | checked | ||
) |
Definition at line 419 of file QGo4Widget.cpp.
Referenced by TGo4FitPanel::AboutToShowFitterMenu(), TGo4FitPanel::AboutToShowViewMenu(), TGo4ConditionEditor::CutTable_contextMenuRequested(), TGo4FitPanel::FillDataTypesList(), TGo4FitPanel::FillModelTypesList(), TGo4FitPanel::FillPopupForItem(), TGo4FitPanel::FillPopupForSlot(), TGo4Browser::Header_customContextMenuRequested(), TGo4Browser::ListView_customContextMenuRequested(), TGo4FitPanel::TGo4FitPanel(), TGo4ViewPanel::TGo4ViewPanel(), and TGo4ViewPanel::UpdatePanelCaption().
QAction* AddIdAction | ( | QMenu * | menu, |
QSignalMapper * | map, | ||
const QIcon & | icon, | ||
const QString & | text, | ||
int | id, | ||
int | enabled, | ||
int | checked | ||
) |
Definition at line 448 of file QGo4Widget.cpp.
QAction* SetIdAction | ( | QSignalMapper * | map, |
int | id, | ||
int | enabled, | ||
int | checked | ||
) |
Definition at line 435 of file QGo4Widget.cpp.
Referenced by TGo4ViewPanel::AboutToShowOptionsMenu(), TGo4FitPanel::AboutToShowSettMenu(), TGo4FitPanel::AboutToShowViewMenu(), TGo4ViewPanel::OptionsMenuItemActivated(), and TGo4ViewPanel::UpdatePanelCaption().