Medical Imaging Interaction Toolkit  2023.12.99-ed252ae7
Medical Imaging Interaction Toolkit
berry::IQtStyleManager::Style Struct Reference

#include <berryIQtStyleManager.h>

Public Member Functions

 Style ()
 
 Style (const QString &name, const QString &fn)
 
Styleoperator= (const Style &s)
 
bool operator< (const Style &s) const
 
bool operator== (const Style &s) const
 

Public Attributes

QString name
 
QString fileName
 

Detailed Description

Definition at line 28 of file berryIQtStyleManager.h.

Constructor & Destructor Documentation

◆ Style() [1/2]

berry::IQtStyleManager::Style::Style ( )
inline

Definition at line 32 of file berryIQtStyleManager.h.

◆ Style() [2/2]

berry::IQtStyleManager::Style::Style ( const QString &  name,
const QString &  fn 
)
inline

Definition at line 34 of file berryIQtStyleManager.h.

Member Function Documentation

◆ operator<()

bool berry::IQtStyleManager::Style::operator< ( const Style s) const
inline

Definition at line 44 of file berryIQtStyleManager.h.

References name.

◆ operator=()

Style& berry::IQtStyleManager::Style::operator= ( const Style s)
inline

Definition at line 37 of file berryIQtStyleManager.h.

References fileName, and name.

◆ operator==()

bool berry::IQtStyleManager::Style::operator== ( const Style s) const
inline

Definition at line 47 of file berryIQtStyleManager.h.

References name.

Member Data Documentation

◆ fileName

QString berry::IQtStyleManager::Style::fileName

Definition at line 30 of file berryIQtStyleManager.h.

Referenced by operator=().

◆ name

QString berry::IQtStyleManager::Style::name

Definition at line 29 of file berryIQtStyleManager.h.

Referenced by operator<(), operator=(), and operator==().


The documentation for this struct was generated from the following file: