Developer documentation | Axl-2.5.1

axlInspectorObjectSceneWidgetFieldVectorStream.h
Go to the documentation of this file.
1 /* axlInspectorObjectSceneWidgetFieldVectorStream.h ---
2  *
3  * Author: Julien Wintz
4  * Copyright (C) 2008 - Julien Wintz, Inria.
5  * Created: Tue Dec 21 14:12:07 2010 (+0100)
6  * Version: $Id$
7  * Last-Updated: Fri Sep 9 15:18:17 2011 (+0200)
8  * By: Julien Wintz
9  * Update #: 13
10  */
11 
12 /* Commentary:
13  *
14  */
15 
16 /* Change log:
17  *
18  */
19 
20 #ifndef AXLINSPECTOROBJECTSCENEWIDGETFIELDVECTORSTREAM_H
21 #define AXLINSPECTOROBJECTSCENEWIDGETFIELDVECTORSTREAM_H
22 
23 #include <QtWidgets>
24 
25 #include "axlGuiExport.h"
26 
27 class axlInspectorObjectSceneWidgetFieldVectorStreamPrivate;
28 
30 {
31  Q_OBJECT
32 
33 public:
36 
37 signals:
38  void streamRadiusValueChanged(double);
39  void streamPropagationValueChanged(double);
40  void streamDirectionValueChanged(int);
41 
42 private:
43  axlInspectorObjectSceneWidgetFieldVectorStreamPrivate *d;
44 };
45 
46 #endif //axlInspectorObjectSceneWidgetFIELDVECTORSTREAM_H
#define AXLGUI_EXPORT
Definition: axlGuiExport2.h:15