
Public Member Functions | |
| operator shared_ptr< XNode > () const | |
| virtual XString | to_str () const override |
| Gets value as a string, which is used for scripting. | |
| Payload & | operator= (const shared_ptr< XNode > &t) |
Public Member Functions inherited from XItemNodeBase::Payload | |
| Talker< ListChangeEvent > & | onListChanged () |
| const Talker< ListChangeEvent > & | onListChanged () const |
Public Member Functions inherited from XValueNodeBase::Payload | |
| 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_countable & | operator= (const atomic_countable &)=delete |
Protected Member Functions | |
| virtual void | str_ (const XString &var) override |
Protected Attributes | |
| weak_ptr< XNode > | m_var |
Definition at line 62 of file xitemnode.h.
|
inlineoverrideprotectedvirtual |
str_() can throw exception due to format issues. A marking to onValueChanged() is necessary.
Implements XValueNodeBase::Payload.
Definition at line 77 of file xitemnode.h.
References Transactional::Node< XN >::Payload::node().
1.8.3