Allolib  1.0
C++ Components For Interactive Multimedia
al::FileSelector Class Reference

#include <C:/Users/Andres/source/repos/casm_viewer/external/tinc/external/allolib/include/al/ui/al_FileSelector.hpp>

Public Member Functions

 FileSelector (std::string globalRoot="", std::function< bool(std::string)> filterfunction=[](std::string) { return true;})
 
void start (std::string currentDir="")
 
bool drawFileSelector ()
 drawFileSelector More...
 
FileList getSelection ()
 
bool isActive ()
 
void cancel ()
 

Protected Member Functions

bool filteringFunctionWrapper (FilePath const &fp)
 

Detailed Description

FileSelector

Definition at line 53 of file al_FileSelector.hpp.

Member Function Documentation

◆ drawFileSelector()

bool al::FileSelector::drawFileSelector ( )

drawFileSelector

Returns
true if a file has been selected

The documentation for this class was generated from the following file: