Medical Imaging Interaction Toolkit  2023.12.99-101158b3
Medical Imaging Interaction Toolkit
berrySeparator.h
Go to the documentation of this file.
1 /*============================================================================
2 
3 The Medical Imaging Interaction Toolkit (MITK)
4 
5 Copyright (c) German Cancer Research Center (DKFZ)
6 All rights reserved.
7 
8 Use of this source code is governed by a 3-clause BSD license that can be
9 found in the LICENSE file.
10 
11 ============================================================================*/
12 
13 
14 #ifndef BERRYSEPARATOR_H
15 #define BERRYSEPARATOR_H
16 
17 #include "internal/berryAbstractGroupMarker.h"
18 
19 namespace berry {
20 
31 class BERRY_UI_QT Separator : public AbstractGroupMarker
32 {
33 
34 public:
35 
39  Separator();
40 
48  Separator(const QString& groupName);
49 
50  using AbstractGroupMarker::Fill;
51 
52  void Fill(QMenu* menu, QAction* before) override;
53 
54  void Fill(QToolBar* toolbar, QAction* before) override;
55 
60  bool IsSeparator() const override;
61 };
62 
63 }
64 
65 #endif // BERRYSEPARATOR_H
BERRY_UI_QT
#define BERRY_UI_QT
Definition: org_blueberry_ui_qt_Export.h:26
menu
The custom viewer plugin implements simple viewer functionality presented in a customized look and feel It was developed to demonstrate extensibility and customizability of the blueberry application framework As an example for the GUI customization capabilities provided by the BlueBerry application the custom viewer plugin was developed It features simple viewer functionality presented in a customized look and feel The custom viewer consists of two i e a viewer perspective and a DICOM perspective As part of the viewer an instance of QmitkDataManagerView allows for data selection Visualization of the selected data is then performed by a simple render window view According data can either be directly loaded from file or be imported as DICOM data DICOM import functionality is accessible from the DICOM perspective incorporating the QmitkDicomExternalDataWidget The customization of Qt Stylesheets is used to give the application a non native look and feel This is further emphasized by a Tab Widget like unification of the perspectives with the according perspective bar In addition to an absence of menu
Definition: CustomViewerExample.dox:312
berry::Separator
Definition: berrySeparator.h:31
berry
Definition: QmitkPropertyItemModel.h:24