Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qdesigner_internal::DesignerPropertyManager Class Reference

#include <designerpropertymanager.h>

+ Inheritance diagram for qdesigner_internal::DesignerPropertyManager:
+ Collaboration diagram for qdesigner_internal::DesignerPropertyManager:

Public Types

enum  ValueChangedResult { NoMatch , Unchanged , Changed }
 

Public Slots

void setAttribute (QtProperty *property, const QString &attribute, const QVariant &value) override
 
void setValue (QtProperty *property, const QVariant &value) override
 
- Public Slots inherited from QtVariantPropertyManager
virtual void setValue (QtProperty *property, const QVariant &val)
 Sets the value of the given property to value.
 
virtual void setAttribute (QtProperty *property, const QString &attribute, const QVariant &value)
 Sets the value of the specified attribute of the given property, to value.
 
- Public Slots inherited from QObject
void deleteLater ()
 \threadsafe
 

Signals

void valueChanged (QtProperty *property, const QVariant &value, bool enableSubPropertyHandling)
 
- Signals inherited from QtVariantPropertyManager
void valueChanged (QtProperty *property, const QVariant &val)
 This signal is emitted whenever a property created by this manager changes its value, passing a pointer to the property and the new value as parameters.
 
void attributeChanged (QtProperty *property, const QString &attribute, const QVariant &val)
 This signal is emitted whenever an attribute of a property created by this manager changes its value, passing a pointer to the property, the attribute and the new value as parameters.
 
- Signals inherited from QtAbstractPropertyManager
void propertyInserted (QtProperty *property, QtProperty *parent, QtProperty *after)
 This signal is emitted when a new subproperty is inserted into an existing property, passing pointers to the newProperty, parentProperty and precedingProperty as parameters.
 
void propertyChanged (QtProperty *property)
 This signal is emitted whenever a property's data changes, passing a pointer to the property as parameter.
 
void propertyRemoved (QtProperty *property, QtProperty *parent)
 This signal is emitted when a subproperty is removed, passing pointers to the removed property and the parent property as parameters.
 
void propertyDestroyed (QtProperty *property)
 This signal is emitted when the specified property is about to be destroyed.
 
- Signals inherited from QObject
void destroyed (QObject *=nullptr)
 This signal is emitted immediately before the object obj is destroyed, after any instances of QPointer have been notified, and cannot be blocked.
 
void objectNameChanged (const QString &objectName, QPrivateSignal)
 This signal is emitted after the object's name has been changed.
 

Public Member Functions

 DesignerPropertyManager (QDesignerFormEditorInterface *core, QObject *parent=nullptr)
 
 ~DesignerPropertyManager ()
 
QStringList attributes (int propertyType) const override
 Returns a list of the given propertyType 's attributes.
 
int attributeType (int propertyType, const QString &attribute) const override
 Returns the type of the specified attribute of the given propertyType.
 
QVariant attributeValue (const QtProperty *property, const QString &attribute) const override
 Returns the given property's value for the specified attribute.
 
bool isPropertyTypeSupported (int propertyType) const override
 Returns true if the given propertyType is supported by this variant manager; otherwise false.
 
QVariant value (const QtProperty *property) const override
 Returns the given property's value.
 
int valueType (int propertyType) const override
 This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.Returns the value type associated with the given propertyType.
 
QString valueText (const QtProperty *property) const override
 Returns a string representing the current state of the given property.
 
QIcon valueIcon (const QtProperty *property) const override
 Returns an icon representing the current state of the given property.
 
bool resetTextAlignmentProperty (QtProperty *property)
 
bool resetFontSubProperty (QtProperty *property)
 
bool resetIconSubProperty (QtProperty *subProperty)
 
void reloadResourceProperties ()
 
void setObject (QObject *object)
 
- Public Member Functions inherited from QtVariantPropertyManager
 QtVariantPropertyManager (QObject *parent=0)
 Creates a manager with the given parent.
 
 ~QtVariantPropertyManager ()
 Destroys this manager, and all the properties it has created.
 
virtual QtVariantPropertyaddProperty (int propertyType, const QString &name=QString())
 Creates and returns a variant property of the given propertyType with the given name.
 
int propertyType (const QtProperty *property) const
 Returns the given property's type.
 
int valueType (const QtProperty *property) const
 Returns the given property's value type.
 
QtVariantPropertyvariantProperty (const QtProperty *property) const
 Returns the given property converted into a QtVariantProperty.
 
- Public Member Functions inherited from QtAbstractPropertyManager
 QtAbstractPropertyManager (QObject *parent=0)
 Creates an abstract property manager with the given parent.
 
 ~QtAbstractPropertyManager ()
 Destroys the manager.
 
