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::BrushPropertyManager Class Reference

#include <brushpropertymanager.h>

+ Collaboration diagram for qdesigner_internal::BrushPropertyManager:

Public Member Functions

 Q_DISABLE_COPY_MOVE (BrushPropertyManager)
 
 BrushPropertyManager ()
 
 ~BrushPropertyManager ()
 
void initializeProperty (QtVariantPropertyManager *vm, QtProperty *property, int enumTypeId)
 
bool uninitializeProperty (QtProperty *property)
 
int valueChanged (QtVariantPropertyManager *vm, QtProperty *property, const QVariant &value)
 
int setValue (QtVariantPropertyManager *vm, QtProperty *property, const QVariant &value)
 
bool valueText (const QtProperty *property, QString *text) const
 
bool valueIcon (const QtProperty *property, QIcon *icon) const
 
bool value (const QtProperty *property, QVariant *v) const
 
void slotPropertyDestroyed (QtProperty *property)
 

Detailed Description

Definition at line 23 of file brushpropertymanager.h.

Constructor & Destructor Documentation

◆ BrushPropertyManager()

qdesigner_internal::BrushPropertyManager::BrushPropertyManager ( )
default

◆ ~BrushPropertyManager()

qdesigner_internal::BrushPropertyManager::~BrushPropertyManager ( )
default

Member Function Documentation

◆ initializeProperty()

void qdesigner_internal::BrushPropertyManager::initializeProperty ( QtVariantPropertyManager * vm,
QtProperty * property,
int enumTypeId )

Definition at line 127 of file brushpropertymanager.cpp.

References QtProperty::addSubProperty().

+ Here is the call graph for this function:

◆ Q_DISABLE_COPY_MOVE()

qdesigner_internal::BrushPropertyManager::Q_DISABLE_COPY_MOVE ( BrushPropertyManager )

◆ setValue()

int qdesigner_internal::BrushPropertyManager::setValue ( QtVariantPropertyManager * vm,
QtProperty * property,
const QVariant & value )

Definition at line 220 of file brushpropertymanager.cpp.

References QtVariantPropertyManager::variantProperty().

+ Here is the call graph for this function:

◆ slotPropertyDestroyed()

void qdesigner_internal::BrushPropertyManager::slotPropertyDestroyed ( QtProperty * property)

Definition at line 173 of file brushpropertymanager.cpp.

◆ uninitializeProperty()

bool qdesigner_internal::BrushPropertyManager::uninitializeProperty ( QtProperty * property)

Definition at line 148 of file brushpropertymanager.cpp.

◆ value()

bool qdesigner_internal::BrushPropertyManager::value ( const QtProperty * property,
QVariant * v ) const

Definition at line 261 of file brushpropertymanager.cpp.

◆ valueChanged()

int qdesigner_internal::BrushPropertyManager::valueChanged ( QtVariantPropertyManager * vm,
QtProperty * property,
const QVariant & value )

Definition at line 188 of file brushpropertymanager.cpp.

References QtVariantPropertyManager::variantProperty().

+ Here is the call graph for this function:

◆ valueIcon()

bool qdesigner_internal::BrushPropertyManager::valueIcon ( const QtProperty * property,
QIcon * icon ) const

Definition at line 252 of file brushpropertymanager.cpp.

◆ valueText()

bool qdesigner_internal::BrushPropertyManager::valueText ( const QtProperty * property,
QString * text ) const

Definition at line 240 of file brushpropertymanager.cpp.


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