Public Member Functions | |
XListQConnector (const shared_ptr< XListNodeBase > &node, QTableWidget *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 | |
void | OnSectionMoved (int logicalIndex, int oldVisualIndex, int newVisualIndex) |
Protected Member Functions | |
virtual void | onMove (const Snapshot &shot, const XListNodeBase::Payload::MoveEvent &e) |
virtual void | onCatch (const Snapshot &shot, const XListNodeBase::Payload::CatchEvent &e)=0 |
virtual void | onRelease (const Snapshot &shot, const XListNodeBase::Payload::ReleaseEvent &e)=0 |
![]() | |
bool | isItemAlive () const |
virtual void | onUIFlagsChanged (const Snapshot &shot, XNode *node) |
Protected Attributes | |
shared_ptr< XListener > | m_lsnMove |
shared_ptr< XListener > | m_lsnCatch |
shared_ptr< XListener > | m_lsnRelease |
QTableWidget *const | m_pItem |
const shared_ptr< XListNodeBase > | m_list |
![]() | |
shared_ptr< XListener > | m_lsnUIEnabled |
QWidget * | m_pWidget |
Additional Inherited Members | |
![]() | |
static shared_ptr< XNode > | connectedNode (const QWidget *item) |
Definition at line 320 of file xnodeconnector.h.