#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 403 of file QGo4Widget.cpp.
Referenced by TGo4MainWindow::AddSettingMenu(), and TGo4ViewPanel::TGo4ViewPanel().
| QAction* AddIdAction | ( | QMenu * | menu, | |
| QSignalMapper * | map, | |||
| const QIcon & | icon, | |||
| const QString & | text, | |||
| int | id, | |||
| int | enabled, | |||
| int | checked | |||
| ) |
Definition at line 444 of file QGo4Widget.cpp.
| QAction* AddIdAction | ( | QMenu * | menu, | |
| QSignalMapper * | map, | |||
| const QString & | text, | |||
| int | id, | |||
| int | enabled, | |||
| int | checked | |||
| ) |
Definition at line 415 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* SetIdAction | ( | QSignalMapper * | map, | |
| int | id, | |||
| int | enabled, | |||
| int | checked | |||
| ) |
Definition at line 431 of file QGo4Widget.cpp.
Referenced by TGo4ViewPanel::AboutToShowOptionsMenu(), TGo4FitPanel::AboutToShowSettMenu(), TGo4FitPanel::AboutToShowViewMenu(), TGo4ViewPanel::OptionsMenuItemActivated(), and TGo4ViewPanel::UpdatePanelCaption().
1.7.1