Panda3D
Public Member Functions | Protected Attributes

RocketFileInterface Class Reference

List of all members.

Public Member Functions

 RocketFileInterface (VirtualFileSystem *vfs=NULL)
 Constructs a RocketFileInterface for the given VFS, or the default if NULL is given.
void Close (Rocket::Core::FileHandle file)
Rocket::Core::FileHandle Open (const Rocket::Core::String &path)
size_t Read (void *buffer, size_t size, Rocket::Core::FileHandle file)
bool Seek (Rocket::Core::FileHandle file, long offset, int origin)
size_t Tell (Rocket::Core::FileHandle file)

Protected Attributes

VirtualFileSystem_vfs

Detailed Description

Definition at line 24 of file rocketFileInterface.h.


Constructor & Destructor Documentation

RocketFileInterface::RocketFileInterface ( VirtualFileSystem vfs = NULL)

Constructs a RocketFileInterface for the given VFS, or the default if NULL is given.

Definition at line 25 of file rocketFileInterface.cxx.

References VirtualFileSystem::get_global_ptr().


The documentation for this class was generated from the following files:
 All Classes Functions Variables Enumerations