Enigma  3.2.0
A Simple, Reliable and Efficient Encryption Tool
Enigma::ResourceManager Class Referencefinal

#include <ResourceManager.hpp>

Static Public Member Functions

static void initialize ()
 
static void shutdown ()
 
static fs::path getAppDataDir ()
 
static fs::path getDatabaseFilepath ()
 
static fs::path getLogsDir ()
 
static fs::path getResourcesDir ()
 Returns path to res/ folder Example: /home//Enigma/res/. More...
 
static ImFont *& getFont (std::string_view name)
 Returns ImFont by name. More...
 

Detailed Description

Definition at line 13 of file ResourceManager.hpp.

Member Function Documentation

◆ getAppDataDir()

static fs::path Enigma::ResourceManager::getAppDataDir ( )
static

◆ getDatabaseFilepath()

static fs::path Enigma::ResourceManager::getDatabaseFilepath ( )
static

◆ getFont()

static ImFont*& Enigma::ResourceManager::getFont ( std::string_view  name)
static

Returns ImFont by name.

◆ getLogsDir()

static fs::path Enigma::ResourceManager::getLogsDir ( )
static

◆ getResourcesDir()

static fs::path Enigma::ResourceManager::getResourcesDir ( )
static

Returns path to res/ folder Example: /home//Enigma/res/.

◆ initialize()

static void Enigma::ResourceManager::initialize ( )
static

◆ shutdown()

static void Enigma::ResourceManager::shutdown ( )
static

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