Developer documentation | Axl-2.5.1

axlInspectorObjectSceneWidgetVolumeDiscrete.h
Go to the documentation of this file.
1 /* axlInspectorObjectSceneWidgetVolumeDiscrete.h ---
2  *
3  * Author: Anais Ducoffe
4  * Copyright (C) 2013 - Anais Ducoffe, Inria.
5  */
6 
7 /* Commentary:
8  *
9  */
10 
11 /* Change log:
12  *
13  */
14 
15 #ifndef AXLINSPECTOROBJECTSCENEWIDGETVOLUMEDISCRETE_H
16 #define AXLINSPECTOROBJECTSCENEWIDGETVOLUMEDISCRETE_H
17 
18 #include <QtWidgets>
19 #include "axlGuiExport.h"
20 
21 class axlAbstractView;
22 class axlInspectorObjectSceneWidgetVolumeDiscretePrivate;
23 class dtkAbstractData;
24 
26 {
27  Q_OBJECT
28 
29 public:
32 
33 public slots:
34  void setData(dtkAbstractData *data);
35  void setView(axlAbstractView *view);
36 
37 private:
38  axlInspectorObjectSceneWidgetVolumeDiscretePrivate *d;
39 };
40 
41 #endif // AXLINSPECTOROBJECTSCENEWIDGETVOLUMEDISCRETE_H
#define AXLGUI_EXPORT
Definition: axlGuiExport2.h:15