#include "PropertyGridTree.h"
|
| | PropertyGridTree () |
| |
| virtual | ~PropertyGridTree () |
| |
| | TreeWidget (QWidget *_parentWidget=(QWidget *) nullptr) |
| |
| virtual | ~TreeWidget () |
| |
| virtual QWidget * | getQWidget (void) override |
| | Returns a pointer to the root widget of this object.
|
| |
| virtual const QWidget * | getQWidget (void) const override |
| |
| QTreeWidgetItem * | findItem (const QString &_itemPath, char _delimiter='/') const |
| |
| bool | itemExists (const QString &_itemPath, char _delimiter='/') const |
| | Checks if the item at the given path exists.
|
| |
| bool | itemTextExists (const QString &_itemText) const |
| | Checks if an item with the given text exists. The item text is the text of the single item. The item to check may be nested.
|
| |
| QString | getItemPath (QTreeWidgetItem *_item, char _delimiter='/') const |
| |
| QTreeWidgetItem * | addItem (const TreeWidgetItemInfo &_item) |
| |
| void | deselectAll (void) |
| | Deselects all items. Emits itemSelectionChanged when done.
|
| |
| bool | itemTextExists (QTreeWidgetItem *_parent, const QString &_itemText) const |
| | Checks if an item with the given text exists. The item text is the text of the single item. The item to check may be nested.
|
| |
| QTreeWidgetItem * | findItem (QTreeWidgetItem *_item, const QStringList &_childPath) const |
| |
| QTreeWidgetItem * | findItemText (QTreeWidgetItem *_parent, const QString &_itemText) const |
| |
| | QWidgetInterface () |
| |
| virtual | ~QWidgetInterface () |
| |
| void | setOTWidgetFlags (const WidgetFlags &_flags) |
| |
| const WidgetFlags & | otWidgetFlags (void) const |
| |
◆ PropertyGridTree()
| ot::PropertyGridTree::PropertyGridTree |
( |
| ) |
|
◆ ~PropertyGridTree()
| ot::PropertyGridTree::~PropertyGridTree |
( |
| ) |
|
|
virtual |
◆ drawRow()
| void ot::PropertyGridTree::drawRow |
( |
QPainter * | _painter, |
|
|
const QStyleOptionViewItem & | _options, |
|
|
const QModelIndex & | _index ) const |
|
overrideprotectedvirtual |
◆ mousePressEvent()
| void ot::PropertyGridTree::mousePressEvent |
( |
QMouseEvent * | _event | ) |
|
|
overrideprotectedvirtual |
◆ resizeEvent()
| void ot::PropertyGridTree::resizeEvent |
( |
QResizeEvent * | _event | ) |
|
|
protectedvirtual |
◆ showEvent()
| void ot::PropertyGridTree::showEvent |
( |
QShowEvent * | _event | ) |
|
|
protectedvirtual |
The documentation for this class was generated from the following files: