synfig-core
1.0.3
|
#include <filesystemnative.h>
Classes | |
class | ReadStream |
class | WriteStream |
Public Member Functions | |
virtual | ~FileSystemNative () |
virtual bool | is_file (const std::string &filename) |
virtual bool | is_directory (const std::string &filename) |
virtual bool | directory_create (const std::string &dirname) |
virtual bool | file_remove (const std::string &filename) |
virtual bool | file_rename (const std::string &from_filename, const std::string &to_filename) |
virtual ReadStreamHandle | get_read_stream (const std::string &filename) |
virtual WriteStreamHandle | get_write_stream (const std::string &filename) |
Public Member Functions inherited from synfig::FileSystem | |
FileSystem () | |
virtual | ~FileSystem () |
bool | is_exists (const std::string filename) |
Identifier | get_identifier (const std::string &filename) |
Static Public Member Functions | |
static const etl::handle < FileSystemNative > & | instance () |
Static Public Member Functions inherited from synfig::FileSystem | |
static bool | copy (Handle from_file_system, const std::string &from_filename, Handle to_file_system, const std::string &to_filename) |
static std::string | fix_slashes (const std::string &filename) |
static std::istream & | safeGetline (std::istream &is, std::string &t) |
! |
Additional Inherited Members | |
Public Types inherited from synfig::FileSystem | |
typedef etl::handle< FileSystem > | Handle |
typedef etl::handle< ReadStream > | ReadStreamHandle |
typedef etl::handle< WriteStream > | WriteStreamHandle |
|
virtual |
|
inlinestatic |
|
virtual |
Implements synfig::FileSystem.
References synfig::FileSystem::fix_slashes().
|
virtual |
Implements synfig::FileSystem.
References synfig::FileSystem::fix_slashes().
Referenced by directory_create().
|
virtual |
Implements synfig::FileSystem.
References synfig::FileSystem::fix_slashes(), and is_directory().
|
virtual |
Implements synfig::FileSystem.
References synfig::FileSystem::fix_slashes().
|
virtual |
Reimplemented from synfig::FileSystem.
References synfig::error(), and synfig::GUID::get_string().
|
virtual |
Implements synfig::FileSystem.
References f, and synfig::FileSystem::fix_slashes().
|
virtual |
Implements synfig::FileSystem.
References f, and synfig::FileSystem::fix_slashes().