Developer documentation | Axl-2.5.1
Main Page
Classes
Files
File List
File Members
src
axlGui
axlAbstractVolumeDiscreteEditor.h
Go to the documentation of this file.
1
/* axlAbstractVolumeDiscreteEditor.cpp ---
2
*
3
* Author: Anais Ducoffe
4
* Copyright (C) 2008 - Anais Ducoffe, Inria.
5
*/
6
7
/* Commentary:
8
*
9
*/
10
11
/* Change log:
12
*
13
*/
14
15
#ifndef AXLABSTRACTVOLUMEDISCRETEEDITOR_H
16
#define AXLABSTRACTVOLUMEDISCRETEEDITOR_H
17
18
#include "axlGuiExport.h"
19
#include <QtCore>
20
#include <QtGui>
21
#include <
axlCore/axlAbstractView.h
>
22
#include <
axlCore/axlAbstractVolumeDiscrete.h
>
23
#include "
axlInspectorObjectFactory.h
"
24
25
class
axlAbstractVolumeDiscreteEditorPrivate;
26
27
class
AXLGUI_EXPORT
axlAbstractVolumeDiscreteEditor
:
public
axlInspectorObjectInterface
28
{
29
Q_OBJECT
30
31
public
:
32
axlAbstractVolumeDiscreteEditor
(QWidget *parent=0);
33
virtual
~
axlAbstractVolumeDiscreteEditor
(
void
);
34
35
public
slots:
36
virtual
void
setView(
axlAbstractView
*view);
37
virtual
void
setVolume(
axlAbstractVolumeDiscrete
*volume);
38
39
//protected slots:
40
// virtual void onLogChecked(bool checked);
41
// virtual void onSclChecked(bool checked);
42
// virtual void onShdChecked(bool checked);
43
44
//protected slots:
45
// virtual void outlineNone(void);
46
// virtual void outlineCorners(void);
47
// virtual void outlineBox(void);
48
// virtual void outlineContour(void);
49
50
private
:
51
axlAbstractVolumeDiscreteEditorPrivate *d;
52
};
53
54
#endif // AXLABSTRACTVOLUMEDISCRETEEDITOR_H
AXLGUI_EXPORT
#define AXLGUI_EXPORT
Definition:
axlGuiExport2.h:15
axlAbstractView
Definition:
axlAbstractView.h:40
axlInspectorObjectInterface
Definition:
axlInspectorObjectFactory.h:41
axlInspectorObjectFactory.h
axlAbstractView.h
axlAbstractVolumeDiscrete.h
axlAbstractVolumeDiscrete
Definition:
axlAbstractVolumeDiscrete.h:33
axlAbstractVolumeDiscreteEditor
Definition:
axlAbstractVolumeDiscreteEditor.h:27
Generated on Sun Dec 2 2018 20:28:10 for Axl-2.5.1 by 1.8.9.1