synthclone 0.3.0
Loading...
Searching...
No Matches
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:
[legend]
Collaboration diagram for synthclone::MenuSeparator:
[legend]

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.

Detailed Description

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

Constructor & Destructor Documentation

◆ MenuSeparator()

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

Creates a MenuSeparator object.

Parameters
parentThe parent object of the new menu separator.

◆ ~MenuSeparator()

synthclone::MenuSeparator::~MenuSeparator ( )

Destroys the MenuSeparator object.


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