Developer documentation | Axl-2.5.1

axlInspectorObjectManagerTreeItem.h
Go to the documentation of this file.
1 /* axlInspectorObjectManagerTreeItem.h ---
2  *
3  * Author: Julien Wintz
4  * Copyright (C) 2008 - Julien Wintz, Inria.
5  * Created: Mon Mar 14 18:24:29 2011 (+0100)
6  * Version: $Id$
7  * Last-Updated: Mon Mar 14 18:25:06 2011 (+0100)
8  * By: Julien Wintz
9  * Update #: 7
10  */
11 
12 /* Commentary:
13  *
14  */
15 
16 /* Change log:
17  *
18  */
19 
20 #ifndef AXLINSPECTOROBJECTMANAGERTREEITEM_H
21 #define AXLINSPECTOROBJECTMANAGERTREEITEM_H
22 
23 #include "axlGuiExport.h"
24 
25 #include <QtWidgets>
26 
27 class axlInspectorObjectManagerTreeItemPrivate;
28 
29 class AXLGUI_EXPORT axlInspectorObjectManagerTreeItem : public QTreeWidgetItem
30 {
31 
32 public:
33  axlInspectorObjectManagerTreeItem(QTreeWidgetItem *parent = 0);
34  axlInspectorObjectManagerTreeItem(QTreeWidget *parent, const QStringList & strings, int type = 0);
35  virtual ~axlInspectorObjectManagerTreeItem(void);
36 
37 private:
38  axlInspectorObjectManagerTreeItemPrivate *d;
39 };
40 
41 #endif //AXLINSPECTOROBJECTMANAGERTREEITEM_H
#define AXLGUI_EXPORT
Definition: axlGuiExport2.h:15