Home
last modified time | relevance | path

Searched refs:setUseQt (Results 1 – 8 of 8) sorted by relevance

/dports/science/tfel-edf/tfel-3.2.1/mfront/tests/unit-tests/
H A DBehaviourDescriptionTest.cxx145 bd.setUseQt(true); in test4()
147 TFEL_TESTS_CHECK_THROW(bd.setUseQt(false), in test4()
/dports/science/tfel/tfel-3.4.0/mfront/tests/unit-tests/
H A DBehaviourDescriptionTest.cxx145 bd.setUseQt(true); in test4()
147 TFEL_TESTS_CHECK_THROW(bd.setUseQt(false), in test4()
/dports/science/tfel-edf/tfel-3.2.1/mfront/include/MFront/
H A DBehaviourDescription.hxx374 void setUseQt(const bool);
/dports/science/tfel/tfel-3.4.0/mfront/include/MFront/
H A DBehaviourDescription.hxx448 void setUseQt(const bool);
/dports/science/tfel-edf/tfel-3.2.1/mfront/src/
H A DBehaviourDSLCommon.cxx1979 this->mb.setUseQt(true);
1981 this->mb.setUseQt(false);
2340 this->mb.setUseQt(false);
H A DBehaviourDescription.cxx1297 void BehaviourDescription::setUseQt(const bool b) {
/dports/science/tfel/tfel-3.4.0/mfront/src/
H A DBehaviourDSLCommon.cxx113 this->mb.setUseQt(false); in BehaviourDSLCommon()
2806 this->mb.setUseQt(true); in treatUseQt()
2808 this->mb.setUseQt(false); in treatUseQt()
H A DBehaviourDescription.cxx1625 void BehaviourDescription::setUseQt(const bool b) { in setUseQt() function in mfront::BehaviourDescription