Developer documentation | Axl-2.5.1

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 
31 {
32  Q_OBJECT
33 
34 public:
35  axlInspectorObjectSceneWidgetFieldTensor(QWidget *parent = 0);
37 
38 public slots:
39  void setField(axlAbstractField *field);
40 
41 private:
42  axlInspectorObjectSceneWidgetFieldTensorPrivate *d;
43 };
44 
45 #endif //axlInspectorObjectSceneWidgetFIELDTENSOR_H
#define AXLGUI_EXPORT
Definition: axlGuiExport2.h:15
Class axlAbstractField defines an API for arrays of numeric data.