CrystalSpace

Public API Reference

Main Page | Modules | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members | Related Pages

csPluginPath Struct Reference
[Utilities]

This structure contains information about a plugin path. More...

#include <csutil/syspath.h>

List of all members.

Public Attributes

char * path
 The actual path.
char * type
 "Type" of the directory (e.g. app, crystal ...)
bool scanRecursive
 Whether this path should be recursively scanned for plugins.


Detailed Description

This structure contains information about a plugin path.

Definition at line 134 of file syspath.h.


Member Data Documentation

char* csPluginPath::path
 

The actual path.

Has to be allocated with csStrNew() or new[].

Definition at line 140 of file syspath.h.

bool csPluginPath::scanRecursive
 

Whether this path should be recursively scanned for plugins.

Definition at line 144 of file syspath.h.

char* csPluginPath::type
 

"Type" of the directory (e.g. app, crystal ...)

Definition at line 142 of file syspath.h.


The documentation for this struct was generated from the following file:
Generated for Crystal Space by doxygen 1.3.9.1