Home
last modified time | relevance | path

Searched refs:ScXMLOnEntryElt (Results 1 – 25 of 25) sorted by relevance

/dports/graphics/Coin/coin-Coin-4.0.0/src/scxml/
H A DScXMLOnEntryElt.cpp77 ScXMLOnEntryElt * onentry = new ScXMLOnEntryElt; in read()
194 class ScXMLOnEntryElt::PImpl {
206 SCXML_ELEMENT_SOURCE(ScXMLOnEntryElt);
209 ScXMLOnEntryElt::initClass(void) in initClass()
216 ScXMLOnEntryElt::cleanClass(void) in cleanClass()
218 SCXML_ELEMENT_UNREGISTER_READER(ScXMLOnEntryElt); in cleanClass()
219 ScXMLOnEntryElt::classTypeId = SoType::badType(); in cleanClass()
222 ScXMLOnEntryElt::ScXMLOnEntryElt(void) in ScXMLOnEntryElt() function in ScXMLOnEntryElt
226 ScXMLOnEntryElt::~ScXMLOnEntryElt(void) in ~ScXMLOnEntryElt()
231 ScXMLOnEntryElt::copyContents(const ScXMLElt * rhs) in copyContents()
[all …]
H A DScXMLFinalElt.cpp106 ScXMLEltReader * onentryreader = ScXMLOnEntryElt::getElementReader(); in read()
114 assert(final->isOfType(ScXMLOnEntryElt::getClassTypeId())); in read()
115 final->setOnEntry(static_cast<ScXMLOnEntryElt *>(onentryelt)); in read()
156 boost::scoped_ptr<ScXMLOnEntryElt> onentry;
188 ScXMLFinalElt::setOnEntry(ScXMLOnEntryElt * onentry) in setOnEntry()
193 ScXMLOnEntryElt *
217 ScXMLOnEntryElt * onentry = in copyContents()
218 coin_assert_cast<ScXMLOnEntryElt *>(orig->getOnEntry()->clone()); in copyContents()
H A DScXMLStateElt.cpp176 ScXMLOnEntryElt * onentryelt = in read()
177 coin_assert_cast<ScXMLOnEntryElt *>(parent->getOnEntry()->clone()); in read()
233 ScXMLOnEntryElt * onentryelt = in read()
234 coin_assert_cast<ScXMLOnEntryElt *>(parent->getOnEntry()->clone()); in read()
327 ScXMLEltReader * onentryreader = ScXMLOnEntryElt::getElementReader(); in read()
335 assert(onentryobj->isOfType(ScXMLOnEntryElt::getClassTypeId())); in read()
336 state->setOnEntry(static_cast<ScXMLOnEntryElt *>(onentryobj)); in read()
515 boost::scoped_ptr<ScXMLOnEntryElt> onentryptr;
638 ScXMLOnEntryElt * onentry = in copyContents()
639 coin_assert_cast<ScXMLOnEntryElt *>(orig->getOnEntry()->clone()); in copyContents()
[all …]
H A DScXMLParallelElt.cpp174 ScXMLOnEntryElt * onentryelt = in read()
175 coin_assert_cast<ScXMLOnEntryElt *>(parent->getOnEntry()->clone()); in read()
231 ScXMLOnEntryElt * onentryelt = in read()
232 coin_assert_cast<ScXMLOnEntryElt *>(parent->getOnEntry()->clone()); in read()
310 ScXMLEltReader * onentryreader = ScXMLOnEntryElt::getElementReader(); in read()
316 assert(onentryobj->isOfType(ScXMLOnEntryElt::getClassTypeId())); in read()
317 parallel->setOnEntry(static_cast<ScXMLOnEntryElt *>(onentryobj)); in read()
498 boost::scoped_ptr<ScXMLOnEntryElt> onentryptr;
580 ScXMLOnEntryElt * onentry = in copyContents()
581 coin_assert_cast<ScXMLOnEntryElt *>(orig->getOnEntry()->clone()); in copyContents()
[all …]
H A DMakefile.in64 ScXMLParallelElt.cpp ScXMLFinalElt.cpp ScXMLOnEntryElt.cpp \
82 ScXMLOnEntryElt.$(OBJEXT) ScXMLOnExitElt.$(OBJEXT) \
107 ScXMLOnEntryElt.cpp ScXMLOnExitElt.cpp ScXMLTransitionElt.cpp \
127 ScXMLParallelElt.cpp ScXMLFinalElt.cpp ScXMLOnEntryElt.cpp \
142 ScXMLParallelElt.lo ScXMLFinalElt.lo ScXMLOnEntryElt.lo \
163 ScXMLOnEntryElt.cpp ScXMLOnExitElt.cpp ScXMLTransitionElt.cpp \
180 ScXMLParallelElt.cpp ScXMLFinalElt.cpp ScXMLOnEntryElt.cpp \
199 ScXMLParallelElt.cpp ScXMLFinalElt.cpp ScXMLOnEntryElt.cpp \
266 @AMDEP_TRUE@ ./$(DEPDIR)/ScXMLOnEntryElt.Plo \
267 @AMDEP_TRUE@ ./$(DEPDIR)/ScXMLOnEntryElt.Po \
[all …]
H A DScXML.cpp179 ScXMLOnEntryElt::initClass(); in initClasses()
258 ScXMLOnEntryElt::cleanClass(); in cleanClasses()
H A DScXMLDocument.cpp162 else if (object->isOfType(ScXMLOnEntryElt::getClassTypeId())) { in fillIdentifierMaps()
163 ScXMLOnEntryElt * onentry = static_cast<ScXMLOnEntryElt *>(object); in fillIdentifierMaps()
H A DMakefile.am19 ScXMLOnEntryElt.cpp \
H A DScXMLStateMachine.cpp957 ScXMLOnEntryElt * onentry = state->getOnEntry(); in enterState()
/dports/graphics/Coin/coin-Coin-4.0.0/include/Inventor/scxml/
H A DScXMLOnEntryElt.h43 class COIN_DLL_API ScXMLOnEntryElt : public ScXMLElt {
45 SCXML_ELEMENT_HEADER(ScXMLOnEntryElt)
51 ScXMLOnEntryElt(void);
52 virtual ~ScXMLOnEntryElt(void);
68 ScXMLOnEntryElt(const ScXMLOnEntryElt & rhs); // N/A
69 ScXMLOnEntryElt & operator = (const ScXMLOnEntryElt & rhs); // N/A
H A DScXMLFinalElt.h39 class ScXMLOnEntryElt; variable
53 virtual void setOnEntry(ScXMLOnEntryElt * onentry);
54 virtual ScXMLOnEntryElt * getOnEntry(void) const;
H A DScXMLParallelElt.h41 class ScXMLOnEntryElt; variable
73 virtual void setOnEntry(ScXMLOnEntryElt * onentry);
74 virtual ScXMLOnEntryElt * getOnEntry(void) const;
H A DScXMLStateElt.h39 class ScXMLOnEntryElt; variable
76 virtual void setOnEntry(ScXMLOnEntryElt * onentry);
77 virtual ScXMLOnEntryElt * getOnEntry(void) const;
H A DMakefile.am28 ScXMLOnEntryElt.h \
H A DMakefile.in327 ScXMLOnEntryElt.h \
/dports/graphics/Coin/coin-Coin-4.0.0/docs/
H A Dcoin_doxygenfiles.inc683 ${path_tag}${coin_src_dir}/include/Inventor/scxml/ScXMLOnEntryElt.h
1458 ${path_tag}${coin_src_dir}/src/scxml/ScXMLOnEntryElt.cpp
H A DChangeLog.v3.1.2285 include/Inventor/scxml/ScXMLOnEntryElt.h,
1082 include/Inventor/scxml/ScXMLOnEntryElt.h,
1503 src/scxml/ScXMLMinimumEvaluatorP.h, src/scxml/ScXMLOnEntryElt.cpp,
2813 include/Inventor/scxml/ScXMLOnEntryElt.h,
4462 src/scxml/ScXMLOnEntryElt.cpp, src/scxml/ScXMLOnExit.cpp,
/dports/graphics/Coin/coin-Coin-4.0.0/build/misc/
H A Duninstall-headers.bat771 del %COINDIR%\include\Inventor\scxml\ScXMLOnEntryElt.h
H A Dinstall-headers.bat771 … /Y ..\%msvc%\..\..\include\Inventor\scxml\ScXMLOnEntryElt.h %COINDIR%\include\Inventor\scxml\ScXM…
/dports/graphics/Coin/coin-Coin-4.0.0/build/msvc8/docs/
H A Dcoin4.doxygen449ScXMLOnEntryElt.h ..\..\include\Inventor\scxml\ScXMLOnExitElt.h ..\..\include\Inventor\scxml\ScXML…
/dports/graphics/Coin/coin-Coin-4.0.0/build/msvc7/docs/
H A Dcoin4.doxygen449ScXMLOnEntryElt.h ..\..\include\Inventor\scxml\ScXMLOnExitElt.h ..\..\include\Inventor\scxml\ScXML…
/dports/graphics/Coin/coin-Coin-4.0.0/build/msvc6/docs/
H A Dcoin4.doxygen449ScXMLOnEntryElt.h ..\..\include\Inventor\scxml\ScXMLOnExitElt.h ..\..\include\Inventor\scxml\ScXML…
/dports/graphics/Coin/coin-Coin-4.0.0/build/msvc9/docs/
H A Dcoin4.doxygen449ScXMLOnEntryElt.h ..\..\include\Inventor\scxml\ScXMLOnExitElt.h ..\..\include\Inventor\scxml\ScXML…
/dports/graphics/Coin/coin-Coin-4.0.0/build/msvc10/docs/
H A Dcoin4.doxygen1450 ..\..\include\Inventor\scxml\ScXMLOnEntryElt.h \
2225 ..\..\src\scxml\ScXMLOnEntryElt.cpp \
/dports/graphics/Coin/coin-Coin-4.0.0/build/msvc6/
H A Dcoin4.dsp11535 SOURCE=..\..\src\scxml\ScXMLOnEntryElt.cpp
15174 SOURCE=..\..\include\Inventor\scxml\ScXMLOnEntryElt.h