Developer documentation | Axl-2.5.1

axlInspectorObjectManagerList.h
Go to the documentation of this file.
1 /* axlInspectorObjectManagerList.h ---
2  *
3  * Author: Meriadeg Perrinel
4  * Copyright (C) 2008 - Meriadeg Perrinel, 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: Meriadeg Perrinel
9  * Update #: 7
10  */
11 
12 /* Commentary:
13  *
14  */
15 
16 /* Change log:
17  *
18  */
19 
20 #ifndef AXLINSPECTOROBJECTMANAGERLIST_H
21 #define AXLINSPECTOROBJECTMANAGERLIST_H
22 
23 #include "axlGuiExport.h"
24 
25 #include <QtWidgets>
26 
27 class axlAbstractData;
28 
29 class axlInspectorObjectManagerListPrivate;
30 
31 class AXLGUI_EXPORT axlInspectorObjectManagerList : public QListWidget
32 {
33  Q_OBJECT
34 
35 public:
36  axlInspectorObjectManagerList(QWidget *parent = 0);
37  virtual ~axlInspectorObjectManagerList(void);
38 
39 public :
40  axlAbstractData *axlData(void);
41  void setData(axlAbstractData *data);
42 
43 
44 
45 private:
46  axlInspectorObjectManagerListPrivate *d;
47 };
48 
49 #endif //AXLINSPECTOROBJECTMANAGERLIST_H
#define AXLGUI_EXPORT
Definition: axlGuiExport2.h:15
Class axlAbstractData defines an API for all type of axel data.