Public Member Functions

SO3ScolUrlArchive Class Reference

#include <SO3ScolUrl.h>

List of all members.

Public Member Functions

 SO3ScolUrlArchive (const Ogre::String &name, const Ogre::String &archType)
 ~SO3ScolUrlArchive ()
bool isCaseSensitive () const
void load ()
void unload ()
Ogre::DataStreamPtr open (const Ogre::String &filename) const
Ogre::StringVectorPtr list (bool recursive=true, bool dirs=false)
Ogre::FileInfoListPtr listFileInfo (bool recursive=true, bool dirs=false)
Ogre::StringVectorPtr find (const Ogre::String &pattern, bool recursive=true, bool dirs=false)
Ogre::FileInfoListPtr findFileInfo (const Ogre::String &pattern, bool recursive=true, bool dirs=false)
bool exists (const Ogre::String &filename)
time_t getModifiedTime (const Ogre::String &filename)

Detailed Description

SO3ScolUrl.h : Scol URL archive managing Specialisation of the Archive class to allow reading of files from Scol Url.

Definition at line 42 of file SO3ScolUrl.h.


Constructor & Destructor Documentation

SO3ScolUrlArchive::SO3ScolUrlArchive ( const Ogre::String &  name,
const Ogre::String &  archType 
)

Constructor

SO3ScolUrl.cpp : Scol URL archive managing

Definition at line 53 of file SO3ScolUrl.cpp.

SO3ScolUrlArchive::~SO3ScolUrlArchive (  )

Destructor

Definition at line 64 of file SO3ScolUrl.cpp.


Member Function Documentation

bool SO3ScolUrlArchive::exists ( const Ogre::String &  filename )

Definition at line 138 of file SO3ScolUrl.cpp.

Ogre::StringVectorPtr SO3ScolUrlArchive::find ( const Ogre::String &  pattern,
bool  recursive = true,
bool  dirs = false 
)

Definition at line 115 of file SO3ScolUrl.cpp.

Ogre::FileInfoListPtr SO3ScolUrlArchive::findFileInfo ( const Ogre::String &  pattern,
bool  recursive = true,
bool  dirs = false 
)

Definition at line 127 of file SO3ScolUrl.cpp.

time_t SO3ScolUrlArchive::getModifiedTime ( const Ogre::String &  filename )

Definition at line 145 of file SO3ScolUrl.cpp.

bool SO3ScolUrlArchive::isCaseSensitive (  ) const

Definition at line 58 of file SO3ScolUrl.cpp.

Ogre::StringVectorPtr SO3ScolUrlArchive::list ( bool  recursive = true,
bool  dirs = false 
)

Definition at line 93 of file SO3ScolUrl.cpp.

Ogre::FileInfoListPtr SO3ScolUrlArchive::listFileInfo ( bool  recursive = true,
bool  dirs = false 
)

Definition at line 104 of file SO3ScolUrl.cpp.

void SO3ScolUrlArchive::load (  )

Definition at line 70 of file SO3ScolUrl.cpp.

Ogre::DataStreamPtr SO3ScolUrlArchive::open ( const Ogre::String &  filename ) const

Definition at line 83 of file SO3ScolUrl.cpp.

void SO3ScolUrlArchive::unload (  )

Definition at line 76 of file SO3ScolUrl.cpp.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines