![]() |
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 25 of file abstractwidgetbox.h.
\value Default \value Custom
| Enumerator | |
|---|---|
| Default | |
| Custom | |
Definition at line 28 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 38 of file qdesigner_widgetbox.cpp.
|
default |
| QDesignerWidgetBoxInterface::Widget::Widget | ( | const Widget & | w | ) |
Definition at line 46 of file qdesigner_widgetbox.cpp.
| QString QDesignerWidgetBoxInterface::Widget::domXml | ( | ) | const |
Definition at line 70 of file qdesigner_widgetbox.cpp.
| QString QDesignerWidgetBoxInterface::Widget::iconName | ( | ) | const |
Definition at line 81 of file qdesigner_widgetbox.cpp.
| bool QDesignerWidgetBoxInterface::Widget::isNull | ( | ) | const |
Definition at line 103 of file qdesigner_widgetbox.cpp.
| QString QDesignerWidgetBoxInterface::Widget::name | ( | ) | const |
Definition at line 59 of file qdesigner_widgetbox.cpp.
| QDesignerWidgetBoxInterface::Widget & QDesignerWidgetBoxInterface::Widget::operator= | ( | const Widget & | w | ) |
Definition at line 51 of file qdesigner_widgetbox.cpp.
Definition at line 75 of file qdesigner_widgetbox.cpp.
Definition at line 86 of file qdesigner_widgetbox.cpp.
Definition at line 64 of file qdesigner_widgetbox.cpp.
Definition at line 97 of file qdesigner_widgetbox.cpp.
| QDesignerWidgetBoxInterface::Widget::Type QDesignerWidgetBoxInterface::Widget::type | ( | ) | const |
Definition at line 92 of file qdesigner_widgetbox.cpp.