FileChooser.hpp
Go to the documentation of this file.
eproperty::Value< std::string > propertyLabelValidate
Label of validate button of the pop-up (can use translation)
Definition: FileChooser.hpp:74
Definition: Area.hpp:16
esignal::Signal< std::string > signalValidate
select file(s)
Definition: FileChooser.hpp:69
eproperty::Value< std::string > propertyLabelTitle
Label of the pop-up (can use translation)
Definition: FileChooser.hpp:73
eproperty::Value< std::string > propertyPath
Current path to explore.
Definition: FileChooser.hpp:71
eproperty::Value< std::string > propertyFile
Selected file.
Definition: FileChooser.hpp:72
esignal::Signal signalCancel
abort the display of the pop-up or press cancel button
Definition: FileChooser.hpp:68
void onGetFocus() override
Event of the focus has been grep by the current widget.
the composer widget is a widget that create a link on a string.file to parse the data and generate so...
Definition: Composer.hpp:21
eproperty::Value< std::string > propertyLabelCancel
Label of cancel/close button of the pop-up (can use translation)
Definition: FileChooser.hpp:75
File Chooser is a simple selector of file for opening, saving, and what you want ...
Definition: FileChooser.hpp:66