SpaghettiKart
Loading...
Searching...
No Matches
pfd::internal Namespace Reference

Data Structures

class  dialog
 
class  executor
 
class  file_dialog
 
class  platform
 

Functions

static bool ends_with (std::string const &str, std::string const &suffix)
 
static bool starts_with (std::string const &str, std::string const &prefix)
 
static bool is_directory (std::string const &path)
 
static std::string getenv (std::string const &str)
 

Variables

static int const default_wait_timeout = 20
 

Function Documentation

◆ ends_with()

static bool pfd::internal::ends_with ( std::string const & str,
std::string const & suffix )
inlinestatic
Here is the caller graph for this function:

◆ getenv()

static std::string pfd::internal::getenv ( std::string const & str)
inlinestatic
Here is the caller graph for this function:

◆ is_directory()

static bool pfd::internal::is_directory ( std::string const & path)
inlinestatic
Here is the caller graph for this function:

◆ starts_with()

static bool pfd::internal::starts_with ( std::string const & str,
std::string const & prefix )
inlinestatic
Here is the caller graph for this function:

Variable Documentation

◆ default_wait_timeout

int const pfd::internal::default_wait_timeout = 20
static