subclass representing one node in the syntax tree
Definition jkqtmathtextnode.h:37
JKQTMATHTEXT_LIB_EXPORT JKQTMathTextNode * simplifyJKQTMathTextNode(JKQTMathTextNode *node)
simplifies the node node and the tree below it. You can put the return value in place of node after t...
JKQTMATHTEXT_LIB_EXPORT QString JKQTMathTextNodeTree2String(JKQTMathTextNode *root)
converts a node-tree with the given root into a string, representing the node-tree
JKQTMATHTEXT_LIB_EXPORT JKQTMathTextNode * simplifyAndTrimJKQTMathTextNode(JKQTMathTextNode *node)
calls simplifyJKQTMathTextNode(). In addition it tries to clear whitespace at the start and end of th...
#define JKQTMATHTEXT_LIB_EXPORT
Definition jkqtmathtext_imexport.h:108