Developer documentation | Axl-2.5.1

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