#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 39 of file integer_action.h.
| rviz::IntegerAction::IntegerAction | ( | const QString & | text, | 
| QObject * | parent, | ||
| int | id | ||
| ) | 
Definition at line 33 of file integer_action.cpp.
| 
 | privateslot | 
Definition at line 39 of file integer_action.cpp.
| 
 | signal | 
| int rviz::IntegerAction::id_ | 
Definition at line 44 of file integer_action.h.