#include "TreeWidgetItemInfo.h"
Public Member Functions | |
| TreeWidgetItemInfo () | |
| TreeWidgetItemInfo (const QString &_text, const QIcon &_icon=QIcon(), const NavigationTreeItemFlags &_flags=NavigationTreeItemFlags()) | |
| TreeWidgetItemInfo (const NavigationTreeItem &_config) | |
| TreeWidgetItemInfo (const TreeWidgetItemInfo &_other) | |
| virtual | ~TreeWidgetItemInfo () |
| TreeWidgetItemInfo & | operator= (const TreeWidgetItemInfo &_other) |
| void | setText (const QString &_text) |
| const QString & | text (void) const |
| void | setIcon (const QIcon &_icon) |
| const QIcon & | icon (void) const |
| void | setFlag (NavigationTreeItemFlag _flag, bool _active=true) |
| void | setFlags (const NavigationTreeItemFlags _flags) |
| NavigationTreeItemFlags | flags (void) const |
| ot::TreeWidgetItemInfo & | addChildItem (const QString &_text, const QIcon &_icon=QIcon(), const NavigationTreeItemFlags &_flags=NavigationTreeItemFlags()) |
| void | addChildItem (const TreeWidgetItemInfo &_info) |
| void | setChildItems (const std::list< TreeWidgetItemInfo > &_childs) |
| const std::list< TreeWidgetItemInfo > & | childItems (void) const |
| void | clearChildItems (void) |
| ot::TreeWidgetItemInfo::TreeWidgetItemInfo | ( | ) |
| ot::TreeWidgetItemInfo::TreeWidgetItemInfo | ( | const QString & | _text, |
| const QIcon & | _icon = QIcon(), | ||
| const NavigationTreeItemFlags & | _flags = NavigationTreeItemFlags() ) |
| ot::TreeWidgetItemInfo::TreeWidgetItemInfo | ( | const NavigationTreeItem & | _config | ) |
| ot::TreeWidgetItemInfo::TreeWidgetItemInfo | ( | const TreeWidgetItemInfo & | _other | ) |
|
virtual |
| ot::TreeWidgetItemInfo & ot::TreeWidgetItemInfo::addChildItem | ( | const QString & | _text, |
| const QIcon & | _icon = QIcon(), | ||
| const NavigationTreeItemFlags & | _flags = NavigationTreeItemFlags() ) |
| void ot::TreeWidgetItemInfo::addChildItem | ( | const TreeWidgetItemInfo & | _info | ) |
|
inline |
| void ot::TreeWidgetItemInfo::clearChildItems | ( | void | ) |
|
inline |
|
inline |
| ot::TreeWidgetItemInfo & ot::TreeWidgetItemInfo::operator= | ( | const TreeWidgetItemInfo & | _other | ) |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |