CrystalSpace

Public API Reference

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

csPluginPath Struct Reference
[Utilities]

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

#include <syspath.h>

List of all members.

Public Attributes

char * path
 The actual path. More...

char * type
 "Type" of the directory (e.g. app, crystal ...). More...

bool scanRecursive
 Whether this path should be recursively scanned for plugins. More...


Detailed Description

This structure contains information about a plugin path.

Definition at line 130 of file syspath.h.


Member Data Documentation

char* csPluginPath::path
 

The actual path.

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

Definition at line 136 of file syspath.h.

bool csPluginPath::scanRecursive
 

Whether this path should be recursively scanned for plugins.

Definition at line 140 of file syspath.h.

char* csPluginPath::type
 

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

Definition at line 138 of file syspath.h.


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