
Classes | |
| struct | tcons |
Public Member Functions | |
| XGraphListConnector (const shared_ptr< XGraphList > &node, QTableWidget *item, QPushButton *btnnew, QPushButton *btndelete) | |
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< tcons > | tconslist |
Private Member Functions | |
| void | onNewGraph (const Snapshot &shot, XTouchableNode *) |
| void | onDeleteGraph (const Snapshot &shot, XTouchableNode *) |
Private Attributes | |
| const shared_ptr< XGraphList > | m_graphlist |
| const shared_ptr< XTouchableNode > | m_newGraph |
| const shared_ptr< XTouchableNode > | m_deleteGraph |
| tconslist | m_cons |
| const xqcon_ptr | m_conNewGraph |
| const xqcon_ptr | m_conDeleteGraph |
| shared_ptr< XListener > | m_lsnNewGraph |
| shared_ptr< XListener > | m_lsnDeleteGraph |
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 26 of file graphlistconnector.h.
1.8.3