#include </home/zeitlin/src/wx/github/interface/wx/filepicker.h>
Inheritance diagram for wxFileDirPickerEvent:This event class is used for the events generated by wxFilePickerCtrl and by wxDirPickerCtrl.
The following event handler macros redirect the events to member function handlers 'func' with prototypes like:
Event macros:
Public Member Functions | |
| wxFileDirPickerEvent () | |
| wxFileDirPickerEvent (wxEventType type, wxObject *generator, int id, const wxString &path) | |
| The constructor is not normally used by the user code. | |
| wxString | GetPath () const |
| Retrieve the absolute path of the file/directory the user has just selected. | |
| void | SetPath (const wxString &path) |
| Set the absolute path of the file/directory associated with the event. | |
| wxFileDirPickerEvent::wxFileDirPickerEvent | ( | ) |
| wxFileDirPickerEvent::wxFileDirPickerEvent | ( | wxEventType | type, |
| wxObject * | generator, | ||
| int | id, | ||
| const wxString & | path | ||
| ) |
The constructor is not normally used by the user code.
| wxString wxFileDirPickerEvent::GetPath | ( | ) | const |
Retrieve the absolute path of the file/directory the user has just selected.
| void wxFileDirPickerEvent::SetPath | ( | const wxString & | path | ) |
Set the absolute path of the file/directory associated with the event.