wxfiledirpickereventthis event class is used for the events generated by wxfilepickerctrl and by wxdirpickerctrl. derived from
wxcommandevent include files <wx/filepicker.h> event handling to process input from a wxfilepickerctrl or from a wxdirpickerctrl, use one of these event handler macros to direct input to member function that take a wxfiledirpickerevent argument:
members
wxfiledirpickerevent::wxfiledirpickerevent
wxfiledirpickerevent::wxfiledirpickereventwxfiledirpickerevent(wxeventtype type, wxobject * generator, int id, const wxstring path) the constructor is not normally used by the user code.
wxfiledirpickerevent::getpathwxstring getpath() const retrieve the absolute path of the file/directory the user has just selected.
wxfiledirpickerevent::setpathvoid setpath(const wxstring &path) set the absolute path of the file/directory associated with the event.
|