Developer documentation | Axl-2.5.1

axlInspectorObjectDataDynamic.h
Go to the documentation of this file.
1 /* axlInspectorObjectDataDynamic.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 AXLINSPECTOROBJECTDATADYNAMIC_H
16 #define AXLINSPECTOROBJECTDATADYNAMIC_H
17 
18 #include "axlGuiExport.h"
20 #include "axlInspectorUtils.h"
21 
22 #include <QtWidgets>
23 
24 class axlDataDynamic;
25 class dtkAbstractData;
26 
27 class axlInspectorObjectDataDynamicPrivate;
28 
30 {
31  Q_OBJECT
32 
33 public:
34  axlInspectorObjectDataDynamic(QWidget *parent = 0);
36 
37  QSize sizeHint(void) const;
38 
39 public slots:
40  void setData(axlDataDynamic *dynamicData);
41 
42 private:
43  axlInspectorObjectDataDynamicPrivate *d;
44 };
45 
46 #endif // AXLINSPECTOROBJECTDATADYNAMIC_H
#define AXLGUI_EXPORT
Definition: axlGuiExport2.h:15
Class axlDataDynamic defines a dynamic object.
virtual void setData(dtkAbstractData *data)