Medical Imaging Interaction Toolkit  2016.11.0
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 32 of file berryIQtStyleManager.h.

Constructor & Destructor Documentation

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

Definition at line 36 of file berryIQtStyleManager.h.

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

Definition at line 38 of file berryIQtStyleManager.h.

Member Function Documentation

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

Definition at line 48 of file berryIQtStyleManager.h.

References name.

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

Definition at line 41 of file berryIQtStyleManager.h.

References fileName, and name.

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

Definition at line 51 of file berryIQtStyleManager.h.

References name.

Member Data Documentation

QString berry::IQtStyleManager::Style::fileName

Definition at line 34 of file berryIQtStyleManager.h.

Referenced by operator=().

QString berry::IQtStyleManager::Style::name

Definition at line 33 of file berryIQtStyleManager.h.

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


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