dalog for loading or saving files More...
#include <vtkKWLoadSaveDialog.h>


Public Types | |
| typedef vtkKWFileBrowserDialog | Superclass |
Public Member Functions | |
| virtual const char * | GetClassName () |
| virtual int | IsA (const char *type) |
| void | PrintSelf (ostream &os, vtkIndent indent) |
Static Public Member Functions | |
| static vtkKWLoadSaveDialog * | New () |
| static int | IsTypeOf (const char *type) |
| static vtkKWLoadSaveDialog * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
| vtkKWLoadSaveDialog () | |
| ~vtkKWLoadSaveDialog () | |
dalog for loading or saving files
A dialog for loading or saving files. The file is returned through GetFile method.
Definition at line 28 of file vtkKWLoadSaveDialog.h.
Reimplemented from vtkKWFileBrowserDialog.
Reimplemented in vtkKWSaveImageDialog.
Definition at line 33 of file vtkKWLoadSaveDialog.h.
| vtkKWLoadSaveDialog::vtkKWLoadSaveDialog | ( | ) | [inline, protected] |
Definition at line 39 of file vtkKWLoadSaveDialog.h.
| vtkKWLoadSaveDialog::~vtkKWLoadSaveDialog | ( | ) | [inline, protected] |
Definition at line 40 of file vtkKWLoadSaveDialog.h.
| static vtkKWLoadSaveDialog* vtkKWLoadSaveDialog::New | ( | ) | [static] |
Reimplemented from vtkKWFileBrowserDialog.
Reimplemented in vtkKWSaveImageDialog.
| virtual const char* vtkKWLoadSaveDialog::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkKWFileBrowserDialog.
Reimplemented in vtkKWSaveImageDialog.
| static int vtkKWLoadSaveDialog::IsTypeOf | ( | const char * | type | ) | [static] |
Reimplemented from vtkKWFileBrowserDialog.
Reimplemented in vtkKWSaveImageDialog.
| virtual int vtkKWLoadSaveDialog::IsA | ( | const char * | type | ) | [virtual] |
Reimplemented from vtkKWFileBrowserDialog.
Reimplemented in vtkKWSaveImageDialog.
| static vtkKWLoadSaveDialog* vtkKWLoadSaveDialog::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Reimplemented from vtkKWFileBrowserDialog.
Reimplemented in vtkKWSaveImageDialog.
| void vtkKWLoadSaveDialog::PrintSelf | ( | ostream & | os, | |
| vtkIndent | indent | |||
| ) | [virtual] |
Reimplemented from vtkKWFileBrowserDialog.
Reimplemented in vtkKWSaveImageDialog.
1.6.1