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::TranslatablePropertyManager< PropertySheetValue > Class Template Reference

#include <designerpropertymanager.h>

Collaboration diagram for qdesigner_internal::TranslatablePropertyManager< PropertySheetValue >:

Public Member Functions

void initialize (QtVariantPropertyManager *m, QtProperty *property, const PropertySheetValue &value)
bool uninitialize (QtProperty *property)
bool destroy (QtProperty *subProperty)
bool value (const QtProperty *property, QVariant *rc) const
int valueChanged (QtVariantPropertyManager *m, QtProperty *property, const QVariant &value)
int setValue (QtVariantPropertyManager *m, QtProperty *property, int expectedTypeId, const QVariant &value)

Detailed Description

template<class PropertySheetValue>
class qdesigner_internal::TranslatablePropertyManager< PropertySheetValue >

Definition at line 43 of file designerpropertymanager.h.

Member Function Documentation

◆ destroy()

template<class PropertySheetValue>
bool qdesigner_internal::TranslatablePropertyManager< PropertySheetValue >::destroy ( QtProperty * subProperty)

Definition at line 146 of file designerpropertymanager.cpp.

◆ initialize()

template<class PropertySheetValue>
void qdesigner_internal::TranslatablePropertyManager< PropertySheetValue >::initialize ( QtVariantPropertyManager * m,
QtProperty * property,
const PropertySheetValue & value )

Definition at line 79 of file designerpropertymanager.cpp.

◆ setValue()

template<class PropertySheetValue>
int qdesigner_internal::TranslatablePropertyManager< PropertySheetValue >::setValue ( QtVariantPropertyManager * m,
QtProperty * property,
int expectedTypeId,
const QVariant & value )

Definition at line 224 of file designerpropertymanager.cpp.

◆ uninitialize()

template<class PropertySheetValue>
bool qdesigner_internal::TranslatablePropertyManager< PropertySheetValue >::uninitialize ( QtProperty * property)

Definition at line 116 of file designerpropertymanager.cpp.

◆ value()

template<class PropertySheetValue>
bool qdesigner_internal::TranslatablePropertyManager< PropertySheetValue >::value ( const QtProperty * property,
QVariant * rc ) const

Definition at line 250 of file designerpropertymanager.cpp.

◆ valueChanged()

template<class PropertySheetValue>
int qdesigner_internal::TranslatablePropertyManager< PropertySheetValue >::valueChanged ( QtVariantPropertyManager * m,
QtProperty * property,
const QVariant & value )

Definition at line 176 of file designerpropertymanager.cpp.


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