Medical Imaging Interaction Toolkit
2024.06.00
Medical Imaging Interaction Toolkit
|
#include <berryGroupMarker.h>
Public Member Functions | |
GroupMarker (const QString &groupName) | |
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.
Definition at line 31 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 |
|
override |
The GroupMarker
implementation of this method returns false
since group markers are always invisible.