Developer documentation | Axl-2.5.1
Main Page
Classes
Files
File List
File Members
src
axlGui
axlInspectorObjectSceneWidgetFieldTensor.h
Go to the documentation of this file.
1
/* axlInspectorObjectSceneWidgetFieldTensor.h ---
2
*
3
* Author: Julien Wintz
4
* Copyright (C) 2008 - Julien Wintz, Inria.
5
* Created: Fri Dec 17 22:47:05 2010 (+0100)
6
* Version: $Id$
7
* Last-Updated: Fri Jun 17 17:14:22 2011 (+0200)
8
* By: Thibaud Kloczko
9
* Update #: 11
10
*/
11
12
/* Commentary:
13
*
14
*/
15
16
/* Change log:
17
*
18
*/
19
20
#ifndef AXLINSPECTOROBJECTSCENEWIDGETFIELDTENSOR_H
21
#define AXLINSPECTOROBJECTSCENEWIDGETFIELDTENSOR_H
22
23
#include <QtWidgets>
24
25
#include "axlGuiExport.h"
26
27
class
axlAbstractField
;
28
class
axlInspectorObjectSceneWidgetFieldTensorPrivate;
29
30
class
AXLGUI_EXPORT
axlInspectorObjectSceneWidgetFieldTensor
:
public
QWidget
31
{
32
Q_OBJECT
33
34
public
:
35
axlInspectorObjectSceneWidgetFieldTensor
(QWidget *parent = 0);
36
~
axlInspectorObjectSceneWidgetFieldTensor
(
void
);
37
38
public
slots:
39
void
setField(
axlAbstractField
*field);
40
41
private
:
42
axlInspectorObjectSceneWidgetFieldTensorPrivate *d;
43
};
44
45
#endif //axlInspectorObjectSceneWidgetFIELDTENSOR_H
axlInspectorObjectSceneWidgetFieldTensor
Definition:
axlInspectorObjectSceneWidgetFieldTensor.h:30
AXLGUI_EXPORT
#define AXLGUI_EXPORT
Definition:
axlGuiExport2.h:15
axlAbstractField
Class axlAbstractField defines an API for arrays of numeric data.
Definition:
axlAbstractField.h:29
Generated on Sun Dec 2 2018 20:28:10 for Axl-2.5.1 by 1.8.9.1