$darkmode
MenuSeparator objects are used to create a sense of grouping with MenuAction objects. More...
#include <synthclone/menuseparator.h>
Public Member Functions | |
| MenuSeparator (QObject *parent=0) | |
| Creates a MenuSeparator object. More... | |
| ~MenuSeparator () | |
| Destroys the MenuSeparator object. More... | |
Public Member Functions inherited from synthclone::MenuItem | |
| bool | isVisible () const |
| Gets a boolean indicating whether or not the item is visible. More... | |
Additional Inherited Members | |
Public Slots inherited from synthclone::MenuItem | |
| void | setVisible (bool visible) |
| Sets the visibility of this item. More... | |
Signals inherited from synthclone::MenuItem | |
| void | visibilityChanged (bool visible) |
| Emitted when the visibility of this item is changed. More... | |
Protected Member Functions inherited from synthclone::MenuItem | |
| MenuItem (QObject *parent=0) | |
| Constructs a new MenuItem object. More... | |
| virtual | ~MenuItem () |
| Destroys a MenuItem. More... | |
MenuSeparator objects are used to create a sense of grouping with MenuAction objects.
|
explicit |
Creates a MenuSeparator object.
| parent | The parent object of the new menu separator. |
| synthclone::MenuSeparator::~MenuSeparator | ( | ) |
Destroys the MenuSeparator object.