copasi API  0.1
Public Member Functions | Static Public Member Functions
CMathMLToTeX Class Reference

#include <CMathMLToTeX.h>

List of all members.

Public Member Functions

 CMathMLToTeX ()
 ~CMathMLToTeX ()

Static Public Member Functions

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

Constructor & Destructor Documentation

CMathMLToTeX::CMathMLToTeX ( ) [inline]
CMathMLToTeX::~CMathMLToTeX ( ) [inline]

Member Function Documentation

void CMathMLToTeX::convert ( QString &  text) [static]

convert to TeX

void CMathMLToTeX::mNode ( QString &  text) [static]

normal equation node

void CMathMLToTeX::mtableNode ( QString &  text) [static]

converting <mtable> ... </mtable>

void CMathMLToTeX::replaceLogicOperators ( QString &  text) [static]

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

void CMathMLToTeX::replaceMathOperators ( QString &  text) [static]

replace mathematical operators (eg. inf, log)

void CMathMLToTeX::replaceOtherOperators ( QString &  text) [static]

replace other operators (eg. .)

void CMathMLToTeX::replaceTrigoOperators ( QString &  text) [static]

replace trigonometrical operators (eg. inf, log)


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines