Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
XValueNodeBase::Payload Struct Referenceabstract
Inheritance diagram for XValueNodeBase::Payload:
Inheritance graph
[legend]

Public Member Functions

virtual XString to_str () const =0
 Gets value as a string, which is used for scripting.
 
void str (const XString &str) throw (XKameError &)
 
Talker< XValueNodeBase * > & onValueChanged ()
 
const Talker< XValueNodeBase * > & onValueChanged () const
 
- Public Member Functions inherited from XNode::Payload
bool isUIEnabled () const
 If true, operations are allowed by UI and scripts.
 
void setUIEnabled (bool var)
 
bool isDisabled () const
 
void disable ()
 
bool isRuntime () const
 
void setRuntime (bool var)
 
Talker< XNode * > & onUIFlagsChanged ()
 
const Talker< XNode * > & onUIFlagsChanged () const
 
- Public Member Functions inherited from Transactional::Node< XN >::Payload
XN & node () noexcept
 Points to the corresponding node.
 
const XN & node () const noexcept
 Points to the corresponding node.
 
int64_t serial () const noexcept
 
Transaction< XN > & tr () noexcept
 
virtual void catchEvent (const shared_ptr< XN > &, int)
 
virtual void releaseEvent (const shared_ptr< XN > &, int)
 
virtual void moveEvent (unsigned int, unsigned int)
 
virtual void listChangeEvent ()
 
- Public Member Functions inherited from atomic_countable
 atomic_countable (const atomic_countable &) noexcept
 
atomic_countableoperator= (const atomic_countable &)=delete
 

Protected Member Functions

virtual void str_ (const XString &)=0
 

Protected Attributes

TalkerSingleton< XValueNodeBase * > m_tlkOnValueChanged
 

Detailed Description

Definition at line 134 of file xnode.h.

Member Function Documentation

void XValueNodeBase::Payload::str ( const XString str) throw (XKameError &)
inline

Sets value as a string, which is used for scripting. This throws exception when the validator throws.

Definition at line 140 of file xnode.h.

virtual void XValueNodeBase::Payload::str_ ( const XString )
protectedpure virtual

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

Generated for KAME4 by  doxygen 1.8.3