ScXMLObject

Langue: en

Version: 350324 (ubuntu - 24/10/10)

Section: 3 (Bibliothèques de fonctions)

NAME

ScXMLObject -

Base class for all SCXML objects.

SYNOPSIS


#include <Inventor/scxml/ScXMLObject.h>

Inherited by ScXMLEvent, ScXMLInvoke, and ScXMLStateMachine.

Static Protected Member Functions


static void registerClassType (const char *xmlns, const char *classname, SoType type)

static void registerInvokeClassType (const char *xmlns, const char *targettype, const char *source, SoType type)

Detailed Description

Base class for all SCXML objects.

Since:

Coin 3.0

Member Function Documentation

void ScXMLObject::registerClassType (const char * xmlns, const char * classname, SoType type) [static, protected]Internal method. Friendly forwarding for ScXMLObject subclasses.

void ScXMLObject::registerInvokeClassType (const char * xmlns, const char * targettype, const char * source, SoType type) [static, protected]Internal method. Friendly forwarding for ScXMLObject subclasses.

Author

Generated automatically by Doxygen for Coin from the source code.