YARP
Yet Another Robot Platform
 
Loading...
Searching...
No Matches
CustomTreeWidgetItem Class Reference

A custom QTreeWidgetItem. More...

#include </home/runner/work/yarp-documentation/yarp-documentation/yarp/src/guis/yarpmanager/src-manager/customtreewidget.h>

+ Inheritance diagram for CustomTreeWidgetItem:

Public Member Functions

 CustomTreeWidgetItem (QTreeWidget *view, const QStringList &strings, int type=Type)
 
 CustomTreeWidgetItem (QTreeWidgetItem *item, const QStringList &strings, int type=Type)
 
bool operator< (const QTreeWidgetItem &other) const override
 

Detailed Description

A custom QTreeWidgetItem.

This class is an override of the original QTreeWidgetItem reimplementing the sort function using the numerical order for the ID columns.

Definition at line 20 of file customtreewidget.h.

Constructor & Destructor Documentation

◆ CustomTreeWidgetItem() [1/2]

CustomTreeWidgetItem::CustomTreeWidgetItem ( QTreeWidget *  view,
const QStringList &  strings,
int  type = Type 
)
inline

Definition at line 23 of file customtreewidget.h.

◆ CustomTreeWidgetItem() [2/2]

CustomTreeWidgetItem::CustomTreeWidgetItem ( QTreeWidgetItem *  item,
const QStringList &  strings,
int  type = Type 
)
inline

Definition at line 26 of file customtreewidget.h.

Member Function Documentation

◆ operator<()

bool CustomTreeWidgetItem::operator< ( const QTreeWidgetItem &  other) const
inlineoverride

Definition at line 28 of file customtreewidget.h.


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