Public Member Functions | Public Attributes

KFbxPluginDefinition Struct Reference

Search for all occurrences

Detailed Description

Structure used by plug-ins for identification purposes.

Note:
To avoid confusions in the system, it is recommended to choose an appropriate unique identifier string name when defining your plug-in, as well as incrementing the version string to a correct value whenever something changes in the implementation of the plug-in. Both of these string are used when comparing plug-ins for searches, as well as identification in FBX files.

Definition at line 77 of file kfbxplugin.h.

#include <kfbxplugin.h>

List of all members.

Public Member Functions

  KFbxPluginDefinition ()
  Constructor.

Public Attributes

KString  mName
  The identifier name string of the plug-in.
KString  mVersion
  The version string of the plug-in.

Constructor & Destructor Documentation

KFbxPluginDefinition ( ) [inline]

Constructor.

Definition at line 80 of file kfbxplugin.h.

                           :
        mName("Unknown Name"),
        mVersion("Unknown Version")
    {
    }

Member Data Documentation

The identifier name string of the plug-in.

If the name is already used by another plug-in, the plug-in will still register.

Definition at line 86 of file kfbxplugin.h.

The version string of the plug-in.

Definition at line 87 of file kfbxplugin.h.


The documentation for this struct was generated from the following file: