yaze 0.2.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
file_dialog.h File Reference
#include <string>
#include <vector>
Include dependency graph for file_dialog.h:

Go to the source code of this file.

Classes

class  yaze::core::FileDialogWrapper
 

Namespaces

namespace  yaze
 Main namespace for the application.
 
namespace  yaze::core
 

Enumerations

enum class  yaze::core::Platform {
  yaze::core::kUnknown , yaze::core::kMacOS , yaze::core::kiOS , yaze::core::kWindows ,
  yaze::core::kLinux
}
 

Functions

std::string yaze::core::GetBundleResourcePath ()
 GetBundleResourcePath returns the path to the bundle resource directory. Specific to MacOS.
 
std::string yaze::core::GetFileExtension (const std::string &filename)
 
std::string yaze::core::GetFileName (const std::string &filename)
 
std::string yaze::core::LoadFile (const std::string &filename)
 
std::string yaze::core::LoadConfigFile (const std::string &filename)
 
std::string yaze::core::GetConfigDirectory (Platform platform)
 
void yaze::core::SaveFile (const std::string &filename, const std::string &contents, Platform platform)