KWWidgets
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 
7 
9 {
10 public:
11  static vtkKWMyFileBrowserDialog* New();
13 
14 protected:
17 
18  // Description:
19  // Create the widget.
20  virtual void CreateWidget();
21 
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