v2.0.0
Loading...
Searching...
No Matches
networktreeitem.h
Go to the documentation of this file.
1//=============================================================================================================
18
19#ifndef NETWORKTREEITEM_H
20#define NETWORKTREEITEM_H
21
22//=============================================================================================================
23// INCLUDES
24//=============================================================================================================
25
26#include "../../disp3D_global.h"
27
28#include "abstracttreeitem.h"
29
30//=============================================================================================================
37{
38public:
39 //=========================================================================================================
46 explicit NetworkTreeItem(const QString &text = "Network",
47 const QString &objectKey = QString());
48
49 //=========================================================================================================
55 QString objectKey() const { return m_objectKey; }
56
57private:
58 QString m_objectKey;
59};
60
61#endif // NETWORKTREEITEM_H
Base QStandardItem with check-state, visibility, transform, colour and alpha roles shared by every di...
Library export/import macros and namespace marker for the disp3D library.
#define DISP3DSHARED_EXPORT
AbstractTreeItem(const QString &text="", int type=AbstractItem)
QString objectKey() const
NetworkTreeItem(const QString &text="Network", const QString &objectKey=QString())