COPASI API  4.40.278
CMathMLToTeX Class Reference

#include <CMathMLToTeX.h>

Public Member Functions

 CMathMLToTeX ()
 
 ~CMathMLToTeX ()
 

Static Public Member Functions

static void convert (QString &text)
 convert to TeX More...
 
static void mNode (QString &text)
 normal equation node More...
 
static void mtableNode (QString &text)
 converting <mtable> ... </mtable> More...
 
static void replaceLogicOperators (QString &text)
 replace logic operators (eg. <=, <, >=, >, and, or) More...
 
static void replaceMathOperators (QString &text)
 replace mathematical operators (eg. inf, log) More...
 
static void replaceOtherOperators (QString &text)
 replace other operators (eg. .) More...
 
static void replaceTrigoOperators (QString &text)
 replace trigonometrical operators (eg. inf, log) More...
 

Constructor & Destructor Documentation

◆ CMathMLToTeX()

CMathMLToTeX::CMathMLToTeX ( )
inline

◆ ~CMathMLToTeX()

CMathMLToTeX::~CMathMLToTeX ( )
inline

Member Function Documentation

◆ convert()

void CMathMLToTeX::convert ( QString &  text)
static

◆ mNode()

void CMathMLToTeX::mNode ( QString &  text)
static

normal equation node

References CStructureParser::getTeX().

Referenced by convert().

◆ mtableNode()

void CMathMLToTeX::mtableNode ( QString &  text)
static

converting <mtable> ... </mtable>

References CStructureParser::getTeX().

Referenced by convert().

◆ replaceLogicOperators()

void CMathMLToTeX::replaceLogicOperators ( QString &  text)
static

replace logic operators (eg. <=, <, >=, >, and, or)

Referenced by convert().

◆ replaceMathOperators()

void CMathMLToTeX::replaceMathOperators ( QString &  text)
static

replace mathematical operators (eg. inf, log)

Referenced by convert().

◆ replaceOtherOperators()

void CMathMLToTeX::replaceOtherOperators ( QString &  text)
static

replace other operators (eg. .)

Referenced by convert().

◆ replaceTrigoOperators()

void CMathMLToTeX::replaceTrigoOperators ( QString &  text)
static

replace trigonometrical operators (eg. inf, log)

Referenced by convert().


The documentation for this class was generated from the following files: