#include <integer_action.h>
Signals | |
void | triggered (int id) |
Public Member Functions | |
IntegerAction (const QString &text, QObject *parent, int id) | |
Public Attributes | |
int | id_ |
Private Slots | |
void | emitId () |
A simple subclass of QAction which keeps an ID number and emits a signal with that number when it is triggered.
Definition at line 40 of file integer_action.h.
rviz::IntegerAction::IntegerAction | ( | const QString & | text, |
QObject * | parent, | ||
int | id | ||
) |
Definition at line 34 of file integer_action.cpp.
void rviz::IntegerAction::emitId | ( | ) | [private, slot] |
Definition at line 41 of file integer_action.cpp.
void rviz::IntegerAction::triggered | ( | int | id | ) | [signal] |
Definition at line 45 of file integer_action.h.