Public Member Functions | |
| TetraedgeFSNode (Common::Archive *archive) | |
| TetraedgeFSNode (Common::Archive *archive, const Common::Path &archivePath) | |
| Common::SeekableReadStream * | createReadStream () const |
| bool | isReadable () const |
| bool | isDirectory () const |
| Common::Path | getPath () const |
| Common::String | toString () const |
| int | getDepth () const |
| bool | exists () const |
| bool | loadXML (Common::XMLParser &parser) const |
| Common::String | getName () const |
| TetraedgeFSNode | getChild (const Common::Path &path) const |
| bool | getChildren (TetraedgeFSList &fslist, Common::FSNode::ListMode mode=Common::FSNode::kListDirectoriesOnly, bool hidden=true) const |
| bool | operator< (const TetraedgeFSNode &node) const |
| void | maybeAddToSearchMan () const |