1 #ifndef COIN_SCXMLINVOKE_H 
    2 #define COIN_SCXMLINVOKE_H 
   27 #include <Inventor/scxml/ScXMLObject.h> 
   29 #include <Inventor/tools/SbLazyPimplPtr.h> 
   39   static void initClass(
void);
 
   45   virtual void setTargetTypeAttribute(
const char * 
id);
 
   46   const char * getTargetTypeAttribute(
void)
 const { 
return this->targettype; }
 
   48   virtual void setSrcAttribute(
const char * 
id);
 
   49   const char * getSrcAttribute(
void)
 const { 
return this->src; }
 
   51   virtual void setSrcExprAttribute(
const char * 
id);
 
   52   const char * getSrcExprAttribute(
void)
 const { 
return this->srcexpr; }
 
   69   SbLazyPimplPtr<PImpl> pimpl;
 
   73 #endif // !COIN_SCXMLINVOKE_H 
Implementation of the  SCXML element. 
Definition: ScXMLInvoke.h:34
virtual SbBool handleXMLAttributes(void)
Definition: ScXMLObject.cpp:154
Base class for events sent to SCXML state machines. 
Definition: ScXMLEvent.h:29
Base class for all SCXML objects. 
Definition: ScXMLObject.h:32
Manager for processing events and setting states in SCXML structures. 
Definition: ScXMLStateMachine.h:44