#include <FileDialog.h>
Public Member Functions | |
FileDialog () | |
void | hide () |
void | show () |
void | show (char *errorMsg) |
void | confirm () |
Public Attributes | |
char * | path |
Definition at line 16 of file FileDialog.h.
|
The constructor of the FileDialog creates all graphical components. Definition at line 10 of file FileDialog.cpp. |
|
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. |
|
Hide the dialog. Definition at line 43 of file FileDialog.cpp. Referenced by FileDialog(). |
|
Show the dialog with a changed advice for the user Definition at line 38 of file FileDialog.cpp. |
|
Show the dialog. Definition at line 33 of file FileDialog.cpp. |
|
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(). |