synthclone
0.3.0
|
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... | |
![]() | |
bool | isVisible () const |
Gets a boolean indicating whether or not the item is visible. More... | |
Additional Inherited Members | |
![]() | |
void | setVisible (bool visible) |
Sets the visibility of this item. More... | |
![]() | |
void | visibilityChanged (bool visible) |
Emitted when the visibility of this item is changed. More... | |
![]() | |
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.