Developer documentation | Axl-2.5.1

axlInspectorObjectManagerListItem.h
Go to the documentation of this file.
1 /* axlInspectorObjectManagerListItem.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 AXLINSPECTOROBJECTMANAGERLISTITEM_H
21 #define AXLINSPECTOROBJECTMANAGERLISTITEM_H
22 
23 #include "axlGuiExport.h"
24 
25 #include <QtWidgets>
26 
27 class axlAbstractField;
28 class axlInspectorObjectManagerListItemPrivate;
29 
30 class AXLGUI_EXPORT axlInspectorObjectManagerListItem : public QListWidgetItem
31 {
32 
33 public:
34  axlInspectorObjectManagerListItem(const QString & text, axlAbstractField *field, QListWidget *parent = 0);
36 
37 public:
38  axlAbstractField *field(void);
39 
40 private:
41  axlInspectorObjectManagerListItemPrivate *d;
42 };
43 
44 #endif //AXLINSPECTOROBJECTMANAGERLISTITEM_H
#define AXLGUI_EXPORT
Definition: axlGuiExport2.h:15
Class axlAbstractField defines an API for arrays of numeric data.