Panda3D
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Member Functions | Static Public Member Functions
VirtualFileSimple Class Reference

A simple file or directory within the VirtualFileSystem: this maps to exactly one file on one mount point. More...

Inheritance diagram for VirtualFileSimple:
VirtualFile TypedReferenceCount TypedObject ReferenceCount

List of all members.

Public Member Functions

VirtualFileMount getMount ()
 Returns the VirtualFileMount this file is associated with.
bool isImplicitPzFile ()
 Returns true if this file is a .pz file that should be implicitly decompressed on load, or false if it is not a .pz file or if it should not be decompressed.

Static Public Member Functions

static TypeHandle getClassType ()

Detailed Description

A simple file or directory within the VirtualFileSystem: this maps to exactly one file on one mount point.

Most directories, and all regular files, are of this kind.


Member Function Documentation

static TypeHandle getClassType ( ) [static]

Reimplemented from VirtualFile.

Returns the VirtualFileMount this file is associated with.

bool isImplicitPzFile ( )

Returns true if this file is a .pz file that should be implicitly decompressed on load, or false if it is not a .pz file or if it should not be decompressed.

 All Classes Namespaces Functions Variables Enumerations Enumerator Properties