#include <QmaxRollupContainer.h>
◆ QmaxRollupContainer() [1/2]
◆ ~QmaxRollupContainer()
◆ QmaxRollupContainer() [2/2]
◆ addRollup()
◆ insertRollup()
◆ numRollups()
◆ rollup()
◆ rollups()
◆ indexOf()
◆ resetCategories()
◆ takeRollup() [1/2]
◆ takeRollup() [2/2]
◆ sortRollups()
Sorts the rollups by category.
Sorts the rollups in based on ascending category. Rollups with the same category will appear in the given order.
- See also
- QmaxRollup.category()
◆ openAllRollups()
virtual void openAllRollups |
( |
| ) |
|
|
virtual |
◆ closeAllRollups()
virtual void closeAllRollups |
( |
| ) |
|
|
virtual |
◆ addRightClickAction()
virtual void addRightClickAction |
( |
QAction * |
action | ) |
|
|
virtual |
Adds a QAction that get used within the right-click context menu of the rollup-container.
The rollup container does not take ownership of the QAction. To remove an action, call removeRightClickAction() or simply delete the QAction on callers side.
- See also
- removeRightClickAction, QAction
◆ removeRightClickAction()
virtual void removeRightClickAction |
( |
QAction * |
action | ) |
|
|
virtual |
Remove a QAction that from used within the right-click context menu of the rollup-container.
- See also
- addRightClickAction, QAction
◆ minimumSizeHint()
QSize minimumSizeHint |
( |
| ) |
const |
|
override |
◆ canScroll()
◆ mouseMoveEvent()
void mouseMoveEvent |
( |
QMouseEvent * |
event | ) |
|
|
overrideprotected |
◆ mousePressEvent()
void mousePressEvent |
( |
QMouseEvent * |
event | ) |
|
|
overrideprotected |
◆ mouseReleaseEvent()
void mouseReleaseEvent |
( |
QMouseEvent * |
event | ) |
|
|
overrideprotected |
◆ wheelEvent()
void wheelEvent |
( |
QWheelEvent * |
event | ) |
|
|
overrideprotected |
◆ contextMenuEvent()
void contextMenuEvent |
( |
QContextMenuEvent * |
event | ) |
|
|
overrideprotected |
◆ dragEnterEvent()
void dragEnterEvent |
( |
QDragEnterEvent * |
event | ) |
|
|
overrideprotected |
◆ dragMoveEvent()
void dragMoveEvent |
( |
QDragMoveEvent * |
event | ) |
|
|
overrideprotected |
◆ dragLeaveEvent()
void dragLeaveEvent |
( |
QDragLeaveEvent * |
event | ) |
|
|
overrideprotected |
◆ dropEvent()
void dropEvent |
( |
QDropEvent * |
event | ) |
|
|
overrideprotected |
◆ Q_DECLARE_PRIVATE()
◆ QmaxRollup