OpenSceneGraph
3.0.1
|
Public Types | |
typedef std::set< std::string > | FileNames |
Public Member Functions | |
DatabaseRevision () | |
DatabaseRevision (const DatabaseRevision &revision, const osg::CopyOp=osg::CopyOp::SHALLOW_COPY) | |
META_Object (osgDB, DatabaseRevision) void setDatabasePath(const std | |
const std::string & | getDatabasePath () const |
void | setFilesAdded (FileList *fileList) |
FileList * | getFilesAdded () |
const FileList * | getFilesAdded () const |
void | setFilesRemoved (FileList *fileList) |
FileList * | getFilesRemoved () |
const FileList * | getFilesRemoved () const |
void | setFilesModified (FileList *fileList) |
FileList * | getFilesModified () |
const FileList * | getFilesModified () const |
bool | isFileBlackListed (const std::string &filename) const |
bool | removeFile (const std::string &filename) |
Protected Member Functions | |
virtual | ~DatabaseRevision () |
Protected Attributes | |
std::string | _databasePath |
osg::ref_ptr< FileList > | _filesAdded |
osg::ref_ptr< FileList > | _filesRemoved |
osg::ref_ptr< FileList > | _filesModified |
typedef std::set<std::string> osgDB::DatabaseRevision::FileNames |
osgDB::DatabaseRevision::DatabaseRevision | ( | ) |
osgDB::DatabaseRevision::DatabaseRevision | ( | const DatabaseRevision & | revision, |
const osg::CopyOp | = osg::CopyOp::SHALLOW_COPY |
||
) |
virtual osgDB::DatabaseRevision::~DatabaseRevision | ( | ) | [protected, virtual] |
const std::string& osgDB::DatabaseRevision::getDatabasePath | ( | ) | const [inline] |
FileList* osgDB::DatabaseRevision::getFilesAdded | ( | ) | [inline] |
const FileList* osgDB::DatabaseRevision::getFilesAdded | ( | ) | const [inline] |
FileList* osgDB::DatabaseRevision::getFilesModified | ( | ) | [inline] |
const FileList* osgDB::DatabaseRevision::getFilesModified | ( | ) | const [inline] |
FileList* osgDB::DatabaseRevision::getFilesRemoved | ( | ) | [inline] |
const FileList* osgDB::DatabaseRevision::getFilesRemoved | ( | ) | const [inline] |
bool osgDB::DatabaseRevision::isFileBlackListed | ( | const std::string & | filename | ) | const |
osgDB::DatabaseRevision::META_Object | ( | osgDB | , |
DatabaseRevision | |||
) | const [inline] |
bool osgDB::DatabaseRevision::removeFile | ( | const std::string & | filename | ) |
void osgDB::DatabaseRevision::setFilesAdded | ( | FileList * | fileList | ) | [inline] |
void osgDB::DatabaseRevision::setFilesModified | ( | FileList * | fileList | ) | [inline] |
void osgDB::DatabaseRevision::setFilesRemoved | ( | FileList * | fileList | ) | [inline] |
std::string osgDB::DatabaseRevision::_databasePath [protected] |
osg::ref_ptr<FileList> osgDB::DatabaseRevision::_filesAdded [protected] |
osg::ref_ptr<FileList> osgDB::DatabaseRevision::_filesModified [protected] |
osg::ref_ptr<FileList> osgDB::DatabaseRevision::_filesRemoved [protected] |
![]() | Generated at Mon Oct 3 2011 12:39:46 for the OpenSceneGraph by doxygen 1.7.5. |