Main Page | Class Hierarchy | Class List | Directories | File List | Class Members

FileDialog Class Reference

#include <FileDialog.h>

List of all members.

Public Member Functions

 FileDialog ()
void hide ()
void show ()
void show (char *errorMsg)
void confirm ()

Public Attributes

char * path


Detailed Description

This file defines the dialog window to change the search path.

Version:
0.1

Definition at line 16 of file FileDialog.h.


Constructor & Destructor Documentation

FileDialog::FileDialog  ) 
 

The constructor of the FileDialog creates all graphical components.

Definition at line 10 of file FileDialog.cpp.

References hide(), and path.


Member Function Documentation

void FileDialog::confirm  ) 
 

Confirm the dialog is invoked when the user pressed the ok button. Then *path variable is created.

Definition at line 48 of file FileDialog.cpp.

References path.

void FileDialog::hide  ) 
 

Hide the dialog.

Definition at line 43 of file FileDialog.cpp.

Referenced by FileDialog().

void FileDialog::show char *  errorMsg  ) 
 

Show the dialog with a changed advice for the user

Definition at line 38 of file FileDialog.cpp.

void FileDialog::show  ) 
 

Show the dialog.

Definition at line 33 of file FileDialog.cpp.


Member Data Documentation

char* FileDialog::path
 

The path that had been extracted from the user input. This variable is initialized by the constructor.

Definition at line 67 of file FileDialog.h.

Referenced by confirm(), and FileDialog().


The documentation for this class was generated from the following files:
Generated on Mon Dec 12 15:20:26 2005 for CCube by  doxygen 1.4.1