synthclone  0.3.0
synthclone::MenuSeparator Class Reference

MenuSeparator objects are used to create a sense of grouping with MenuAction objects. More...

#include <synthclone/menuseparator.h>

Inheritance diagram for synthclone::MenuSeparator:
Collaboration diagram for synthclone::MenuSeparator:

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...
 

Detailed Description

MenuSeparator objects are used to create a sense of grouping with MenuAction objects.

Constructor & Destructor Documentation

synthclone::MenuSeparator::MenuSeparator ( QObject *  parent = 0)
explicit

Creates a MenuSeparator object.

Parameters
parentThe parent object of the new menu separator.
synthclone::MenuSeparator::~MenuSeparator ( )

Destroys the MenuSeparator object.


The documentation for this class was generated from the following file: