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::ArrowKeyPropertyHelper Class Reference
+ Inheritance diagram for qdesigner_internal::ArrowKeyPropertyHelper:
+ Collaboration diagram for qdesigner_internal::ArrowKeyPropertyHelper:

Public Member Functions

 ArrowKeyPropertyHelper (QObject *o, SpecialProperty sp, QDesignerPropertySheetExtension *s, int i)
 
Value setValue (QDesignerFormWindowInterface *fw, const QVariant &value, bool changed, quint64 subPropertyMask) override
 
 ArrowKeyPropertyHelper (QObject *o, SpecialProperty sp, QDesignerPropertySheetExtension *s, int i)
 
Value setValue (QDesignerFormWindowInterface *fw, const QVariant &value, bool changed, quint64 subPropertyMask) override
 
- Public Member Functions inherited from qdesigner_internal::PropertyHelper
 PropertyHelper (QObject *object, SpecialProperty specialProperty, QDesignerPropertySheetExtension *sheet, int index)
 
virtual ~PropertyHelper ()=default
 
QObjectobject () const
 
SpecialProperty specialProperty () const
 
Value restoreOldValue (QDesignerFormWindowInterface *fw)
 
Value restoreDefaultValue (QDesignerFormWindowInterface *fw)
 
QVariant oldValue () const
 
void setOldValue (const QVariant &oldValue)
 
unsigned updateMask () const
 
bool canMerge (const PropertyHelper &other) const
 
QDesignerIntegrationintegration (QDesignerFormWindowInterface *fw) const
 

Additional Inherited Members

- Public Types inherited from qdesigner_internal::PropertyHelper
enum  ObjectType { OT_Object , OT_FreeAction , OT_AssociatedAction , OT_Widget }
 
enum  UpdateMask { UpdatePropertyEditor =1 , UpdateObjectInspector =2 }
 
using Value = std::pair<QVariant, bool>
 
- Static Public Member Functions inherited from qdesigner_internal::PropertyHelper
static void triggerActionChanged (QAction *a)
 

Detailed Description

Definition at line 1424 of file formwindow.cpp.

Constructor & Destructor Documentation

◆ ArrowKeyPropertyHelper() [1/2]

qdesigner_internal::ArrowKeyPropertyHelper::ArrowKeyPropertyHelper ( QObject * o,
SpecialProperty sp,
QDesignerPropertySheetExtension * s,
int i )
inline

Definition at line 1426 of file formwindow.cpp.

◆ ArrowKeyPropertyHelper() [2/2]

qdesigner_internal::ArrowKeyPropertyHelper::ArrowKeyPropertyHelper ( QObject * o,
SpecialProperty sp,
QDesignerPropertySheetExtension * s,
int i )
inline

Definition at line 1426 of file formwindow.cpp.

Member Function Documentation

◆ setValue() [1/2]

PropertyHelper::Value qdesigner_internal::ArrowKeyPropertyHelper::setValue ( QDesignerFormWindowInterface * fw,
const QVariant & value,
bool changed,
quint64 subPropertyMask )
overridevirtual

Reimplemented from qdesigner_internal::PropertyHelper.

Definition at line 1434 of file formwindow.cpp.

◆ setValue() [2/2]

Value qdesigner_internal::ArrowKeyPropertyHelper::setValue ( QDesignerFormWindowInterface * fw,
const QVariant & value,
bool changed,
quint64 subPropertyMask )
overridevirtual

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