v2.0.0
Loading...
Searching...
No Matches
networktreeitem.cpp
Go to the documentation of this file.
1//=============================================================================================================
12
13//=============================================================================================================
14// INCLUDES
15//=============================================================================================================
16
17#include "networktreeitem.h"
18
19//=============================================================================================================
20// DEFINE MEMBER METHODS
21//=============================================================================================================
22
23NetworkTreeItem::NetworkTreeItem(const QString &text, const QString &objectKey)
25 , m_objectKey(objectKey)
26{
27}
Tree item identifying a connectivity network rendered as instanced nodes and edges.
AbstractTreeItem(const QString &text="", int type=AbstractItem)
QString objectKey() const
NetworkTreeItem(const QString &text="Network", const QString &objectKey=QString())