Public Member Functions | Private Attributes | List of all members
XRelaxFuncPlot Class Reference
Inheritance diagram for XRelaxFuncPlot:
Inheritance graph
[legend]

Public Member Functions

 XRelaxFuncPlot (const char *name, bool runtime, Transaction &tr, const shared_ptr< XGraph > &graph, const shared_ptr< XItemNode< XRelaxFuncList, XRelaxFunc > > &item, const shared_ptr< XNMRT1 > &owner)
 
virtual double func (double t) const
 
- Public Member Functions inherited from XFuncPlot
 XFuncPlot (const char *name, bool runtime, Transaction &tr_graph, const shared_ptr< XGraph > &graph)
 
void clearAllPoints (Transaction &)
 
virtual int validateAutoScale (const Snapshot &)
 auto-scale
 
- Public Member Functions inherited from XPlot
 XPlot (const char *name, bool runtime, Transaction &tr_graph, const shared_ptr< XGraph > &graph)
 
virtual XString getLabel () const
 
int screenToVal (const Snapshot &shot, const XGraph::ScrPoint &scr, XGraph::ValPoint *val, XGraph::SFloat scr_prec=-1)
 
void screenToGraph (const Snapshot &shot, const XGraph::ScrPoint &pt, XGraph::GPoint *g)
 
void graphToScreen (const Snapshot &shot, const XGraph::GPoint &pt, XGraph::ScrPoint *scr)
 
void graphToVal (const Snapshot &shot, const XGraph::GPoint &pt, XGraph::ValPoint *val)
 
const shared_ptr< XStringNode > & label () const
 
const shared_ptr< XUIntNode > & maxCount () const
 
const shared_ptr< XBoolNode > & displayMajorGrid () const
 
const shared_ptr< XBoolNode > & displayMinorGrid () const
 
const shared_ptr< XBoolNode > & drawLines () const
 
const shared_ptr< XBoolNode > & drawBars () const
 
const shared_ptr< XBoolNode > & drawPoints () const
 
const shared_ptr< XBoolNode > & colorPlot () const
 
const shared_ptr< XHexNode > & majorGridColor () const
 
const shared_ptr< XHexNode > & minorGridColor () const
 
const shared_ptr< XHexNode > & pointColor () const
 
const shared_ptr< XHexNode > & lineColor () const
 
const shared_ptr< XHexNode > & barColor () const
 
const shared_ptr< XHexNode > & colorPlotColorHigh () const
 
const shared_ptr< XHexNode > & colorPlotColorLow () const
 
const shared_ptr
< XTouchableNode > & 
clearPoints () const
 
const shared_ptr< XItemNode
< XAxisList, XAxis > > & 
axisX () const
 
const shared_ptr< XItemNode
< XAxisList, XAxis > > & 
axisY () const
 
const shared_ptr< XItemNode
< XAxisList, XAxis > > & 
axisZ () const
 
const shared_ptr< XItemNode
< XAxisList, XAxis > > & 
axisW () const
 
const shared_ptr< XDoubleNode > & zwoAxisZ () const
 z value without AxisZ
 
const shared_ptr< XDoubleNode > & intensity () const
 
int drawPlot (const Snapshot &shot, XQGraphPainter *painter)
 Draws points from snapshot.
 
int drawLegend (const Snapshot &shot, XQGraphPainter *painter, const XGraph::ScrPoint &spt, float dx, float dy)
 
void drawGrid (const Snapshot &shot, XQGraphPainter *painter, bool drawzaxis=true)
 
int findPoint (const Snapshot &shot, int start, const XGraph::GPoint &gmin, const XGraph::GPoint &gmax, XGraph::GFloat width, XGraph::ValPoint *val, XGraph::GPoint *g1)
 
bool fixScales (const Snapshot &)
 
- Public Member Functions inherited from XNode
 XNode (const char *name, bool runtime=false)
 
template<class T >
shared_ptr< T > create (const char *name)
 
template<class T , typename... Args>
shared_ptr< T > create (const char *name, bool runtime, Args &&...args)
 
template<class T >
shared_ptr< T > create (Transaction &tr, const char *name)
 
template<class T , typename... Args>
shared_ptr< T > create (Transaction &tr, const char *name, bool runtime, Args &&...args)
 
XString getName () const
 
XString getTypename () const
 
shared_ptr< XNodegetChild (const XString &var) const
 
shared_ptr< XNodegetParent () const
 
void setUIEnabled (bool v)
 Enables/disables controls over scripting/GUI.
 
void disable ()
 Disables all scripting/GUI operations on this node hereafter.
 
- Public Member Functions inherited from Transactional::Node< XNode >
bool insert (Transaction< XNode > &tr, const shared_ptr< XNode > &var, bool online_after_insertion=false)
 
void insert (const shared_ptr< XNode > &var)
 
bool release (Transaction< XNode > &tr, const shared_ptr< XNode > &var)
 
void release (const shared_ptr< XNode > &var)
 
void releaseAll ()
 
bool swap (Transaction< XNode > &tr, const shared_ptr< XNode > &x, const shared_ptr< XNode > &y)
 
void swap (const shared_ptr< XNode > &x, const shared_ptr< XNode > &y)
 
XNodeupperNode (Snapshot< XNode > &shot)
 Finds the parent node in shot.
 
Snapshot< XNodeiterate_commit (Closure)
 
Snapshot< XNodeiterate_commit_if (Closure)
 
void iterate_commit_while (Closure)
 
void print_ () const
 
 Node (const Node &)=delete
 
Nodeoperator= (const Node &)=delete
 

Private Attributes

shared_ptr< XItemNode
< XRelaxFuncList, XRelaxFunc > > 
m_item
 
weak_ptr< XNMRT1m_owner
 

Additional Inherited Members

- Public Types inherited from Transactional::Node< XNode >
using NodeNotFoundError = std::domain_error
 
using NodeList = fast_vector< shared_ptr< XNode >, 2 >
 
using iterator = typename NodeList::iterator
 
using const_iterator = typename NodeList::const_iterator
 
- Static Public Member Functions inherited from XNode
template<class T__ >
static shared_ptr< T__ > createOrphan (const char *name)
 
template<class T__ , typename... Args_>
static shared_ptr< T__ > createOrphan (const char *name, bool runtime, Args_ &&...args)
 
- Protected Member Functions inherited from XFuncPlot
virtual void snapshot (const Snapshot &shot)
 Takes a snap-shot all points for rendering.
 
- Protected Attributes inherited from XPlot
const weak_ptr< XGraphm_graph
 
shared_ptr< XAxism_curAxisX
 
shared_ptr< XAxism_curAxisY
 
shared_ptr< XAxism_curAxisZ
 
shared_ptr< XAxism_curAxisW
 
XGraph::ScrPoint m_scr0
 
XGraph::ScrPoint m_len
 
std::vector< XGraph::ValPointm_ptsSnapped
 

Detailed Description

Definition at line 38 of file nmrrelax.cpp.


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

Generated for KAME4 by  doxygen 1.8.3