#include <gauge3d/plugins/plugin.h>
Public Attributes | |
GString | mClassname |
The class name of the object. | |
GString | mName |
The human-readable name of the object. | |
GString | mDescription |
A human-readable description of the object. | |
GArray<GString> | mBaseClasses |
A list of all the base classes of the object (excluding GObject). | |
GArray<GString> | mKeywords |
A list of keywords that users can use to request the object. More... | |
GArray<GString> | mFileTypes |
A list of file types which are supported by the object. More... |
The plugin tells the object loader what objects are available from it by giving it an array of ObjectInfo objects. Each one gives info for one of the available objects.
|
A list of keywords that users can use to request the object. For example, the OpenGL renderer has the keyword "opengl", and the D3D renderer has "direct3d". Keywords should be all lower-case letters. |
|
A list of file types which are supported by the object. Types are represented by the extension of the file. For example: "mp3", "bsp", "tgz". Names should be all lower-case and should not include the '.'. |