Developer documentation | Axl-2.5.1

axlAbstractVolumeDiscreteEditor.cpp
Go to the documentation of this file.
1 /* axlAbstractVolumeDiscreteEditor.cpp ---
2  *
3  * Author: Anais Ducoffe
4  */
5 
6 /* Change Log:
7  *
8  */
9 
11 
12 
13 class axlAbstractVolumeDiscreteEditorPrivate{
14 public :
15 };
16 
17 
18 // ///////////////////////////////////////////////////////////////////
19 // axlAbstractVolumeDiscreteEditor
20 // ///////////////////////////////////////////////////////////////////
21 
22 axlAbstractVolumeDiscreteEditor::axlAbstractVolumeDiscreteEditor(QWidget *parent) : axlInspectorObjectInterface(parent), d(new axlAbstractVolumeDiscreteEditorPrivate)
23 {
24 
25 }
26 
28 {
29  delete d;
30 }
31 
33 {
34 
35 }
36 
38 {
39 
40 }
41 
42 //void axlAbstractVolumeDiscreteEditor::onLogChecked(bool checked)
43 //{
44 
45 //}
46 
47 //void axlAbstractVolumeDiscreteEditor::onSclChecked(bool checked)
48 //{
49 
50 //}
51 
52 //void axlAbstractVolumeDiscreteEditor::onShdChecked(bool checked)
53 //{
54 
55 //}
56 
57 //void axlAbstractVolumeDiscreteEditor::outlineNone(void)
58 //{
59 
60 //}
61 
62 //void axlAbstractVolumeDiscreteEditor::outlineCorners(void)
63 //{
64 
65 //}
66 
67 //void axlAbstractVolumeDiscreteEditor::outlineBox(void)
68 //{
69 
70 //}
71 
72 //void axlAbstractVolumeDiscreteEditor::outlineContour(void)
73 //{
74 //}
75 
76 
virtual void setView(axlAbstractView *view)
virtual void setVolume(axlAbstractVolumeDiscrete *volume)