QSet< QtProperty * > properties () const
 Returns the set of properties created by this manager.
 
void clear () const
 Destroys all the properties that this manager has created.
 
QtPropertyaddProperty (const QString &name=QString())
 Creates a property with the given name which then is owned by this manager.
 
- Public Member Functions inherited from QObject
Q_INVOKABLE QObject (QObject *parent=nullptr)
 Constructs an object with parent object parent.
 
virtual ~QObject ()
 Destroys the object, deleting all its child objects.
 
virtual bool event (QEvent *event)
 This virtual function receives events to an object and should return true if the event e was recognized and processed.
 
virtual bool eventFilter (QObject *watched, QEvent *event)
 Filters events if this object has been installed as an event filter for the watched object.
 
QString objectName () const
 
Q_WEAK_OVERLOAD void setObjectName (const QString &name)
 Sets the object's name to name.
 
void setObjectName (QAnyStringView name)
 This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
 
QBindable< QStringbindableObjectName ()
 
bool isWidgetType () const
 Returns true if the object is a widget; otherwise returns false.
 
bool isWindowType () const
 Returns true if the object is a window; otherwise returns false.
 
bool isQuickItemType () const
 Returns true if the object is a QQuickItem; otherwise returns false.
 
bool signalsBlocked () const noexcept
 Returns true if signals are blocked; otherwise returns false.
 
bool blockSignals (bool b) noexcept
 If block is true, signals emitted by this object are blocked (i.e., emitting a signal will not invoke anything connected to it).
 
QThreadthread () const
 Returns the thread in which the object lives.
 
bool moveToThread (QThread *thread QT6_DECL_NEW_OVERLOAD_TAIL)
 Changes the thread affinity for this object and its children and returns true on success.
 
int startTimer (int interval, Qt::TimerType timerType=Qt::CoarseTimer)
 This is an overloaded function that will start a timer of type timerType and a timeout of interval milliseconds.
 
int startTimer (std::chrono::nanoseconds time, Qt::TimerType timerType=Qt::CoarseTimer)
 
void killTimer (int id)
 Kills the timer with timer identifier, id.
 
void killTimer (Qt::TimerId id)
 
template<typename T >
findChild (QAnyStringView aName, Qt::FindChildOptions options=Qt::FindChildrenRecursively) const
 Returns the child of this object that can be cast into type T and that is called name, or \nullptr if there is no such object.
 
template<typename T >
QList< T > findChildren (QAnyStringView aName, Qt::FindChildOptions options=Qt::FindChildrenRecursively) const
 Returns all children of this object with the given name that can be cast to type T, or an empty list if there are no such objects.
 
template<typename T >
findChild (Qt::FindChildOptions options=Qt::FindChildrenRecursively) const
 This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
 
template<typename T >
QList< T > findChildren (Qt::FindChildOptions options=Qt::FindChildrenRecursively) const
 This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
 
const QObjectListchildren () const
 Returns a list of child objects.
 
void setParent (QObject *parent)
 Makes the object a child of parent.
 
void installEventFilter (QObject *filterObj)
 Installs an event filter filterObj on this object.
 
void removeEventFilter (QObject *obj)
 Removes an event filter object obj from this object.
 
QMetaObject::Connection connect (const QObject *sender, const char *signal, const char *member, Qt::ConnectionType type=Qt::AutoConnection) const
 
bool disconnect (const char *signal=nullptr, const QObject *receiver=nullptr, const char *member=nullptr) const
 
bool disconnect (const QObject *receiver, const char *member=nullptr) const
 
void dumpObjectTree () const
 Dumps a tree of children to the debug output.
 
void dumpObjectInfo () const
 Dumps information about signal connections, etc.
 
bool setProperty (const char *name, const QVariant &value)
 Sets the value of the object's name property to value.
 
bool setProperty (const char *name, QVariant &&value)
 
QVariant property (const char *name) const
 Returns the value of the object's name property.
 
QList< QByteArraydynamicPropertyNames () const
 
QBindingStoragebindingStorage ()
 
const QBindingStoragebindingStorage () const
 
QObjectparent () const
 Returns a pointer to the parent object.
 
bool inherits (const char *classname) const
 Returns true if this object is an instance of a class that inherits className or a QObject subclass that inherits className; otherwise returns false.
 

Static Public Member Functions

static int designerFlagTypeId ()
 
static int designerFlagListTypeId ()
 
static int designerAlignmentTypeId ()
 
static int designerPixmapTypeId ()
 
static int designerIconTypeId ()
 
