#include <IdWidgets.qt.hh>
Signals | |
| void | clicked (int id) |
Public Member Functions | |
| IdAction (int id, QObject *parent) | |
| IdAction (int id, const QString &text, QObject *parent) | |
| IdAction (int id, const QIcon &icon, const QString &text, QObject *parent) | |
| ~IdAction () | |
Private Slots | |
| void | emitClicked () |
Private Attributes | |
| int | id |
Definition at line 91 of file IdWidgets.qt.hh.
| IdAction::IdAction | ( | int | id, | |
| QObject * | parent | |||
| ) |
Definition at line 99 of file IdWidgets.qt.cc.
| IdAction::IdAction | ( | int | id, | |
| const QString & | text, | |||
| QObject * | parent | |||
| ) |
Definition at line 105 of file IdWidgets.qt.cc.
| IdAction::IdAction | ( | int | id, | |
| const QIcon & | icon, | |||
| const QString & | text, | |||
| QObject * | parent | |||
| ) |
Definition at line 112 of file IdWidgets.qt.cc.
| IdAction::~IdAction | ( | ) |
Definition at line 120 of file IdWidgets.qt.cc.
| void IdAction::clicked | ( | int | id | ) | [signal] |
| void IdAction::emitClicked | ( | ) | [private, slot] |
Definition at line 126 of file IdWidgets.qt.cc.
int IdAction::id [private] |
Definition at line 115 of file IdWidgets.qt.hh.
1.5.8