KWWidgets
Main Page
Classes
Files
File List
File Members
Examples
Cxx
FileBrowserDialog
Examples/Cxx/FileBrowserDialog/vtkKWMyFileBrowserDialog.h
Go to the documentation of this file.
1
#ifndef __vtkKWMyFileBrowserDialog_h
2
#define __vtkKWMyFileBrowserDialog_h
3
4
#include "vtkKWFileBrowserDialog.h"
5
6
class
vtkKWTextWithScrollbarsWithLabel
;
7
8
class
vtkKWMyFileBrowserDialog
:
public
vtkKWFileBrowserDialog
9
{
10
public
:
11
static
vtkKWMyFileBrowserDialog
*
New
();
12
vtkTypeRevisionMacro(
vtkKWMyFileBrowserDialog
,
vtkKWFileBrowserDialog
);
13
14
protected
:
15
vtkKWMyFileBrowserDialog
();
16
~vtkKWMyFileBrowserDialog
();
17
18
// Description:
19
// Create the widget.
20
virtual
void
CreateWidget
();
21
22
vtkKWTextWithScrollbarsWithLabel
*
ContentText
;
23
24
virtual
void
UpdatePreview
();
25
virtual
void
ProcessFileSelectionChangedEvent
(
const
char
* fullname);
26
27
private
:
28
vtkKWMyFileBrowserDialog
(
const
vtkKWMyFileBrowserDialog
&);
// Not implemented.
29
void
operator=(
const
vtkKWMyFileBrowserDialog
&);
// Not implemented.
30
};
31
32
#endif
Generated on Sun Apr 28 2013 21:04:57 for KWWidgets by
1.8.3.1