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

Public Member Functions

 QDesignerWidgetBoxWidgetData (const QString &aname, const QString &xml, const QString &icon_name, QDesignerWidgetBoxInterface::Widget::Type atype)
 
 QDesignerWidgetBoxWidgetData (const QString &aname, const QString &xml, const QString &icon_name, QDesignerWidgetBoxInterface::Widget::Type atype)
 
- Public Member Functions inherited from QSharedData
 QSharedData () noexcept
 Constructs a QSharedData object with a reference count of 0.
 
 QSharedData (const QSharedData &) noexcept
 Constructs a QSharedData object with reference count 0.
 
QSharedDataoperator= (const QSharedData &)=delete
 
 ~QSharedData ()=default
 

Public Attributes

QString m_name
 
QString m_xml
 
QString m_icon_name
 
QDesignerWidgetBoxInterface::Widget::Type m_type
 
- Public Attributes inherited from QSharedData
QAtomicInt ref
 

Detailed Description

Definition at line 18 of file qdesigner_widgetbox.cpp.

Constructor & Destructor Documentation

◆ QDesignerWidgetBoxWidgetData() [1/2]

QDesignerWidgetBoxWidgetData::QDesignerWidgetBoxWidgetData ( const QString & aname,
const QString & xml,
const QString & icon_name,
QDesignerWidgetBoxInterface::Widget::Type atype )

Definition at line 30 of file qdesigner_widgetbox.cpp.

References QDesignerWidgetBoxWidgetData().

Referenced by QDesignerWidgetBoxWidgetData().

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

◆ QDesignerWidgetBoxWidgetData() [2/2]

QDesignerWidgetBoxWidgetData::QDesignerWidgetBoxWidgetData ( const QString & aname,
const QString & xml,
const QString & icon_name,
QDesignerWidgetBoxInterface::Widget::Type atype )

Member Data Documentation

◆ m_icon_name

QString QDesignerWidgetBoxWidgetData::m_icon_name

Definition at line 26 of file qdesigner_widgetbox.cpp.

◆ m_name

QString QDesignerWidgetBoxWidgetData::m_name

Definition at line 24 of file qdesigner_widgetbox.cpp.

◆ m_type

QDesignerWidgetBoxInterface::Widget::Type QDesignerWidgetBoxWidgetData::m_type

Definition at line 27 of file qdesigner_widgetbox.cpp.

◆ m_xml

QString QDesignerWidgetBoxWidgetData::m_xml

Definition at line 25 of file qdesigner_widgetbox.cpp.


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