KWWidgets
Main Page
Classes
Files
File List
File Members
Examples
Cxx
Tutorial1
Step1
Examples/Cxx/Tutorial1/Step1/vtkKWMyWidget.h
Go to the documentation of this file.
1
#ifndef __vtkKWMyWidget_h
2
#define __vtkKWMyWidget_h
3
4
#include "vtkKWCompositeWidget.h"
5
6
class
vtkKWLabel
;
7
8
class
vtkKWMyWidget
:
public
vtkKWCompositeWidget
9
{
10
public
:
11
static
vtkKWMyWidget
*
New
();
12
vtkTypeRevisionMacro(
vtkKWMyWidget
,
vtkKWCompositeWidget
);
13
14
// Description:
15
// Get the internal widget.
16
vtkGetObjectMacro(
Label
,
vtkKWLabel
);
17
18
protected
:
19
vtkKWMyWidget
();
20
~vtkKWMyWidget
();
21
22
vtkKWLabel
*
Label
;
23
24
// Description:
25
// Create the widget.
26
virtual
void
CreateWidget
();
27
28
private
:
29
vtkKWMyWidget
(
const
vtkKWMyWidget
&);
// Not implemented.
30
void
operator=(
const
vtkKWMyWidget
&);
// Not implemented.
31
};
32
33
#endif
Generated on Thu Apr 18 2013 08:50:50 for KWWidgets by
1.8.1.2