Medical Imaging Interaction Toolkit
2024.06.00
Medical Imaging Interaction Toolkit
|
#include <berryIQtStyleManager.h>
Public Member Functions | |
Style () | |
Style (const QString &name, const QString &fn) | |
Style & | operator= (const Style &s) |
bool | operator< (const Style &s) const |
bool | operator== (const Style &s) const |
Public Attributes | |
QString | name |
QString | fileName |
Definition at line 28 of file berryIQtStyleManager.h.
|
inline |
Definition at line 32 of file berryIQtStyleManager.h.
|
inline |
Definition at line 34 of file berryIQtStyleManager.h.
|
inline |
Definition at line 44 of file berryIQtStyleManager.h.
References name.
Definition at line 37 of file berryIQtStyleManager.h.
|
inline |
Definition at line 47 of file berryIQtStyleManager.h.
References name.
QString berry::IQtStyleManager::Style::fileName |
Definition at line 30 of file berryIQtStyleManager.h.
Referenced by operator=().
QString berry::IQtStyleManager::Style::name |
Definition at line 29 of file berryIQtStyleManager.h.
Referenced by operator<(), operator=(), and operator==().