#include "cairoItems.h"
#include "dataOp.h"
#include "equations.h"
#include "latexMarkup.h"
#include "selection.h"
#include "lasso.h"
#include "userFunction.h"
#include <pango.h>
#include "minsky_epilogue.h"
Go to the source code of this file.
|
template<class T > |
void | MathDAG::anonymous_namespace{equationDisplayRender.cc}::moveToAnchor (cairo_t *cairo, const T &object, Anchor anchor) |
|
double | MathDAG::anonymous_namespace{equationDisplayRender.cc}::print (cairo_t *cairo, const string &text, Anchor anchor) |
|
template<class X > |
double | MathDAG::anonymous_namespace{equationDisplayRender.cc}::parenthesise (Surface &s, X x, const string &left="(", const string &right=")") |
|
void | MathDAG::anonymous_namespace{equationDisplayRender.cc}::naryRender (Surface &dest, const vector< WeakNodePtr > &arglist, int BODMASlevel, const char *op, const char *empty) |
|
void | MathDAG::anonymous_namespace{equationDisplayRender.cc}::variableRender (Surface &surf, const VariableDAG &v) |
|