|
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. | |
| ~MenuSeparator () | |
| Destroys the MenuSeparator object. | |
| Public Member Functions inherited from synthclone::MenuItem | |
| bool | isVisible () const |
| Gets a boolean indicating whether or not the item is visible. | |
Additional Inherited Members | |
| Public Slots inherited from synthclone::MenuItem | |
| void | setVisible (bool visible) |
| Sets the visibility of this item. | |
| Signals inherited from synthclone::MenuItem | |
| void | visibilityChanged (bool visible) |
| Emitted when the visibility of this item is changed. | |
| Protected Member Functions inherited from synthclone::MenuItem | |
| MenuItem (QObject *parent=0) | |
| Constructs a new MenuItem object. | |
| virtual | ~MenuItem () |
| Destroys a MenuItem. | |
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.