![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
The Widget class specified a widget in \QD's widget box component. More...
#include <abstractwidgetbox.h>
Public Types | |
| enum | Type { Default , Custom } |
| \value Default \value Custom More... | |
Public Member Functions | |
| Widget (const QString &aname=QString(), const QString &xml=QString(), const QString &icon_name=QString(), Type atype=Default) | |
| ~Widget () | |
| Widget (const Widget &w) | |
| Widget & | operator= (const Widget &w) |
| QString | name () const |
| void | setName (const QString &aname) |
| QString | domXml () const |
| void | setDomXml (const QString &xml) |
| QString | iconName () const |
| void | setIconName (const QString &icon_name) |
| Type | type () const |
| void | setType (Type atype) |
| bool | isNull () const |
The Widget class specified a widget in \QD's widget box component.
Definition at line 26 of file abstractwidgetbox.h.
\value Default \value Custom
| Enumerator | |
|---|---|
| Default | |
| Custom | |
Definition at line 29 of file abstractwidgetbox.h.
| QDesignerWidgetBoxInterface::Widget::Widget | ( | const QString & | aname = QString(), |
| const QString & | xml = QString(), | ||
| const QString & | icon_name = QString(), | ||
| Type | atype = Default ) |
Definition at line 39 of file qdesigner_widgetbox.cpp.
|
default |
| QDesignerWidgetBoxInterface::Widget::Widget | ( | const Widget & | w | ) |
Definition at line 47 of file qdesigner_widgetbox.cpp.
| QString QDesignerWidgetBoxInterface::Widget::domXml | ( | ) | const |
Definition at line 71 of file qdesigner_widgetbox.cpp.
| QString QDesignerWidgetBoxInterface::Widget::iconName | ( | ) | const |
Definition at line 82 of file qdesigner_widgetbox.cpp.
| bool QDesignerWidgetBoxInterface::Widget::isNull | ( | ) | const |
Definition at line 104 of file qdesigner_widgetbox.cpp.
| QString QDesignerWidgetBoxInterface::Widget::name | ( | ) | const |
Definition at line 60 of file qdesigner_widgetbox.cpp.
| QDesignerWidgetBoxInterface::Widget & QDesignerWidgetBoxInterface::Widget::operator= | ( | const Widget & | w | ) |
Definition at line 52 of file qdesigner_widgetbox.cpp.
Definition at line 76 of file qdesigner_widgetbox.cpp.
Definition at line 87 of file qdesigner_widgetbox.cpp.
Definition at line 65 of file qdesigner_widgetbox.cpp.
Definition at line 98 of file qdesigner_widgetbox.cpp.
| QDesignerWidgetBoxInterface::Widget::Type QDesignerWidgetBoxInterface::Widget::type | ( | ) | const |
Definition at line 93 of file qdesigner_widgetbox.cpp.