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::PropertyListCommand::PropertyDescription Struct Reference

#include <qdesigner_propertycommand_p.h>

+ Collaboration diagram for qdesigner_internal::PropertyListCommand::PropertyDescription:

Public Member Functions

 PropertyDescription ()=default
 
 PropertyDescription (const QString &propertyName, QDesignerPropertySheetExtension *propertySheet, int index)
 
bool equals (const PropertyDescription &p) const
 
void debug () const
 

Public Attributes

QString m_propertyName
 
QString m_propertyGroup
 
int m_propertyType = QMetaType::UnknownType
 
SpecialProperty m_specialProperty = SP_None
 

Detailed Description

Definition at line 159 of file qdesigner_propertycommand_p.h.

Constructor & Destructor Documentation

◆ PropertyDescription() [1/2]

qdesigner_internal::PropertyListCommand::PropertyDescription::PropertyDescription ( )
default

◆ PropertyDescription() [2/2]

qdesigner_internal::PropertyListCommand::PropertyDescription::PropertyDescription ( const QString & propertyName,
QDesignerPropertySheetExtension * propertySheet,
int index )

Definition at line 918 of file qdesigner_propertycommand.cpp.

Member Function Documentation

◆ debug()

void qdesigner_internal::PropertyListCommand::PropertyDescription::debug ( ) const

Definition at line 928 of file qdesigner_propertycommand.cpp.

◆ equals()

bool qdesigner_internal::PropertyListCommand::PropertyDescription::equals ( const PropertyDescription & p) const

Definition at line 933 of file qdesigner_propertycommand.cpp.

Member Data Documentation

◆ m_propertyGroup

QString qdesigner_internal::PropertyListCommand::PropertyDescription::m_propertyGroup

Definition at line 167 of file qdesigner_propertycommand_p.h.

◆ m_propertyName

QString qdesigner_internal::PropertyListCommand::PropertyDescription::m_propertyName

Definition at line 166 of file qdesigner_propertycommand_p.h.

◆ m_propertyType

int qdesigner_internal::PropertyListCommand::PropertyDescription::m_propertyType = QMetaType::UnknownType

Definition at line 168 of file qdesigner_propertycommand_p.h.

◆ m_specialProperty

SpecialProperty qdesigner_internal::PropertyListCommand::PropertyDescription::m_specialProperty = SP_None

Definition at line 169 of file qdesigner_propertycommand_p.h.


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