Minsky
plotWidget.cc File Reference
#include "minsky.h"
#include "plotWidget.h"
#include "variable.h"
#include "cairoItems.h"
#include "latexMarkup.h"
#include "pango.h"
#include <timer.h>
#include <cairo/cairo-ps.h>
#include <cairo/cairo-pdf.h>
#include <cairo/cairo-svg.h>
#include "itemT.rcd"
#include "plotOptions.rcd"
#include "plot.rcd"
#include "plot.xcd"
#include "tensorInterface.rcd"
#include "tensorInterface.xcd"
#include "tensorVal.rcd"
#include "tensorVal.xcd"
#include "plotWidget.rcd"
#include "minsky_epilogue.h"
#include <algorithm>
#include <numeric>
Include dependency graph for plotWidget.cc:

Go to the source code of this file.

Classes

struct  minsky::anonymous_namespace{plotWidget.cc}::TimeFormatter
 

Namespaces

 minsky
 Creation and access to the minskyTCL_obj object, which has code to record whenever Minsky's state changes.
 
 minsky::anonymous_namespace{plotWidget.cc}
 

Functions

 CLASSDESC_ACCESS_EXPLICIT_INSTANTIATION (minsky::PlotWidget)
 

Variables

const double minsky::anonymous_namespace{plotWidget.cc}::orient [PlotWidget::nBoundsPorts] ={-0.4*M_PI, -0.6*M_PI, -0.2*M_PI, 0.2*M_PI, 1.2*M_PI, 0.8*M_PI}
 
const float minsky::anonymous_namespace{plotWidget.cc}::boundX [PlotWidget::nBoundsPorts] ={-0.46,0.45,-0.49,-0.49, 0.48, 0.48}
 
const float minsky::anonymous_namespace{plotWidget.cc}::boundY [PlotWidget::nBoundsPorts] ={0.49,0.49,0.47,-0.49, 0.47, -0.49}
 
const double minsky::anonymous_namespace{plotWidget.cc}::titleHeight =0.05
 
static ptime minsky::epoch =microsec_clock::local_time()
 
static ptime minsky::accumulatedBlitTime =epoch
 
static const size_t minsky::maxNumTensorElementsToPlot =10
 

Function Documentation

◆ CLASSDESC_ACCESS_EXPLICIT_INSTANTIATION()

CLASSDESC_ACCESS_EXPLICIT_INSTANTIATION ( minsky::PlotWidget  )