static int designerStringTypeId ()
 
static int designerStringListTypeId ()
 
static int designerKeySequenceTypeId ()
 
static void setUseIdBasedTranslations (bool v)
 
static bool useIdBasedTranslations ()
 
static QString alignDefaultAttribute ()
 
static uint alignDefault (const QtVariantProperty *prop)
 
- Static Public Member Functions inherited from QtVariantPropertyManager
static int enumTypeId ()
 Returns the type id for an enum property.
 
static int flagTypeId ()
 Returns the type id for a flag property.
 
static int groupTypeId ()
 Returns the type id for a group property.
 
static int iconMapTypeId ()
 Returns the type id for a icon map attribute.
 
- Static Public Member Functions inherited from QObject
static QMetaObject::Connection connect (const QObject *sender, const char *signal, const QObject *receiver, const char *member, Qt::ConnectionType=Qt::AutoConnection)
 \threadsafe
 
static QMetaObject::Connection connect (const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method, Qt::ConnectionType type=Qt::AutoConnection)
 
template<typename Func1 , typename Func2 >
static QMetaObject::Connection connect (const typename QtPrivate::FunctionPointer< Func1 >::Object *sender, Func1 signal, const typename QtPrivate::ContextTypeForFunctor< Func2 >::ContextType *context, Func2 &&slot, Qt::ConnectionType type=Qt::AutoConnection)
 
template<typename Func1 , typename Func2 >
static QMetaObject::Connection connect (const typename QtPrivate::FunctionPointer< Func1 >::Object *sender, Func1 signal, Func2 &&slot)
 
static bool disconnect (const QObject *sender, const char *signal, const QObject *receiver, const char *member)
 \threadsafe
 
static bool disconnect (const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &member)
 
static bool disconnect (const QMetaObject::Connection &)
 Disconnect a connection.
 
template<typename Func1 , typename Func2 >
static bool disconnect (const typename QtPrivate::FunctionPointer< Func1 >::Object *sender, Func1 signal, const typename QtPrivate::FunctionPointer< Func2 >::Object *receiver, Func2 slot)
 
template<typename Func1 >
static bool disconnect (const typename QtPrivate::FunctionPointer< Func1 >::Object *sender, Func1 signal, const QObject *receiver, void **zero)
 

Protected Member Functions

void initializeProperty (QtProperty *property) override
 This function is called whenever a new valid property pointer has been created, passing the pointer as parameter.
 
void uninitializeProperty (QtProperty *property) override
 This function is called just before the specified property is destroyed.
 
- Protected Member Functions inherited from QtVariantPropertyManager
bool hasValue (const QtProperty *property) const override
 
QString valueText (const QtProperty *property) const override
 
QIcon valueIcon (const QtProperty *property) const override
 
void initializeProperty (QtProperty *property) override
 
void uninitializeProperty (QtProperty *property) override
 
QtPropertycreateProperty () override
 
- Protected Member Functions inherited from QtAbstractPropertyManager
- Protected Member Functions inherited from QObject
QObjectsender () const
 Returns a pointer to the object that sent the signal, if called in a slot activated by a signal; otherwise it returns \nullptr.
 
int senderSignalIndex () const
 
int receivers (const char *signal) const
 Returns the number of receivers connected to the signal.
 
bool isSignalConnected (const QMetaMethod &signal) const
 
virtual void timerEvent (QTimerEvent *event)
 This event handler can be reimplemented in a subclass to receive timer events for the object.
 
virtual void childEvent (QChildEvent *event)
 This event handler can be reimplemented in a subclass to receive child events.
 
virtual void customEvent (QEvent *event)
 This event handler can be reimplemented in a subclass to receive custom events.
 
virtual void connectNotify (const QMetaMethod &signal)
 
virtual void disconnectNotify (const QMetaMethod &signal)
 
 QObject (QObjectPrivate &dd, QObject *parent=nullptr)
 

Additional Inherited Members

- Protected Attributes inherited from QObject
QScopedPointer< QObjectDatad_ptr
 
- Properties inherited from QObject
QString objectName
 the name of this object
 

Detailed Description

Definition at line 95 of file designerpropertymanager.h.

Member Enumeration Documentation

◆ ValueChangedResult

Enumerator
NoMatch 
Unchanged 
Changed 

Definition at line 99 of file designerpropertymanager.h.

Constructor & Destructor Documentation

◆ DesignerPropertyManager()

qdesigner_internal::DesignerPropertyManager::DesignerPropertyManager ( QDesignerFormEditorInterface * core,
QObject * parent = nullptr )
explicit

Definition at line 565 of file designerpropertymanager.cpp.

◆ ~DesignerPropertyManager()

qdesigner_internal::DesignerPropertyManager::~DesignerPropertyManager ( )

Definition at line 578 of file designerpropertymanager.cpp.

Member Function Documentation

◆ alignDefault()

uint qdesigner_internal::DesignerPropertyManager::alignDefault ( const QtVariantProperty * prop)
static

Definition at line 1190 of file designerpropertymanager.cpp.

◆ alignDefaultAttribute()

QString qdesigner_internal::DesignerPropertyManager::alignDefaultAttribute ( )
static

Definition at line 1185 of file designerpropertymanager.cpp.

Referenced by qdesigner_internal::AbstractItemEditor::setupProperties().

+ Here is the caller graph for this function:

◆ attributes()

QStringList qdesigner_internal::DesignerPropertyManager::attributes ( int propertyType) const
overridevirtual

Returns a list of the given propertyType 's attributes.

See also
attributeValue(), attributeType()

Reimplemented from QtVariantPropertyManager.

Definition at line 832 of file designerpropertymanager.cpp.

◆ attributeType()

int qdesigner_internal::DesignerPropertyManager::attributeType ( int propertyType,
const QString & attribute ) const
overridevirtual

Returns the type of the specified attribute of the given propertyType.

If the given propertyType is not supported by this manager, or if the given propertyType does not possess the specified attribute, this function returns QMetaType::UnknownType.

See also
attributes(), valueType()

Reimplemented from QtVariantPropertyManager.

Definition at line 857 of file designerpropertymanager.cpp.

◆ attributeValue()

QVariant qdesigner_internal::DesignerPropertyManager::attributeValue ( const QtProperty * property,
const QString & attribute ) const
overridevirtual

Returns the given property's value for the specified attribute.

If the given property was not created by this manager, or if the specified attribute does not exist, this function returns an invalid variant.

See also
attributes(), attributeType(), setAttribute()

Reimplemented from QtVariantPropertyManager.

Definition at line 884 of file designerpropertymanager.cpp.

◆ designerAlignmentTypeId()

int qdesigner_internal::DesignerPropertyManager::designerAlignmentTypeId ( )
static

Definition at line 1154 of file designerpropertymanager.cpp.

◆ designerFlagListTypeId()

int qdesigner_internal::DesignerPropertyManager::designerFlagListTypeId ( )
static

Definition at line 1148 of file designerpropertymanager.cpp.

◆ designerFlagTypeId()

int qdesigner_internal::DesignerPropertyManager::designerFlagTypeId ( )
static

Definition at line 1142 of file designerpropertymanager.cpp.

Referenced by qdesigner_internal::PropertyEditor::setObject().

+ Here is the caller graph for this function:

◆ designerIconTypeId()

int qdesigner_internal::DesignerPropertyManager::designerIconTypeId ( )
static

Definition at line 1165 of file designerpropertymanager.cpp.

◆ designerKeySequenceTypeId()

int qdesigner_internal::DesignerPropertyManager::designerKeySequenceTypeId ( )
static

Definition at line 1180 of file designerpropertymanager.cpp.

◆ designerPixmapTypeId()

int qdesigner_internal::DesignerPropertyManager::designerPixmapTypeId ( )
static

Definition at line 1160 of file designerpropertymanager.cpp.

◆ designerStringListTypeId()

int qdesigner_internal::DesignerPropertyManager::designerStringListTypeId ( )
static

Definition at line 1175 of file designerpropertymanager.cpp.

◆ designerStringTypeId()

int qdesigner_internal::DesignerPropertyManager::designerStringTypeId ( )
static

Definition at line 1170 of file designerpropertymanager.cpp.

◆ initializeProperty()

void qdesigner_internal::DesignerPropertyManager::initializeProperty ( QtProperty * property)
overrideprotectedvirtual

This function is called whenever a new valid property pointer has been created, passing the pointer as parameter.

The purpose is to let the manager know that the property has been created so that it can provide additional attributes for the new property, e.g. QtIntPropertyManager adds \l {QtIntPropertyManager::value()}{value}, \l {QtIntPropertyManager::minimum()}{minimum} and \l {QtIntPropertyManager::maximum()}{maximum} attributes. Since each manager subclass adds type specific attributes, this function is pure virtual and must be reimplemented when deriving from the QtAbstractPropertyManager class.

See also
addProperty(), createProperty()

Implements QtAbstractPropertyManager.

Definition at line 1740 of file designerpropertymanager.cpp.

◆ isPropertyTypeSupported()

bool qdesigner_internal::DesignerPropertyManager::isPropertyTypeSupported ( int propertyType) const
overridevirtual

Returns true if the given propertyType is supported by this variant manager; otherwise false.

See also
propertyType()

Reimplemented from QtVariantPropertyManager.

Definition at line 1195 of file designerpropertymanager.cpp.

◆ reloadResourceProperties()

void qdesigner_internal::DesignerPropertyManager::reloadResourceProperties ( )

Definition at line 1307 of file designerpropertymanager.cpp.

Referenced by qdesigner_internal::AbstractItemEditor::cacheReloaded(), and qdesigner_internal::PropertyEditor::reloadResourceProperties().

+ Here is the caller graph for this function:

◆ resetFontSubProperty()

bool qdesigner_internal::DesignerPropertyManager::resetFontSubProperty ( QtProperty * property)

Definition at line 1955 of file designerpropertymanager.cpp.

◆ resetIconSubProperty()

bool qdesigner_internal::DesignerPropertyManager::resetIconSubProperty ( QtProperty * subProperty)

Definition at line 1960 of file designerpropertymanager.cpp.

◆ resetTextAlignmentProperty()

bool qdesigner_internal::DesignerPropertyManager::resetTextAlignmentProperty ( QtProperty * property)

Definition at line 1944 of file designerpropertymanager.cpp.

◆ setAttribute

void qdesigner_internal::DesignerPropertyManager::setAttribute ( QtProperty * property,
const QString & attribute,
const QVariant & value )
overrideslot

Definition at line 949 of file designerpropertymanager.cpp.

◆ setObject()

void qdesigner_internal::DesignerPropertyManager::setObject ( QObject * object)
inline

Definition at line 129 of file designerpropertymanager.h.

◆ setUseIdBasedTranslations()

static void qdesigner_internal::DesignerPropertyManager::setUseIdBasedTranslations ( bool v)
inlinestatic

Definition at line 131 of file designerpropertymanager.h.

Referenced by qdesigner_internal::PropertyEditor::setObject().

+ Here is the caller graph for this function:

◆ setValue

void qdesigner_internal::DesignerPropertyManager::setValue ( QtProperty * property,
const QVariant & value )
overrideslot

Definition at line 1435 of file designerpropertymanager.cpp.

◆ uninitializeProperty()

void qdesigner_internal::DesignerPropertyManager::uninitializeProperty ( QtProperty * property)
overrideprotectedvirtual

This function is called just before the specified property is destroyed.

The purpose is to let the property manager know that the property is being destroyed so that it can remove the property's additional attributes.

See also
clear(), propertyDestroyed()

Reimplemented from QtAbstractPropertyManager.

Definition at line 1867 of file designerpropertymanager.cpp.

◆ useIdBasedTranslations()

static bool qdesigner_internal::DesignerPropertyManager::useIdBasedTranslations ( )
inlinestatic

Definition at line 133 of file designerpropertymanager.h.

Referenced by qdesigner_internal::PropertyEditor::setObject().

+ Here is the caller graph for this function:

◆ value()

QVariant qdesigner_internal::DesignerPropertyManager::value ( const QtProperty * property) const
overridevirtual

Returns the given property's value.

If the given property is not managed by this manager, this function returns an invalid variant.

See also
setValue()

Reimplemented from QtVariantPropertyManager.

Definition at line 1371 of file designerpropertymanager.cpp.

◆ valueChanged

void qdesigner_internal::DesignerPropertyManager::valueChanged ( QtProperty * property,
const QVariant & value,
bool enableSubPropertyHandling )
signal

◆ valueIcon()

QIcon qdesigner_internal::DesignerPropertyManager::valueIcon ( const QtProperty * property) const
overridevirtual

Returns an icon representing the current state of the given property.

The default implementation of this function returns an invalid icon.

See also
QtProperty::valueIcon()

Reimplemented from QtAbstractPropertyManager.

Definition at line 1344 of file designerpropertymanager.cpp.

◆ valueText()

QString qdesigner_internal::DesignerPropertyManager::valueText ( const QtProperty * property) const
overridevirtual

Returns a string representing the current state of the given property.

The default implementation of this function returns an empty string.

See also
QtProperty::valueText()

Reimplemented from QtAbstractPropertyManager.

Definition at line 1227 of file designerpropertymanager.cpp.

◆ valueType()

int qdesigner_internal::DesignerPropertyManager::valueType ( int propertyType) const
overridevirtual

This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.Returns the value type associated with the given propertyType.

Reimplemented from QtVariantPropertyManager.

Definition at line 1405 of file designerpropertymanager.cpp.


The documentation for this class was generated from the following files: