GSI Object Oriented Online Offline (Go4)
GO4-5.3.2
|
#include <QWidget>
#include <QDragMoveEvent>
#include <QCloseEvent>
#include <QDropEvent>
#include <QDragEnterEvent>
#include <QIcon>
#include <QtDesigner/QDesignerExportWidget>
Go to the source code of this file.
Classes | |
class | QGo4Widget |
Macros | |
#define | GO4_CLASS_EXPORT |
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=-1, int checked=-1) |
QAction * | AddIdAction (QMenu *menu, QSignalMapper *map, const QIcon &icon, const QString &text, int id, int enabled=-1, int checked=-1) |
QAction * | SetIdAction (QSignalMapper *map, int id, int enabled=-1, int checked=-1) |
#define GO4_CLASS_EXPORT |
Definition at line 46 of file QGo4Widget.h.
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 = -1 , |
||
int | checked = -1 |
||
) |
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 = -1 , |
||
int | checked = -1 |
||
) |
Definition at line 448 of file QGo4Widget.cpp.
QAction* SetIdAction | ( | QSignalMapper * | map, |
int | id, | ||
int | enabled = -1 , |
||
int | checked = -1 |
||
) |
Definition at line 435 of file QGo4Widget.cpp.
Referenced by TGo4ViewPanel::AboutToShowOptionsMenu(), TGo4FitPanel::AboutToShowSettMenu(), TGo4FitPanel::AboutToShowViewMenu(), TGo4ViewPanel::OptionsMenuItemActivated(), and TGo4ViewPanel::UpdatePanelCaption().