Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
XIntNodeBase< T, base >::Payload Struct Reference
Inheritance diagram for XIntNodeBase< T, base >::Payload:
Inheritance graph
[legend]

Public Member Functions

virtual XString to_str () const override
 Gets value as a string, which is used for scripting.
 
 operator T () const
 
Payloadoperator= (T x)
 
template<>
XString to_str () const
 Gets value as a string, which is used for scripting.
 
- 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_countableoperator= (const atomic_countable &)=delete
 

Protected Member Functions

virtual void str_ (const XString &) override
 
template<>
void str_ (const XString &str)
 
template<>
void str_ (const XString &str)
 
template<>
void str_ (const XString &str)
 
template<>
void str_ (const XString &str)
 
template<>
void str_ (const XString &str)
 
template<>
void str_ (const XString &str)
 

Protected Attributes

m_var
 
- Protected Attributes inherited from XValueNodeBase::Payload
TalkerSingleton< XValueNodeBase * > m_tlkOnValueChanged
 

Detailed Description

template<typename T, int base = 10>
struct XIntNodeBase< T, base >::Payload

Definition at line 165 of file xnode.h.

Member Function Documentation

template<>
void XIntNodeBase::Payload< int, 10 >::str_ ( const XString )
protectedvirtual

str_() can throw exception due to format issues. A marking to onValueChanged() is necessary.

Implements XValueNodeBase::Payload.

Definition at line 99 of file xnode.cpp.

template<>
void XIntNodeBase::Payload< unsigned int, 10 >::str_ ( const XString )
protectedvirtual

str_() can throw exception due to format issues. A marking to onValueChanged() is necessary.

Implements XValueNodeBase::Payload.

Definition at line 108 of file xnode.cpp.

template<>
void XIntNodeBase::Payload< long, 10 >::str_ ( const XString )
protectedvirtual

str_() can throw exception due to format issues. A marking to onValueChanged() is necessary.

Implements XValueNodeBase::Payload.

Definition at line 117 of file xnode.cpp.

template<>
void XIntNodeBase::Payload< unsigned long, 10 >::str_ ( const XString )
protectedvirtual

str_() can throw exception due to format issues. A marking to onValueChanged() is necessary.

Implements XValueNodeBase::Payload.

Definition at line 126 of file xnode.cpp.

template<>
void XIntNodeBase::Payload< unsigned long, 16 >::str_ ( const XString )
protectedvirtual

str_() can throw exception due to format issues. A marking to onValueChanged() is necessary.

Implements XValueNodeBase::Payload.

Definition at line 135 of file xnode.cpp.

template<>
void XIntNodeBase::Payload< bool, 10 >::str_ ( const XString )
protectedvirtual

str_() can throw exception due to format issues. A marking to onValueChanged() is necessary.

Implements XValueNodeBase::Payload.

Definition at line 144 of file xnode.cpp.

template<typename T , int base>
void XIntNodeBase< T, base >::Payload::str_ ( const XString )
overrideprotectedvirtual

str_() can throw exception due to format issues. A marking to onValueChanged() is necessary.

Implements XValueNodeBase::Payload.

Definition at line 95 of file xnode.cpp.


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

Generated for KAME4 by  doxygen 1.8.3