
Classes | |
| struct | tcons |
Public Member Functions | |
| XDriverListConnector (const shared_ptr< XDriverList > &node, FrmDriver *item) | |
Public Member Functions inherited from XListQConnector | |
| XListQConnector (const shared_ptr< XListNodeBase > &node, QTableWidget *item) | |
Public Member Functions inherited from XQConnector | |
| 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 | cellClicked (int row, int col) |
Protected Slots inherited from XListQConnector | |
| void | OnSectionMoved (int logicalIndex, int oldVisualIndex, int newVisualIndex) |
Protected Member Functions | |
| virtual void | onCatch (const Snapshot &shot, const XListNodeBase::Payload::CatchEvent &e) |
| virtual void | onRelease (const Snapshot &shot, const XListNodeBase::Payload::ReleaseEvent &e) |
Protected Member Functions inherited from XListQConnector | |
| virtual void | onMove (const Snapshot &shot, const XListNodeBase::Payload::MoveEvent &e) |
Protected Member Functions inherited from XQConnector | |
| bool | isItemAlive () const |
| virtual void | onUIFlagsChanged (const Snapshot &shot, XNode *node) |
Private Types | |
|
typedef std::deque< shared_ptr < tcons > > | tconslist |
Private Member Functions | |
| void | onRecord (const Snapshot &shot, XDriver *) |
| void | onCreateTouched (const Snapshot &shot, XTouchableNode *) |
| void | onReleaseTouched (const Snapshot &shot, XTouchableNode *) |
Private Attributes | |
| shared_ptr< XTouchableNode > | m_create |
| shared_ptr< XTouchableNode > | m_release |
| tconslist | m_cons |
| shared_ptr< XListener > | m_lsnOnCreateTouched |
| shared_ptr< XListener > | m_lsnOnReleaseTouched |
| const xqcon_ptr | m_conCreate |
| const xqcon_ptr | m_conRelease |
Additional Inherited Members | |
Static Public Member Functions inherited from XQConnector | |
| static shared_ptr< XNode > | connectedNode (const QWidget *item) |
Protected Attributes inherited from XListQConnector | |
| 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 |
Definition at line 27 of file driverlistconnector.h.
1.8.3