openshot-audio
0.1.7
|
Additional Inherited Members | |
![]() | |
enum | ColumnPropertyFlags { visible = 1, resizable = 2, draggable = 4, appearsOnColumnMenu = 8, sortable = 16, sortedForwards = 32, sortedBackwards = 64, defaultFlags = (visible | resizable | draggable | appearsOnColumnMenu | sortable), notResizable = (visible | draggable | appearsOnColumnMenu | sortable), notResizableOrSortable = (visible | draggable | appearsOnColumnMenu), notSortable = (visible | resizable | draggable | appearsOnColumnMenu) } |
|
inline |
This can be overridden to add custom items to the pop-up menu.
If you override this, you should call the superclass's method to add its column show/hide items, if you want them on the menu as well.
Then to handle the result, override reactToMenuItem().
Reimplemented from TableHeaderComponent.
Override this to handle any custom items that you have added to the pop-up menu with an addMenuItems() override.
If the menuReturnId isn't one of your own custom menu items, you'll need to call TableHeaderComponent::reactToMenuItem() to allow the base class to handle the items that it had added.
Reimplemented from TableHeaderComponent.