Developer documentation | Axl-2.5.1
Main Page
Classes
Files
File List
File Members
src
axlGui
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);
35
~
axlInspectorObjectManagerListItem
(
void
);
36
37
public
:
38
axlAbstractField
*field(
void
);
39
40
private
:
41
axlInspectorObjectManagerListItemPrivate *d;
42
};
43
44
#endif //AXLINSPECTOROBJECTMANAGERLISTITEM_H
AXLGUI_EXPORT
#define AXLGUI_EXPORT
Definition:
axlGuiExport2.h:15
axlAbstractField
Class axlAbstractField defines an API for arrays of numeric data.
Definition:
axlAbstractField.h:29
axlInspectorObjectManagerListItem
Definition:
axlInspectorObjectManagerListItem.h:30
Generated on Sun Dec 2 2018 20:28:10 for Axl-2.5.1 by 1.8.9.1