Mercurial > minori
comparison include/gui/sidebar.h @ 15:cde8f67a7c7d
*: update, megacommit :)
| author | Paper <mrpapersonic@gmail.com> |
|---|---|
| date | Tue, 19 Sep 2023 22:36:08 -0400 |
| parents | 4b198a111713 |
| children |
comparison
equal
deleted
inserted
replaced
| 14:a29c9402faf0 | 15:cde8f67a7c7d |
|---|---|
| 17 void CurrentItemChanged(int index); | 17 void CurrentItemChanged(int index); |
| 18 | 18 |
| 19 protected: | 19 protected: |
| 20 virtual void mouseMoveEvent(QMouseEvent* event) override; | 20 virtual void mouseMoveEvent(QMouseEvent* event) override; |
| 21 QItemSelectionModel::SelectionFlags selectionCommand(const QModelIndex& index, | 21 QItemSelectionModel::SelectionFlags selectionCommand(const QModelIndex& index, |
| 22 const QEvent* event) const override; | 22 const QEvent* event) const override; |
| 23 int RemoveSeparatorsFromIndex(int index); | 23 int RemoveSeparatorsFromIndex(int index); |
| 24 }; | 24 }; |
| 25 #endif // __gui__sidebar_h | 25 #endif // __gui__sidebar_h |
