Main widget for previewing sensor channel data. More...
#include <treeitem.h>
Public Member Functions | |
TreePath () | |
TreePath (const TreePath &treePath) | |
bool | operator< (const TreePath &other) const |
Main widget for previewing sensor channel data.
Becase sometimes prepending of data is necessary QList is used as base class instead of the conceptually more appropriate QVector.
TreePath::TreePath | ( | ) |
: QList<qint64>(){};
TreePath::TreePath | ( | const TreePath & | treePath | ) |
: QList<qint64>(treePath){};
bool TreePath::operator< | ( | const TreePath & | other | ) | const |