Public Member Functions | |
XItemQConnector (const shared_ptr< XItemNodeBase > &node, QWidget *item) | |
![]() | |
XValueQConnector (const shared_ptr< XValueNodeBase > &node, QWidget *item) | |
![]() | |
XQConnector (const shared_ptr< XNode > &node, QWidget *item) | |
Don't forget this macro for XQConnector objects. | |
virtual | ~XQConnector () |
Disconnect all signals & slots. | |
Protected Member Functions | |
virtual void | onListChanged (const Snapshot &shot, const XItemNodeBase::Payload::ListChangeEvent &e)=0 |
![]() | |
virtual void | onValueChanged (const Snapshot &shot, XValueNodeBase *node)=0 |
![]() | |
bool | isItemAlive () const |
virtual void | onUIFlagsChanged (const Snapshot &shot, XNode *node) |
Protected Attributes | |
shared_ptr< XListener > | m_lsnListChanged |
std::vector< XItemNodeBase::Item > | m_itemStrings |
![]() | |
shared_ptr< XListener > | m_lsnValueChanged |
![]() | |
shared_ptr< XListener > | m_lsnUIEnabled |
QWidget * | m_pWidget |
Additional Inherited Members | |
![]() | |
static shared_ptr< XNode > | connectedNode (const QWidget *item) |
Definition at line 339 of file xnodeconnector.h.