Home
last modified time | relevance | path

Searched refs:MathMLScriptElement (Results 1 – 6 of 6) sorted by relevance

/dports/x11-toolkits/gtkmathview/gtkmathview-0.8.0/src/engine/mathml/
H A DMathMLScriptElement.hh26 class GMV_MathView_EXPORT MathMLScriptElement class
30 MathMLScriptElement(const SmartPtr<class MathMLNamespaceContext>&);
31 virtual ~MathMLScriptElement();
34 static SmartPtr<MathMLScriptElement> create(const SmartPtr<class MathMLNamespaceContext>& view) in create()
35 { return new MathMLScriptElement(view); } in create()
51 BinContainerTemplate<MathMLScriptElement,MathMLElement> base;
52 BinContainerTemplate<MathMLScriptElement,MathMLElement> subScript;
53 BinContainerTemplate<MathMLScriptElement,MathMLElement> superScript;
H A DMathMLScriptElement.cc30 MathMLScriptElement::MathMLScriptElement(const SmartPtr<class MathMLNamespaceContext>& context) in MathMLScriptElement() function in MathMLScriptElement
34 MathMLScriptElement::~MathMLScriptElement() in ~MathMLScriptElement()
38 MathMLScriptElement::format(FormattingContext& ctxt) in format()
90 MathMLScriptElement::getCoreOperator() in getCoreOperator()
96 MathMLScriptElement::setFlagDown(Flags f) in setFlagDown()
105 MathMLScriptElement::resetFlagDown(Flags f) in resetFlagDown()
H A DMakefile.am38 MathMLScriptElement.cc \
96 MathMLScriptElement.hh \
H A DMakefile.in83 libmathml_la-MathMLScriptElement.lo \
332 MathMLScriptElement.cc \
390 MathMLScriptElement.hh \
500 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libmathml_la-MathMLScriptElement.Plo@am__quote@
749 libmathml_la-MathMLScriptElement.lo: MathMLScriptElement.cc
750MathMLScriptElement.lo -MD -MP -MF "$(DEPDIR)/libmathml_la-MathMLScriptElement.Tpo" -c -o libmathm…
754 …XXFLAGS) -c -o libmathml_la-MathMLScriptElement.lo `test -f 'MathMLScriptElement.cc' || echo '$(sr…
H A DtraverseAux.cc80 else if (is_a<MathMLScriptElement>(rootParent) ||
/dports/x11-toolkits/gtkmathview/gtkmathview-0.8.0/src/frontend/common/
H A DTemplateBuilder.hh661 typedef MathMLScriptElement type;
664 …lateBuilder& builder, const typename Model::Element& el, const SmartPtr<MathMLScriptElement>& elem) in refine()
668 …lateBuilder& builder, const typename Model::Element& el, const SmartPtr<MathMLScriptElement>& elem) in construct()
680 typedef MathMLScriptElement type;
683 …lateBuilder& builder, const typename Model::Element& el, const SmartPtr<MathMLScriptElement>& elem) in refine()
687 …lateBuilder& builder, const typename Model::Element& el, const SmartPtr<MathMLScriptElement>& elem) in construct()
699 typedef MathMLScriptElement type;
702 …lateBuilder& builder, const typename Model::Element& el, const SmartPtr<MathMLScriptElement>& elem) in refine()
709 …lateBuilder& builder, const typename Model::Element& el, const SmartPtr<MathMLScriptElement>& elem) in construct()