|
| XGraph (const char *name, bool runtime) |
|
virtual XString | getLabel () const |
|
void | setupRedraw (Transaction &tr, float resolution) |
|
void | zoomAxes (Transaction &tr, float resolution, XGraph::SFloat zoomscale, const XGraph::ScrPoint &zoomcenter) |
|
const shared_ptr< XAxisList > & | axes () const |
|
const shared_ptr< XPlotList > & | plots () const |
|
const shared_ptr< XStringNode > & | label () const |
|
const shared_ptr< XHexNode > & | backGround () const |
|
const shared_ptr< XHexNode > & | titleColor () const |
|
const shared_ptr< XBoolNode > & | drawLegends () const |
|
const shared_ptr< XDoubleNode > & | persistence () const |
|
const shared_ptr< XListener > & | lsnPropertyChanged () const |
|
| 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< XNode > | getChild (const XString &var) const |
|
shared_ptr< XNode > | getParent () const |
|
void | setUIEnabled (bool v) |
| Enables/disables controls over scripting/GUI.
|
|
void | disable () |
| Disables all scripting/GUI operations on this node hereafter.
|
|
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) |
|
XNode * | upperNode (Snapshot< XNode > &shot) |
| Finds the parent node in shot.
|
|
Snapshot< XNode > | iterate_commit (Closure) |
|
Snapshot< XNode > | iterate_commit_if (Closure) |
|
void | iterate_commit_while (Closure) |
|
void | print_ () const |
|
| Node (const Node &)=delete |
|
Node & | operator= (const Node &)=delete |
|
XGraph object can have one or more plots and two or more axes.
- See Also
- XPlot, XAxis, XQGraphPainter
Definition at line 101 of file graph.h.