Public Member Functions | |
XQButtonConnector (const shared_ptr< XTouchableNode > &node, QAbstractButton *item) | |
![]() | |
XQConnector (const shared_ptr< XNode > &node, QWidget *item) | |
Don't forget this macro for XQConnector objects. | |
virtual | ~XQConnector () |
Disconnect all signals & slots. | |
Protected Slots | |
virtual void | onClick () |
Protected Member Functions | |
virtual void | onTouch (const Snapshot &shot, XTouchableNode *node) |
![]() | |
bool | isItemAlive () const |
virtual void | onUIFlagsChanged (const Snapshot &shot, XNode *node) |
Protected Attributes | |
shared_ptr< XListener > | m_lsnTouch |
const shared_ptr< XTouchableNode > | m_node |
QAbstractButton *const | m_pItem |
![]() | |
shared_ptr< XListener > | m_lsnUIEnabled |
QWidget * | m_pWidget |
Additional Inherited Members | |
![]() | |
static shared_ptr< XNode > | connectedNode (const QWidget *item) |
Definition at line 120 of file xnodeconnector.h.