#include <DataSource.h>
Inherited by cinder::DataSourceBuffer, cinder::DataSourcePath, and cinder::DataSourceUrl.
cinder::DataSource::DataSource |
( |
const fs::path & |
aFilePath, |
|
|
const Url & |
aUrl |
|
) |
| |
|
protected |
virtual cinder::DataSource::~DataSource |
( |
| ) |
|
|
protectedvirtual |
virtual bool cinder::DataSource::isFilePath |
( |
| ) |
|
|
pure virtual |
virtual bool cinder::DataSource::isUrl |
( |
| ) |
|
|
pure virtual |
const fs::path & cinder::DataSource::getFilePath |
( |
| ) |
|
const Url & cinder::DataSource::getUrl |
( |
| ) |
|
const fs::path & cinder::DataSource::getFilePathHint |
( |
| ) |
|
virtual IStreamRef cinder::DataSource::createStream |
( |
| ) |
|
|
pure virtual |
virtual void cinder::DataSource::createBuffer |
( |
| ) |
|
|
protectedpure virtual |
void cinder::DataSource::setFilePathHint |
( |
const fs::path & |
aFilePathHint | ) |
|
|
protected |
fs::path cinder::DataSource::mFilePath |
|
protected |
fs::path cinder::DataSource::mFilePathHint |
|
protected |
Url cinder::DataSource::mUrl |
|
protected |
The documentation for this class was generated from the following files: