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

Classes

struct  Payload
 

Public Types

typedef XItemNode
< XScalarEntryList,
XScalarEntry
tAxis
 

Public Member Functions

 XValGraph (const char *name, bool runtime, Transaction &tr_entries, const shared_ptr< XScalarEntryList > &entries)
 
void showGraph ()
 
void clearAllPoints ()
 
const shared_ptr< tAxis > & axisX () const
 
const shared_ptr< tAxis > & axisY1 () const
 
const shared_ptr< tAxis > & axisZ () const
 
- 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
 
virtual XString getLabel () 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 Member Functions

void onAxisChanged (const Snapshot &shot, XValueNodeBase *node)
 
void onLiveChanged (const Snapshot &shot, XValueNodeBase *node)
 
void onStoreChanged (const Snapshot &shot, XValueNodeBase *node)
 

Private Attributes

qshared_ptr< FrmGraphm_graphForm
 
shared_ptr< tAxism_axisX
 
shared_ptr< tAxism_axisY1
 
shared_ptr< tAxism_axisZ
 
shared_ptr< XListenerm_lsnAxisChanged
 
shared_ptr< XListenerm_lsnLiveChanged
 
shared_ptr< XListenerm_lsnStoreChanged
 
weak_ptr< XScalarEntryListm_entries
 

Additional Inherited Members

- 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 Transactional::Node< XNode >
 Node ()
 Use create().
 

Detailed Description

Definition at line 115 of file analyzer.h.


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

Generated for KAME4 by  doxygen 1.8.3