#include <add_display_dialog.h>
| Signals | |
| void | itemClicked (QTreeWidgetItem *item, int column) | 
| Public Member Functions | |
| EmbeddableComboBox (QTreeWidgetItem *parent, int col) | |
| Private Slots | |
| void | onActivated (int index) | 
| Private Attributes | |
| int | column_ | 
| QTreeWidgetItem * | parent_ | 
A combo box that can be inserted into a QTreeWidgetItem
Identical to QComboBox except that when it clicks it emits a signal containing the QTreeWidgetItem that it's given at construction.
Definition at line 207 of file add_display_dialog.h.
| rviz::EmbeddableComboBox::EmbeddableComboBox | ( | QTreeWidgetItem * | parent, | 
| int | col | ||
| ) |  [inline] | 
Definition at line 211 of file add_display_dialog.h.
| void rviz::EmbeddableComboBox::itemClicked | ( | QTreeWidgetItem * | item, | 
| int | column | ||
| ) |  [signal] | 
| void rviz::EmbeddableComboBox::onActivated | ( | int | index | ) |  [inline, private, slot] | 
Definition at line 221 of file add_display_dialog.h.
| int rviz::EmbeddableComboBox::column_  [private] | 
Definition at line 228 of file add_display_dialog.h.
| QTreeWidgetItem* rviz::EmbeddableComboBox::parent_  [private] | 
Definition at line 227 of file add_display_dialog.h.