Simulacrum  1.2
Public Member Functions | Static Public Member Functions | Protected Attributes | List of all members
Simulacrum::SResourceLoader Class Reference

#include <sresource.h>

Inheritance diagram for Simulacrum::SResourceLoader:
Inheritance graph
Collaboration diagram for Simulacrum::SResourceLoader:
Collaboration graph

Public Member Functions

 SResourceLoader ()
 
virtual ~SResourceLoader ()
 
virtual std::string name ()
 
virtual void setResource (SResource &)
 
virtual std::vector< std::string > sspaceList (const std::string &path)
 
virtual std::string sspaceListTitle (const std::string &path)
 
virtual void getSSpaceInto (SSpace &, const std::string &path, const std::string &sspacename)
 
virtual std::string layoutRecommendation (const std::string &path)
 

Static Public Member Functions

static std::string userLoadersPath ()
 

Protected Attributes

SResourceLoaderPrivates * PrivateData
 

Constructor & Destructor Documentation

◆ SResourceLoader()

SResourceLoader::SResourceLoader ( )

◆ ~SResourceLoader()

SResourceLoader::~SResourceLoader ( )
virtual

Member Function Documentation

◆ getSSpaceInto()

void SResourceLoader::getSSpaceInto ( SSpace target,
const std::string &  path,
const std::string &  sspacename 
)
virtual

◆ layoutRecommendation()

std::string SResourceLoader::layoutRecommendation ( const std::string &  path)
virtual

◆ name()

std::string SResourceLoader::name ( )
virtual

◆ setResource()

void SResourceLoader::setResource ( SResource targ)
virtual

◆ sspaceList()

std::vector< std::string > SResourceLoader::sspaceList ( const std::string &  path)
virtual

◆ sspaceListTitle()

std::string SResourceLoader::sspaceListTitle ( const std::string &  path)
virtual

◆ userLoadersPath()

std::string SResourceLoader::userLoadersPath ( )
static

Member Data Documentation

◆ PrivateData

SResourceLoaderPrivates* Simulacrum::SResourceLoader::PrivateData
protected

The documentation for this class was generated from the following files:
Simulacrum Project