#include <MemoryX/gui-plugins/SceneEditor/gui/OverrideAction.h>
|
| | OverrideAction (const QIcon &icon, const QString &text, QObject *parent) |
| | Constructor.
|
| |
| | OverrideAction (const QString &text, QObject *parent) |
| | Constructor.
|
| |
| bool | publicEvent (QEvent *e) |
| | Passes the Event to protected method event.
|
| |
|
| bool | event (QEvent *e) override |
| | Event triggered.
|
| |
Definition at line 31 of file OverrideAction.h.
◆ OverrideAction() [1/2]
| OverrideAction |
( |
const QIcon & | icon, |
|
|
const QString & | text, |
|
|
QObject * | parent ) |
Constructor.
- Parameters
-
| icon | Icon |
| text | Text |
| parent | Parent |
- See also
- UI::QWidget
Definition at line 40 of file OverrideAction.cpp.
◆ OverrideAction() [2/2]
◆ event()
Event triggered.
- Parameters
-
| e | QEvent that has been triggered |
- Returns
- Status of event
Definition at line 29 of file OverrideAction.cpp.
◆ publicEvent()
| bool publicEvent |
( |
QEvent * | e | ) |
|
Passes the Event to protected method event.
- Parameters
-
Definition at line 50 of file OverrideAction.cpp.
The documentation for this class was generated from the following files: