![]() |
Computer Assited Medical Intervention Tool Kit
version 3.3
|
#include <qtpropertymanager.h>
Public Slots | |
void | setValue (QtProperty *property, const QFont &val) |
Signals | |
void | valueChanged (QtProperty *property, const QFont &val) |
![]() | |
void | propertyChanged (QtProperty *property) |
void | propertyDestroyed (QtProperty *property) |
void | propertyInserted (QtProperty *property, QtProperty *parent, QtProperty *after) |
void | propertyRemoved (QtProperty *property, QtProperty *parent) |
Public Member Functions | |
QtFontPropertyManager (QObject *parent=0) | |
QtBoolPropertyManager * | subBoolPropertyManager () const |
QtEnumPropertyManager * | subEnumPropertyManager () const |
QtIntPropertyManager * | subIntPropertyManager () const |
QFont | value (const QtProperty *property) const |
~QtFontPropertyManager () | |
![]() | |
QtProperty * | addProperty (const QString &name=QString()) |
void | clear () const |
QSet< QtProperty * > | properties () const |
QtAbstractPropertyManager (QObject *parent=0) | |
~QtAbstractPropertyManager () | |
Protected Member Functions | |
virtual void | initializeProperty (QtProperty *property) |
virtual void | uninitializeProperty (QtProperty *property) |
QIcon | valueIcon (const QtProperty *property) const |
QString | valueText (const QtProperty *property) const |
![]() | |
virtual QtProperty * | createProperty () |
virtual QString | displayText (const QtProperty *property) const |
virtual EchoMode | echoMode (const QtProperty *) const |
virtual bool | hasValue (const QtProperty *property) const |
Private Member Functions | |
Q_PRIVATE_SLOT (d_func(), void slotIntChanged(QtProperty *, int)) Q_PRIVATE_SLOT(d_func() | |
void void | slotBoolChanged (QtProperty *, bool)) Q_PRIVATE_SLOT(d_func() |
void | slotEnumChanged (QtProperty *, int)) Q_PRIVATE_SLOT(d_func() |
void void void void | slotFontDatabaseChanged ()) Q_PRIVATE_SLOT(d_func() |
void void void | slotPropertyDestroyed (QtProperty *)) Q_PRIVATE_SLOT(d_func() |
Private Attributes | |
QtFontPropertyManagerPrivate * | d_ptr |
QtFontPropertyManager::QtFontPropertyManager | ( | QObject * | parent = 0 | ) |
QtFontPropertyManager::~QtFontPropertyManager | ( | ) |
|
protectedvirtual |
Implements QtAbstractPropertyManager.
|
private |
|
slot |
|
private |
|
private |
|
private |
|
private |
QtBoolPropertyManager* QtFontPropertyManager::subBoolPropertyManager | ( | ) | const |
QtEnumPropertyManager* QtFontPropertyManager::subEnumPropertyManager | ( | ) | const |
QtIntPropertyManager* QtFontPropertyManager::subIntPropertyManager | ( | ) | const |
|
protectedvirtual |
Reimplemented from QtAbstractPropertyManager.
QFont QtFontPropertyManager::value | ( | const QtProperty * | property | ) | const |
|
signal |
|
protectedvirtual |
Reimplemented from QtAbstractPropertyManager.
|
protectedvirtual |
Reimplemented from QtAbstractPropertyManager.
|
private |