FQLab
A spectral audio sandbox
 
Loading...
Searching...
No Matches
FQLab.SimpleFileBrowser Class Reference

Mouse-enabled file explorer. More...

Inheritance diagram for FQLab.SimpleFileBrowser:
Inheritance graph
Collaboration diagram for FQLab.SimpleFileBrowser:
Collaboration graph

Public Member Functions

 SimpleFileBrowser (string startPath)
 

Public Attributes

Action< string >? OnFileSelected
 

Private Member Functions

void UpdateFileList ()
 

Private Attributes

ListView _files
 
TextField _pathField
 
Button _exitBtn
 
string _currentDir
 

Detailed Description

Mouse-enabled file explorer.

Constructor & Destructor Documentation

◆ SimpleFileBrowser()

FQLab.SimpleFileBrowser.SimpleFileBrowser ( string  startPath)
inline
Here is the call graph for this function:

Member Function Documentation

◆ UpdateFileList()

void FQLab.SimpleFileBrowser.UpdateFileList ( )
inlineprivate
Here is the caller graph for this function:

Member Data Documentation

◆ _currentDir

string FQLab.SimpleFileBrowser._currentDir
private

◆ _exitBtn

Button FQLab.SimpleFileBrowser._exitBtn
private

◆ _files

ListView FQLab.SimpleFileBrowser._files
private

◆ _pathField

TextField FQLab.SimpleFileBrowser._pathField
private

◆ OnFileSelected

Action<string>? FQLab.SimpleFileBrowser.OnFileSelected

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