Medical Imaging Interaction Toolkit  2023.12.99-3b10b122
Medical Imaging Interaction Toolkit
QmitkStyleManager.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 #ifndef QmitkStyleManager_h
14 #define QmitkStyleManager_h
15 
16 #include <MitkQtWidgetsExports.h>
17 
18 #include <QByteArray>
19 #include <QIcon>
20 #include <QString>
21 
23 {
24 public:
25  static QIcon ThemeIcon(const QByteArray &originalSVG);
26  static QIcon ThemeIcon(const QString &resourcePath);
27 
28  static QString GetIconColor();
29  static QString GetIconAccentColor();
30 
31  QmitkStyleManager() = delete;
32  ~QmitkStyleManager() = delete;
33 };
34 
35 #endif
MITKQTWIDGETS_EXPORT
#define MITKQTWIDGETS_EXPORT
Definition: MitkQtWidgetsExports.h:15
MitkQtWidgetsExports.h
QmitkStyleManager
Definition: QmitkStyleManager.h:22