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 68 of file designerpropertymanager.h.

Member Function Documentation

◆ destroy()

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

Definition at line 145 of file designerpropertymanager.cpp.

◆ initialize()

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

Definition at line 78 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 223 of file designerpropertymanager.cpp.

◆ uninitialize()

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

Definition at line 115 of file designerpropertymanager.cpp.

◆ value()

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

Definition at line 249 of file designerpropertymanager.cpp.

◆ valueChanged()

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

Definition at line 175 of file designerpropertymanager.cpp.


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