1#ifndef COIN_SCXMLELSEIFELT_H
2#define COIN_SCXMLELSEIFELT_H
36#include <Inventor/scxml/ScXMLExecutableElt.h>
38#include <Inventor/tools/SbLazyPimplPtr.h>
40class COIN_DLL_API ScXMLElseIfElt :
public ScXMLExecutableElt {
41 typedef ScXMLExecutableElt inherited;
42 SCXML_ELEMENT_HEADER(ScXMLElseIfElt)
45 static void initClass(
void);
46 static void cleanClass(
void);
49 virtual ~ScXMLElseIfElt(
void);
51 virtual void setCondAttribute(
const char * cond);
52 virtual const char * getCondAttribute(
void)
const {
return this->cond; }
56 virtual void copyContents(
const ScXMLElt * rhs);
58 virtual const ScXMLElt *
search(
const char * attrname,
const char * attrvalue)
const;
64 ScXMLElseIfElt(
const ScXMLElseIfElt & rhs);
65 ScXMLElseIfElt & operator = (
const ScXMLElseIfElt & rhs);
Definition SbLazyPimplPtr.h:56
virtual const ScXMLElt * search(const char *attrname, const char *attrvalue) const
Definition ScXMLElt.cpp:214
virtual SbBool handleXMLAttributes(void)
Definition ScXMLElt.cpp:200