Public Member Functions | Private Types | Private Attributes | List of all members
XNode::Payload Struct Reference

#include <xnode.h>

Inheritance diagram for XNode::Payload:
Inheritance graph
[legend]

Public Member Functions

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
 

Private Types

enum  FLAG : int { NODE_UI_ENABLED = 0x1, NODE_DISABLED = 0x2, NODE_RUNTIME = 0x4 }
 

Private Attributes

int m_flags
 
TalkerSingleton< XNode * > m_tlkOnUIFlagsChanged
 

Detailed Description

Data holder.

See Also
Transactional::Node::Payload.

Definition at line 85 of file xnode.h.

Member Function Documentation

Talker<XNode*>& XNode::Payload::onUIFlagsChanged ( )
inline
See Also
setUIEnabled

Definition at line 95 of file xnode.h.


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

Generated for KAME4 by  doxygen 1.8.3