31 #include <scolPlugin.h> 83 #if OGRE_VERSION < ((1 << 16) | (7 << 8) | 0) 90 return Ogre::DataStreamPtr();
97 Ogre::StringVectorPtr ret(OGRE_NEW_T(Ogre::StringVector, Ogre::MEMCATEGORY_GENERAL)(), Ogre::SPFM_DELETE_T);
108 Ogre::FileInfoListPtr ret(OGRE_NEW_T(Ogre::FileInfoList, Ogre::MEMCATEGORY_GENERAL)(), Ogre::SPFM_DELETE_T);
119 Ogre::StringVectorPtr ret(OGRE_NEW_T(Ogre::StringVector, Ogre::MEMCATEGORY_GENERAL)(), Ogre::SPFM_DELETE_T);
130 Ogre::FileInfoListPtr ret(OGRE_NEW_T(Ogre::FileInfoList, Ogre::MEMCATEGORY_GENERAL)(), Ogre::SPFM_DELETE_T);
SO3ScolUrlArchive(const Ogre::String &name, const Ogre::String &archType)
virtual time_t getModifiedTime(const Ogre::String &filename) const
virtual bool isCaseSensitive() const
virtual bool exists(const Ogre::String &filename) const
virtual Ogre::DataStreamPtr open(const Ogre::String &filename, bool readOnly=true) const
virtual Ogre::FileInfoListPtr listFileInfo(bool recursive=true, bool dirs=false) const
virtual Ogre::StringVectorPtr find(const Ogre::String &pattern, bool recursive=true, bool dirs=false) const
virtual Ogre::FileInfoListPtr findFileInfo(const Ogre::String &pattern, bool recursive=true, bool dirs=false) const
virtual Ogre::StringVectorPtr list(bool recursive=true, bool dirs=false) const