[Custom preset manager]
More...
|
| MyPresetManager ()=default |
|
virtual | ~MyPresetManager ()=default |
|
bool | SetupPath (const std::filesystem::path &a_preset_path) |
|
virtual bool | IsReadOnly () override |
|
virtual bool | Exists (const std::filesystem::path &name) override |
|
virtual bool | Remove (const std::filesystem::path &name) override |
|
virtual bool | Rename (const std::filesystem::path &from, const std::filesystem::path &to) override |
|
virtual std::vector< std::filesystem::path > | GetAll () override |
|
virtual std::string | Read (const std::filesystem::path &filename) override |
|
virtual bool | Write (const std::filesystem::path &filename, const std::string &content) override |
|
| MyPresetManager ()=default |
|
virtual | ~MyPresetManager ()=default |
|
bool | SetupPath (const std::filesystem::path &a_preset_path) |
|
virtual bool | IsReadOnly () override |
|
virtual bool | Exists (const std::filesystem::path &name) override |
|
virtual bool | Remove (const std::filesystem::path &name) override |
|
virtual bool | Rename (const std::filesystem::path &from, const std::filesystem::path &to) override |
|
virtual std::vector< std::filesystem::path > | GetAll () override |
|
virtual std::string | Read (const std::filesystem::path &filename) override |
|
virtual bool | Write (const std::filesystem::path &filename, const std::string &content) override |
|
| CPresetLoader ()=default |
|
virtual | ~CPresetLoader ()=default |
|
| CPresetLoader ()=default |
|
virtual | ~CPresetLoader ()=default |
|
◆ MyPresetManager() [1/2]
MyPresetManager::MyPresetManager |
( |
| ) |
|
|
default |
◆ ~MyPresetManager() [1/2]
virtual MyPresetManager::~MyPresetManager |
( |
| ) |
|
|
virtualdefault |
◆ MyPresetManager() [2/2]
MyPresetManager::MyPresetManager |
( |
| ) |
|
|
default |
◆ ~MyPresetManager() [2/2]
virtual MyPresetManager::~MyPresetManager |
( |
| ) |
|
|
virtualdefault |
◆ Exists() [1/2]
virtual bool MyPresetManager::Exists |
( |
const std::filesystem::path & |
name | ) |
|
|
inlineoverridevirtual |
◆ Exists() [2/2]
virtual bool MyPresetManager::Exists |
( |
const std::filesystem::path & |
name | ) |
|
|
inlineoverridevirtual |
◆ GetAll() [1/2]
virtual std::vector< std::filesystem::path > MyPresetManager::GetAll |
( |
| ) |
|
|
inlineoverridevirtual |
◆ GetAll() [2/2]
virtual std::vector< std::filesystem::path > MyPresetManager::GetAll |
( |
| ) |
|
|
inlineoverridevirtual |
◆ IsReadOnly() [1/2]
virtual bool MyPresetManager::IsReadOnly |
( |
| ) |
|
|
inlineoverridevirtual |
◆ IsReadOnly() [2/2]
virtual bool MyPresetManager::IsReadOnly |
( |
| ) |
|
|
inlineoverridevirtual |
◆ Read() [1/2]
virtual std::string MyPresetManager::Read |
( |
const std::filesystem::path & |
filename | ) |
|
|
inlineoverridevirtual |
◆ Read() [2/2]
virtual std::string MyPresetManager::Read |
( |
const std::filesystem::path & |
filename | ) |
|
|
inlineoverridevirtual |
◆ Remove() [1/2]
virtual bool MyPresetManager::Remove |
( |
const std::filesystem::path & |
name | ) |
|
|
inlineoverridevirtual |
◆ Remove() [2/2]
virtual bool MyPresetManager::Remove |
( |
const std::filesystem::path & |
name | ) |
|
|
inlineoverridevirtual |
◆ Rename() [1/2]
virtual bool MyPresetManager::Rename |
( |
const std::filesystem::path & |
from, |
|
|
const std::filesystem::path & |
to |
|
) |
| |
|
inlineoverridevirtual |
◆ Rename() [2/2]
virtual bool MyPresetManager::Rename |
( |
const std::filesystem::path & |
from, |
|
|
const std::filesystem::path & |
to |
|
) |
| |
|
inlineoverridevirtual |
◆ SetupPath() [1/2]
bool MyPresetManager::SetupPath |
( |
const std::filesystem::path & |
a_preset_path | ) |
|
|
inline |
◆ SetupPath() [2/2]
bool MyPresetManager::SetupPath |
( |
const std::filesystem::path & |
a_preset_path | ) |
|
|
inline |
◆ Write() [1/2]
virtual bool MyPresetManager::Write |
( |
const std::filesystem::path & |
filename, |
|
|
const std::string & |
content |
|
) |
| |
|
inlineoverridevirtual |
◆ Write() [2/2]
virtual bool MyPresetManager::Write |
( |
const std::filesystem::path & |
filename, |
|
|
const std::string & |
content |
|
) |
| |
|
inlineoverridevirtual |
The documentation for this class was generated from the following files: