Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

scxmlinvoke(3) [debian man page]

ScXMLInvoke(3)							       Coin							    ScXMLInvoke(3)

NAME
ScXMLInvoke - Implementation of the <invoke> SCXML element. SYNOPSIS
#include <Inventor/scxml/ScXMLInvoke.h> Inherits ScXMLObject. Public Member Functions virtual SoType getTypeId (void) const =0 virtual void setTargetTypeAttribute (const char *id) const char * getTargetTypeAttribute (void) const virtual void setSrcAttribute (const char *id) const char * getSrcAttribute (void) const virtual void setSrcExprAttribute (const char *id) const char * getSrcExprAttribute (void) const virtual SbBool handleXMLAttributes (void) virtual void invoke (ScXMLStateMachine *statemachine)=0 Static Public Member Functions static SoType getClassTypeId (void) static void initClass (void) Protected Attributes char * targettype char * src char * srcexpr Additional Inherited Members Detailed Description Implementation of the <invoke> SCXML element. Since: Coin 3.0 Member Function Documentation SbBool ScXMLInvoke::handleXMLAttributes (void) [virtual] This method is called when the file reader has set all the XML attributes on the object, and wants the object to handle them and report if the values were ok or if a read error should be produced. Returns: TRUE if the attributes are ok, and FALSE on error. This base class implementation does nothing and just returns TRUE. Reimplemented from ScXMLObject. Author Generated automatically by Doxygen for Coin from the source code. Version 3.1.3 Wed May 23 2012 ScXMLInvoke(3)

Check Out this Related Man Page

SoScXMLEvent(3) 						       Coin							   SoScXMLEvent(3)

NAME
SoScXMLEvent - Adds an SoEvent holder to the ScXMLEvent base. SYNOPSIS
#include <Inventor/scxml/SoScXMLEvent.h> Inherits ScXMLEvent. Public Member Functions virtual SoType getTypeId (void) const virtual void setSoEvent (const SoEvent *soevent) virtual const SoEvent * getSoEvent (void) const virtual void setUpIdentifier (void) Static Public Member Functions static SoType getClassTypeId (void) static void * createInstance (void) static void initClass (void) Additional Inherited Members Detailed Description Adds an SoEvent holder to the ScXMLEvent base. This class is part of integrating the Coin types with the SCXML subsystem. SoScXMLEvent objects are ScXMLEvents that wraps/passes an SoEvent to the SCXML state machine. Since: Coin 3.0 Member Function Documentation void SoScXMLEvent::setSoEvent (const SoEvent *soevent) [virtual] This function stores a pointer to the originator SoEvent that caused the given event, if any. There is no resource management with regards to this pointer - it has to be kept alive on the outside for as long as this event may live, and be deallocated on the outside as well. See also: setUpIdentifiers const SoEvent * SoScXMLEvent::getSoEvent (void) const [virtual] Returns the pointer stored by setSoEvent() or NULL if no pointer has been stored yet. See also: setSoEvent void SoScXMLEvent::setUpIdentifier (void) [virtual] This method updates the ScXMLEvent event class and event identifier strings based on the set SoEvent object. The identifiers will be cleared if no SoEvent object has been stored. See also: setSoEvent Author Generated automatically by Doxygen for Coin from the source code. Version 3.1.3 Wed May 23 2012 SoScXMLEvent(3)
Man Page