yaze 0.2.0
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
yaze::app::core::FileDialogWrapper Class Reference

#include <file_dialog.h>

Static Public Member Functions

static std::string ShowOpenFileDialog ()
 ShowOpenFileDialog opens a file dialog and returns the selected filepath.
 
static std::string ShowOpenFolderDialog ()
 ShowOpenFolderDialog opens a file dialog and returns the selected folder path.
 
static std::vector< std::string > GetSubdirectoriesInFolder (const std::string &folder_path)
 
static std::vector< std::string > GetFilesInFolder (const std::string &folder_path)
 

Detailed Description

Definition at line 11 of file file_dialog.h.

Member Function Documentation

◆ ShowOpenFileDialog()

◆ ShowOpenFolderDialog()

static std::string yaze::app::core::FileDialogWrapper::ShowOpenFolderDialog ( )
static

ShowOpenFolderDialog opens a file dialog and returns the selected folder path.

Referenced by yaze::app::editor::EditorManager::DrawYazeMenuBar(), and yaze::app::editor::AssemblyEditor::UpdateCodeView().

◆ GetSubdirectoriesInFolder()

static std::vector< std::string > yaze::app::core::FileDialogWrapper::GetSubdirectoriesInFolder ( const std::string & folder_path)
static

◆ GetFilesInFolder()

static std::vector< std::string > yaze::app::core::FileDialogWrapper::GetFilesInFolder ( const std::string & folder_path)
static

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