Medical Imaging Interaction Toolkit
2016.11.0
Medical Imaging Interaction Toolkit
|
#include <berryGroupMarker.h>
Public Member Functions | |
GroupMarker (const QString &groupName) | |
virtual bool | IsVisible () const override |
A group marker is a special kind of contribution item denoting the beginning of a group. These groups are used to structure the list of items. Unlike regular contribution items and separators, group markers have no visual representation. The name of the group is synonymous with the contribution item id.
This class may be instantiated; it is not intended to be subclassed outside the framework.
This class is not intended to be subclassed by clients.
Definition at line 36 of file berryGroupMarker.h.
berry::GroupMarker::GroupMarker | ( | const QString & | groupName | ) |
Create a new group marker with the given name. The group name must not be null
or the empty string. The group name is also used as the item id.
groupName | the name of the group |
Definition at line 21 of file berryGroupMarker.cpp.
|
overridevirtual |
The GroupMarker
implementation of this method returns false
since group markers are always invisible.
Definition at line 26 of file berryGroupMarker.cpp.