BornAgain
1.19.0
Simulate and fit neutron and x-ray scattering at grazing incidence
|
Public Types | |
typedef QPair< QIcon::Mode, QIcon::State > | ModeStateKey |
typedef QMap< ModeStateKey, PropertySheetPixmapValue > | ModeStateToPixmapMap |
Public Member Functions | |
PropertySheetIconValue () | |
PropertySheetIconValue (const PropertySheetIconValue &) | |
PropertySheetIconValue (const PropertySheetPixmapValue &pixmap) | |
~PropertySheetIconValue () | |
void | assign (const PropertySheetIconValue &other, uint mask) |
uint | compare (const PropertySheetIconValue &other) const |
bool | isEmpty () const |
uint | mask () const |
bool | operator!= (const PropertySheetIconValue &other) const |
bool | operator< (const PropertySheetIconValue &other) const |
PropertySheetIconValue & | operator= (const PropertySheetIconValue &) |
bool | operator== (const PropertySheetIconValue &other) const |
const ModeStateToPixmapMap & | paths () const |
PropertySheetPixmapValue | pixmap (QIcon::Mode mode, QIcon::State state) const |
void | setPixmap (QIcon::Mode mode, QIcon::State state, const PropertySheetPixmapValue &path) |
void | setTheme (const QString &) |
QString | theme () const |
PropertySheetIconValue | themed () const |
PropertySheetIconValue | unthemed () const |
Private Member Functions | |
bool | equals (const PropertySheetIconValue &rhs) const |
Private Attributes | |
QSharedDataPointer< PropertySheetIconValueData > | m_data |
Definition at line 249 of file qdesigner_utils_p.h.
typedef QPair<QIcon::Mode, QIcon::State> qdesigner_internal::PropertySheetIconValue::ModeStateKey |
Definition at line 279 of file qdesigner_utils_p.h.
typedef QMap<ModeStateKey, PropertySheetPixmapValue> qdesigner_internal::PropertySheetIconValue::ModeStateToPixmapMap |
Definition at line 280 of file qdesigner_utils_p.h.
qdesigner_internal::PropertySheetIconValue::PropertySheetIconValue | ( | const PropertySheetPixmapValue & | pixmap | ) |
qdesigner_internal::PropertySheetIconValue::PropertySheetIconValue | ( | ) |
qdesigner_internal::PropertySheetIconValue::~PropertySheetIconValue | ( | ) |
qdesigner_internal::PropertySheetIconValue::PropertySheetIconValue | ( | const PropertySheetIconValue & | ) |
void qdesigner_internal::PropertySheetIconValue::assign | ( | const PropertySheetIconValue & | other, |
uint | mask | ||
) |
uint qdesigner_internal::PropertySheetIconValue::compare | ( | const PropertySheetIconValue & | other | ) | const |
|
private |
bool qdesigner_internal::PropertySheetIconValue::isEmpty | ( | ) | const |
uint qdesigner_internal::PropertySheetIconValue::mask | ( | ) | const |
|
inline |
Definition at line 258 of file qdesigner_utils_p.h.
bool qdesigner_internal::PropertySheetIconValue::operator< | ( | const PropertySheetIconValue & | other | ) | const |
PropertySheetIconValue& qdesigner_internal::PropertySheetIconValue::operator= | ( | const PropertySheetIconValue & | ) |
|
inline |
Definition at line 257 of file qdesigner_utils_p.h.
const ModeStateToPixmapMap& qdesigner_internal::PropertySheetIconValue::paths | ( | ) | const |
PropertySheetPixmapValue qdesigner_internal::PropertySheetIconValue::pixmap | ( | QIcon::Mode | mode, |
QIcon::State | state | ||
) | const |
void qdesigner_internal::PropertySheetIconValue::setPixmap | ( | QIcon::Mode | mode, |
QIcon::State | state, | ||
const PropertySheetPixmapValue & | path | ||
) |
void qdesigner_internal::PropertySheetIconValue::setTheme | ( | const QString & | ) |
QString qdesigner_internal::PropertySheetIconValue::theme | ( | ) | const |
PropertySheetIconValue qdesigner_internal::PropertySheetIconValue::themed | ( | ) | const |
PropertySheetIconValue qdesigner_internal::PropertySheetIconValue::unthemed | ( | ) | const |
|
private |
Definition at line 286 of file qdesigner_utils_p.h.