Developer documentation | Axl-2.5.1
Main Page
Classes
Files
File List
File Members
vtkview
axl
axlVtkView
axlVolumeDiscreteEditor.h
Go to the documentation of this file.
1
/* axlVolumeDiscreteEditor.h ---
2
*
3
* Author: Julien Wintz
4
* Created: Thu Sep 26 14:07:35 2013 (+0200)
5
* Version:
6
* Last-Updated: Wed Oct 9 19:50:36 2013 (+0200)
7
* By: Julien Wintz
8
* Update #: 24
9
*/
10
11
/* Change Log:
12
*
13
*/
14
15
16
#ifndef AXLVOLUMEDISCRETEEDITOR_H
17
#define AXLVOLUMEDISCRETEEDITOR_H
18
19
20
//#pragma once
21
22
#include "
axlVtkViewPluginExport.h
"
23
24
#include <
axlGui/axlAbstractVolumeDiscreteEditor.h
>
25
#include <
axlGui/axlInspectorObjectFactory.h
>
26
27
#include <QtCore>
28
#include <QtGui>
29
30
class
axlAbstractView
;
31
class
axlAbstractVolumeDiscrete
;
32
class
axlVolumeDiscreteEditorPrivate;
33
34
class
AXLVTKVIEWPLUGIN_EXPORT
axlVolumeDiscreteEditor
:
public
axlAbstractVolumeDiscreteEditor
35
{
36
Q_OBJECT
37
38
public
:
39
axlVolumeDiscreteEditor
(QWidget *parent = 0);
40
~
axlVolumeDiscreteEditor
(
void
);
41
42
static
bool
registered(
void
);
43
44
public
slots:
45
void
setView
(
axlAbstractView
*view);
46
void
setVolume
(
axlAbstractVolumeDiscrete
*volume);
47
48
protected
slots:
49
void
onLogChecked(
bool
checked);
50
void
onSclChecked(
bool
checked);
51
void
onShdChecked(
bool
checked);
52
53
protected
slots:
54
void
outlineNone(
void
);
55
void
outlineCorners(
void
);
56
void
outlineBox(
void
);
57
void
outlineContour(
void
);
58
59
60
private
:
61
axlVolumeDiscreteEditorPrivate *d;
62
63
};
64
65
AXLVTKVIEWPLUGIN_EXPORT
axlInspectorObjectInterface
*
createaxlVolumeDiscreteEditor
(
void
);
66
#endif // AXLVOLUMEDISCRETEEDITOR_H
AXLVTKVIEWPLUGIN_EXPORT
#define AXLVTKVIEWPLUGIN_EXPORT
Definition:
axlVtkViewPluginExport.h:15
axlVolumeDiscreteEditor
Definition:
axlVolumeDiscreteEditor.h:34
axlAbstractVolumeDiscreteEditor::setView
virtual void setView(axlAbstractView *view)
Definition:
axlAbstractVolumeDiscreteEditor.cpp:37
axlAbstractView
Definition:
axlAbstractView.h:40
axlInspectorObjectInterface
Definition:
axlInspectorObjectFactory.h:41
axlAbstractVolumeDiscreteEditor::setVolume
virtual void setVolume(axlAbstractVolumeDiscrete *volume)
Definition:
axlAbstractVolumeDiscreteEditor.cpp:32
axlInspectorObjectFactory.h
createaxlVolumeDiscreteEditor
AXLVTKVIEWPLUGIN_EXPORT axlInspectorObjectInterface * createaxlVolumeDiscreteEditor(void)
Definition:
axlVolumeDiscreteEditor.cpp:924
axlVtkViewPluginExport.h
axlAbstractVolumeDiscrete
Definition:
axlAbstractVolumeDiscrete.h:33
axlAbstractVolumeDiscreteEditor.h
axlAbstractVolumeDiscreteEditor
Definition:
axlAbstractVolumeDiscreteEditor.h:27
Generated on Sun Dec 2 2018 20:28:11 for Axl-2.5.1 by 1.8.9.1