Developer documentation | Axl-2.5.1

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