Developer documentation | Axl-2.5.1

axlInspectorObjectSceneWidgetFieldScalarIso.h
Go to the documentation of this file.
1 /* axlInspectorObjectSceneWidgetFieldScalarIso.h ---
2  *
3  * Author: Julien Wintz
4  * Copyright (C) 2008 - Julien Wintz, Inria.
5  * Created: Sun Dec 19 18:51:51 2010 (+0100)
6  * Version: $Id$
7  * Last-Updated: Wed Jul 20 22:13:50 2011 (+0200)
8  * By: Julien Wintz
9  * Update #: 24
10  */
11 
12 /* Commentary:
13  *
14  */
15 
16 /* Change log:
17  *
18  */
19 
20 #ifndef AXLINSPECTOROBJECTSCENEWIDGETFIELDSCALARISO_H
21 #define AXLINSPECTOROBJECTSCENEWIDGETFIELDSCALARISO_H
22 
23 #include <QtWidgets>
24 
25 #include "axlGuiExport.h"
26 
27 class axlAbstractField;
28 class axlInspectorObjectSceneWidgetFieldScalarIsoPrivate;
29 class axlAbstractView;
30 
32 {
33  Q_OBJECT
34 
35 public:
38 
39 signals:
40  void isoCountChanged(int);
41  void isoRadiusChanged(double);
42  void isoRangeMinChanged(double);
43  void isoRangeMaxChanged(double);
44 
45 public slots:
46  void setCount(int count);
47  void setMin(double min);
48  void setMax(double max);
49 
50  void setField(axlAbstractField *field);
51  void setView(axlAbstractView *view);
52 
53 protected slots:
54  void onResetMinimalValueClicked(void);
55  void onResetMaximalValueClicked(void);
56 
57 private:
58  axlInspectorObjectSceneWidgetFieldScalarIsoPrivate *d;
59 };
60 
61 #endif //axlInspectorObjectSceneWidgetFIELDSCALARISO_H
#define AXLGUI_EXPORT
Definition: axlGuiExport2.h:15
Class axlAbstractField defines an API for arrays of numeric data.