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::Property Struct Reference
+ Collaboration diagram for qdesigner_internal::Property:

Public Member Functions

 Property ()=default
 
 Property (QDesignerPropertySheetExtension *sheet, int id)
 
 Property ()=default
 
 Property (QDesignerPropertySheetExtension *sheet, int id)
 

Public Attributes

QDesignerPropertySheetExtensionm_sheet {nullptr}
 
int m_id {-1}
 

Detailed Description

Definition at line 18 of file itemview_propertysheet.cpp.

Constructor & Destructor Documentation

◆ Property() [1/4]

qdesigner_internal::Property::Property ( )
default

◆ Property() [2/4]

qdesigner_internal::Property::Property ( QDesignerPropertySheetExtension * sheet,
int id )
inline

Definition at line 20 of file itemview_propertysheet.cpp.

References Property(), and m_id.

Referenced by Property().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ Property() [3/4]

qdesigner_internal::Property::Property ( )
default

◆ Property() [4/4]

qdesigner_internal::Property::Property ( QDesignerPropertySheetExtension * sheet,
int id )
inline

Definition at line 20 of file itemview_propertysheet.cpp.

Member Data Documentation

◆ m_id

int Property::m_id {-1}

Definition at line 24 of file itemview_propertysheet.cpp.

Referenced by Property().

◆ m_sheet

Definition at line 23 of file itemview_propertysheet.cpp.


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