VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtSceneGraphTreeWidgetInterface.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2018 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
6 #pragma once
7 
10 
11 #include <vrvOsgQt/vrvOsgQt.h>
12 #include <QtCore/qstringlist.h>
13 
14 class QTreeWidgetItem;
15 
16 namespace makVrv
17 {
18 
23  {
24  public:
26 
29  virtual QTreeWidgetItem* rootItem() = 0;
30  virtual void clear() = 0;
31  virtual bool insertTreeWidgetItem(QTreeWidgetItem* pItem, QTreeWidgetItem* pParent) = 0;
32  };
33 
34 }
35 
36 
virtual ~DtSceneGraphTreeWidgetInterface()
Definition: DtSceneGraphTreeWidgetInterface.h:25
#define DT_DLL_VRVOSGQT
Definition: vrvOsgQt.h:22
Contains DLL export macros.
Interface to a widget that displays the scene graph as a tree.
Definition: DtSceneGraphTreeWidgetInterface.h:22

Document ID: Generated on Thu Oct 23 22:29:17 EDT 2025 from SVN revision 280951
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)