Class FilePicker

Inheritance Relationships

Base Type

Class Documentation

class SmartPeak::FilePicker : public SmartPeak::Widget

Public Functions

FilePicker() = default
virtual void draw() override

Interface to show the widget

NOTE: free to override in inherited implmementations

std::string getPickedPathname() const
void setFilePickerHandler(std::shared_ptr<IFilePickerHandler> file_picker_handler, ApplicationHandler &application_handler)
void runProcessor()
void clearProcessor()
inline bool fileLoadingIsDone()
inline bool fileWasLoaded()
inline bool errorLoadingFile()