OpenTwin 0.1
OpenTwin
 
Loading...
Searching...
No Matches
ot::TreeWidgetItem Class Reference

#include "TreeWidgetItem.h"

Inheritance diagram for ot::TreeWidgetItem:
ot::PropertyGridGroup ot::PropertyGridItem

Public Member Functions

 TreeWidgetItem (int _type=0)
 
 TreeWidgetItem (const TreeWidgetItemInfo &_itemInfo, int _type=0)
 
virtual ~TreeWidgetItem ()
 
void setNavigationItemFlag (NavigationTreeItemFlag _flag, bool _active=true)
 
void setNavigationItemFlags (NavigationTreeItemFlags _flags)
 
NavigationTreeItemFlags navigationItemFlags (void) const
 
TreeWidgetItemInfo getFullInfo (void) const
 Returns the item info The information returned only contains the path to this item (other childs of parent items are ignored)
 
std::string getTreeWidgetItemPath (char _delimiter='/', int _nameColumn=0) const
 
void expandAllParents (bool _expandThis=false)
 

Constructor & Destructor Documentation

◆ TreeWidgetItem() [1/2]

ot::TreeWidgetItem::TreeWidgetItem ( int _type = 0)

◆ TreeWidgetItem() [2/2]

ot::TreeWidgetItem::TreeWidgetItem ( const TreeWidgetItemInfo & _itemInfo,
int _type = 0 )

◆ ~TreeWidgetItem()

ot::TreeWidgetItem::~TreeWidgetItem ( )
virtual

Member Function Documentation

◆ expandAllParents()

void ot::TreeWidgetItem::expandAllParents ( bool _expandThis = false)

◆ getFullInfo()

ot::TreeWidgetItemInfo ot::TreeWidgetItem::getFullInfo ( void ) const

Returns the item info The information returned only contains the path to this item (other childs of parent items are ignored)

◆ getTreeWidgetItemPath()

std::string ot::TreeWidgetItem::getTreeWidgetItemPath ( char _delimiter = '/',
int _nameColumn = 0 ) const

◆ navigationItemFlags()

NavigationTreeItemFlags ot::TreeWidgetItem::navigationItemFlags ( void ) const
inline

◆ setNavigationItemFlag()

void ot::TreeWidgetItem::setNavigationItemFlag ( NavigationTreeItemFlag _flag,
bool _active = true )
inline

◆ setNavigationItemFlags()

void ot::TreeWidgetItem::setNavigationItemFlags ( NavigationTreeItemFlags _flags)
inline

The documentation for this class was generated from the following files: