#include <xnode.h>

Classes | |
| struct | Payload |
Public Member Functions | |
| 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< 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. | |
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) |
| 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 |
Static Public Member Functions | |
| 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) |
Static Public Member Functions inherited from Transactional::Node< XNode > | |
| static T * | create (Args &&...args) |
Private Attributes | |
| const XString | m_name |
Static Private Attributes | |
|
static XThreadLocal < std::deque< shared_ptr < XNode > > > | stl_thisCreating |
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 |
Protected Member Functions inherited from Transactional::Node< XNode > | |
| Node () | |
| Use create(). | |
XNode supports accesses from scripts/GUI and shared_from_this(), in addition to the features of Transactional::Node.
|
inlinevirtual |
Reimplemented in XAxis, XPlot, XGraph, XScalarEntry, and XInterface.
Definition at line 72 of file xnode.h.
References getName().
Referenced by XH8Pulser::changeOutput(), XSHPulser::changeOutput(), XSR830::closeInterface(), XAH2500A::closeInterface(), XAVS47IB::closeInterface(), XPrimaryDriver::finishWritingRaw(), XScalarEntry::getLabel(), XDMM::onFunctionChanged(), and XPulser::visualize().
| XString XNode::getName | ( | ) | const |
Definition at line 51 of file xnode.cpp.
Referenced by getLabel().
1.8.3