![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
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. | |
| QSharedData & | operator= (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 |
Definition at line 18 of file qdesigner_widgetbox.cpp.
| 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().
| QDesignerWidgetBoxWidgetData::QDesignerWidgetBoxWidgetData | ( | const QString & | aname, |
| const QString & | xml, | ||
| const QString & | icon_name, | ||
| QDesignerWidgetBoxInterface::Widget::Type | atype ) |
| QString QDesignerWidgetBoxWidgetData::m_icon_name |
Definition at line 26 of file qdesigner_widgetbox.cpp.
| QString QDesignerWidgetBoxWidgetData::m_name |
Definition at line 24 of file qdesigner_widgetbox.cpp.
| QDesignerWidgetBoxInterface::Widget::Type QDesignerWidgetBoxWidgetData::m_type |
Definition at line 27 of file qdesigner_widgetbox.cpp.
| QString QDesignerWidgetBoxWidgetData::m_xml |
Definition at line 25 of file qdesigner_widgetbox.cpp.