Kisa: Teacher

A program for automated training of people using the spaced repetition method.

Decks

Abstract item model

Contents

  1. List
  2. Table
  3. Deck
  4. References

List

  1. Abstract item model
    1. Table.
      1. Navigation.
        1. Index
          1. Parent. Parent. parent+a.
          2. Index. Index. index+a.
          3. Has. Has index. hasIndex+.
      2. Columns.
        1. Column.
          1. ___
        2. Count. Column count. columnCount+a.
      3. Rows.
        1. Row.
          1. ___
        2. Count. Row count. rowCount+a.
      4. Cells.
        1. Cell.
          1. Data.
            1. Get. Get data. data+a.
            2. Set. Set data. setData+v.
    2. ___
      1. Object. Q_OBJECT-m
      2. Persistent model index data. QPersistentModelIndexData-fc;
      3. Abstract item view private. QAbstractItemViewPrivate-fc;
      4. Identity proxy model. QIdentityProxyModel-fc;
      5. Constructor. QAbstractItemModel+c.
      6. Destructor. ~QAbstractItemModel+dv.
      7. Sibling. Sibling. sibling+v.
      8. Has. Has children. hasChildren+v.
      9. Get. Header data. headerData+v.
      10. Set. Set header data. setHeaderData+v.
      11. Get. Item data. itemData+v.
      12. Set. Set item data. setItemData+v.
      13. Mime types. mimeTypes+v.
      14. Mime data. mimeData+v.
      15. Can drop mime data. canDropMimeData+v.
      16. Drop mime data. dropMimeData+v.
      17. Supported drop actions. supportedDropActions+v.
      18. Supported drag actions. supportedDragActions+v.
      19. Set supported drag actions. setSupportedDragActions+_.
      20. Insert. Insert rows. insertRows+v.
      21. Insert. Insert columns. insertColumns+v.
      22. Remove. Remove rows. removeRows+v.
      23. Remove. Remove columns. removeColumns+v.
      24. Move. Move rows. moveRows+v.
      25. Move. Move columns. moveColumns+v.
      26. Insert. Insert row. insertRow+.
      27. Insert. Insert column. insertColumn+.
      28. Remove. Remove row. removeRow+.
      29. Remove. Remove column. removeColumn+.
      30. Move. Move row. moveRow+.
      31. Move. Move column. moveColumn+.
      32. Fetch more. fetchMore+v.
      33. Can fetch more. canFetchMore+v.
      34. Flags.flags+v.
      35. Sort.sort+v.
      36. Buddy.buddy+v.
      37. Match.match+v.
      38. Span.span+v.
      39. Role names.roleNames+v.
      40. Parent.QObject::parent+u.
      41. Layout change hint. LayoutChangeHint+e.
      42. No layout change hint. NoLayoutChangeHint+e*.
      43. Vertical sort hint. VerticalSortHint+e*.
      44. Horizontal sort hint. HorizontalSortHint+e*.
      45. Data changed. dataChanged+i.
      46. Header data changed. headerDataChanged+i.
      47. Layout changed. layoutChanged+i.
      48. Layout about to be changed. layoutAboutToBeChanged+i.
      49. Rows about to be inserted. rowsAboutToBeInserted+i.
      50. Rows inserted. rowsInserted+i.
      51. Rows about to be removed. rowsAboutToBeRemoved+i.
      52. Rows removed. rowsRemoved+i.
      53. Columns about to be inserted. columnsAboutToBeInserted+i.
      54. Columns inserted. columnsInserted+i.
      55. Columns about to be removed. columnsAboutToBeRemoved+i.
      56. Columns removed. columnsRemoved+i.
      57. Model about to be reset. modelAboutToBeReset+i.
      58. Model reset. modelReset+i.
      59. Rows about to be moved. rowsAboutToBeMoved+i.
      60. Rows moved. rowsMoved+i.
      61. Columns about to be moved. columnsAboutToBeMoved+i.
      62. Columns moved. columnsMoved+i.
      63. Submit. submit+lv.
      64. Revert. revert+lv.
      65. Reset internal data. resetInternalData#l.
      66. QAbstractItemModel. QAbstractItemModel#c.
      67. CreateIndex. createIndex#[2].
      68. Encode data. encodeData#.
      69. Decode data. decodeData#.
      70. Begin insert rows. beginInsertRows#.
      71. End insert rows. endInsertRows#.
      72. Begin remove rows. beginRemoveRows#.
      73. End remove rows. endRemoveRows#.
      74. Begin move rows. beginMoveRows#.
      75. End move rows.endMoveRows#.
      76. Begin insert columns. beginInsertColumns#.
      77. End insert columns. endInsertColumns#.
      78. begin remove columns. beginRemoveColumns#.
      79. End remove columns. endRemoveColumns#.
      80. Begin move columns. beginMoveColumns#.
      81. End move columns. endMoveColumns#.
      82. Reset. reset#_.
      83. Begin reset model. beginResetModel#.
      84. End reset model. endResetModel#.
      85. Change persistent index. changePersistentIndex#.
      86. Change persistent index list. changePersistentIndexList#.
      87. Persistent index list. persistentIndexList#.
      88. Set role names. setRoleNames#_.
      89. Do set role names. doSetRoleNames-.
      90. Do set supported drag actions. doSetSupportedDragActions-.
      91. Declare private. Q_DECLARE_PRIVATE-m.
      92. Disable copy. Q_DISABLE_COPY-m.

Table

Deck

References

  1. Websites
    1. kisa.biz
      1. qabstractitemmodel.h
      2. qabstractitemmodel.cpp
      3. qabstractitemmodel_p.h
    2. doc.kisa.biz
      1. QAbstractItemModel Class
      2. Класс QAbstractItemModel
  2. Books