#include <property_tree_widget.h>
|
void | expandEntries (const QSet< QString > &expanded_full_names, const QModelIndex &parent_index, const QString &prefix) |
| Recursively expand entries whose full names appear in expanded_full_names. More...
|
|
void | saveExpandedEntries (Config config, const QModelIndex &parent_index, const QString &prefix) const |
| Recursively write full names of properties which are expanded in this view to the given Config. More...
|
|
Definition at line 55 of file property_tree_widget.h.
◆ PropertyTreeWidget()
rviz::PropertyTreeWidget::PropertyTreeWidget |
( |
QWidget * |
parent = nullptr | ) |
|
◆ currentChanged()
void rviz::PropertyTreeWidget::currentChanged |
( |
const QModelIndex & |
current, |
|
|
const QModelIndex & |
previous |
|
) |
| |
|
overrideprotected |
◆ currentPropertyChanged
void rviz::PropertyTreeWidget::currentPropertyChanged |
( |
const Property * |
new_current_property | ) |
|
|
signal |
◆ expandEntries()
void rviz::PropertyTreeWidget::expandEntries |
( |
const QSet< QString > & |
expanded_full_names, |
|
|
const QModelIndex & |
parent_index, |
|
|
const QString & |
prefix |
|
) |
| |
|
private |
◆ getModel()
◆ getSelectedObjects()
template<class Type >
QList<Type*> rviz::PropertyTreeWidget::getSelectedObjects |
( |
| ) |
|
|
inline |
Return the list of objects of a given type which are currently selected.
Definition at line 70 of file property_tree_widget.h.
◆ load()
void rviz::PropertyTreeWidget::load |
( |
const Config & |
config | ) |
|
◆ propertyHiddenChanged
void rviz::PropertyTreeWidget::propertyHiddenChanged |
( |
const Property * |
property | ) |
|
|
protectedvirtualslot |
◆ save()
void rviz::PropertyTreeWidget::save |
( |
Config |
config | ) |
const |
◆ saveExpandedEntries()
void rviz::PropertyTreeWidget::saveExpandedEntries |
( |
Config |
config, |
|
|
const QModelIndex & |
parent_index, |
|
|
const QString & |
prefix |
|
) |
| const |
|
private |
◆ selectionChanged()
void rviz::PropertyTreeWidget::selectionChanged |
( |
const QItemSelection & |
selected, |
|
|
const QItemSelection & |
deselected |
|
) |
| |
|
overrideprotected |
◆ selectionHasChanged
void rviz::PropertyTreeWidget::selectionHasChanged |
( |
| ) |
|
|
signal |
◆ setModel()
◆ model_
◆ splitter_handle_
The documentation for this class was generated from the following files: