- All Implemented Interfaces:
QtObjectInterface,Cloneable
- Enclosing class:
QDesignerWidgetBoxInterface
Java wrapper for Qt class QDesignerWidgetBoxInterface::Widget
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumJava wrapper for Qt enumQDesignerWidgetBoxInterface::Widget::Type -
Constructor Summary
ConstructorsConstructorDescriptionWidget()SeeQDesignerWidgetBoxInterface::Widget::Widget(QDesignerWidgetBoxInterface::Widget) Overloaded constructor forWidget(java.lang.String, java.lang.String, java.lang.String, io.qt.designer.QDesignerWidgetBoxInterface.Widget.Type)withatype = io.qt.designer.QDesignerWidgetBoxInterface.Widget.Type.Default.Widget(String aname, String xml, String icon_name, QDesignerWidgetBoxInterface.Widget.Type atype) SeeQDesignerWidgetBoxInterface::Widget::Widget(QString, QString, QString, QDesignerWidgetBoxInterface::Widget::Type) -
Method Summary
Modifier and TypeMethodDescriptionfinal voidSeeQDesignerWidgetBoxInterface::Widget::operator=(QDesignerWidgetBoxInterface::Widget) clone()Creates and returns a copy of this object.final StringdomXml()SeeQDesignerWidgetBoxInterface::Widget::domXml()const final StringiconName()SeeQDesignerWidgetBoxInterface::Widget::iconName()const final booleanisNull()SeeQDesignerWidgetBoxInterface::Widget::isNull()const final Stringname()SeeQDesignerWidgetBoxInterface::Widget::name()const final voidSeeQDesignerWidgetBoxInterface::Widget::setDomXml(QString) final voidsetIconName(String icon_name) SeeQDesignerWidgetBoxInterface::Widget::setIconName(QString) final voidSeeQDesignerWidgetBoxInterface::Widget::setName(QString) final voidSeeQDesignerWidgetBoxInterface::Widget::setType(QDesignerWidgetBoxInterface::Widget::Type) type()SeeQDesignerWidgetBoxInterface::Widget::type()const Methods inherited from class io.qt.QtObject
dispose, equals, isDisposed
-
Constructor Details
-
Widget
See
QDesignerWidgetBoxInterface::Widget::Widget(QDesignerWidgetBoxInterface::Widget) - Parameters:
w-
-
Widget
public Widget(String aname, String xml, String icon_name, QDesignerWidgetBoxInterface.Widget.Type atype) See
QDesignerWidgetBoxInterface::Widget::Widget(QString, QString, QString, QDesignerWidgetBoxInterface::Widget::Type) - Parameters:
aname-xml-icon_name-atype-
-
Widget
Overloaded constructor for
Widget(java.lang.String, java.lang.String, java.lang.String, io.qt.designer.QDesignerWidgetBoxInterface.Widget.Type)withatype = io.qt.designer.QDesignerWidgetBoxInterface.Widget.Type.Default. -
Widget
Overloaded constructor for
Widget(java.lang.String, java.lang.String, java.lang.String, io.qt.designer.QDesignerWidgetBoxInterface.Widget.Type)with:
icon_name = (String)nullatype = io.qt.designer.QDesignerWidgetBoxInterface.Widget.Type.Default
-
Widget
Overloaded constructor for
Widget(java.lang.String, java.lang.String, java.lang.String, io.qt.designer.QDesignerWidgetBoxInterface.Widget.Type)with:
xml = (String)nullicon_name = (String)nullatype = io.qt.designer.QDesignerWidgetBoxInterface.Widget.Type.Default
-
Widget
public Widget()Overloaded constructor for
Widget(java.lang.String, java.lang.String, java.lang.String, io.qt.designer.QDesignerWidgetBoxInterface.Widget.Type)with:
aname = (String)nullxml = (String)nullicon_name = (String)nullatype = io.qt.designer.QDesignerWidgetBoxInterface.Widget.Type.Default
-
-
Method Details
-
domXml
See
QDesignerWidgetBoxInterface::Widget::domXml()const - Returns:
-
iconName
See
QDesignerWidgetBoxInterface::Widget::iconName()const - Returns:
-
isNull
See
QDesignerWidgetBoxInterface::Widget::isNull()const - Returns:
-
name
See
QDesignerWidgetBoxInterface::Widget::name()const - Returns:
-
assign
See
QDesignerWidgetBoxInterface::Widget::operator=(QDesignerWidgetBoxInterface::Widget) - Parameters:
w-
-
setDomXml
See
QDesignerWidgetBoxInterface::Widget::setDomXml(QString) - Parameters:
xml-
-
setIconName
See
QDesignerWidgetBoxInterface::Widget::setIconName(QString) - Parameters:
icon_name-
-
setName
See
QDesignerWidgetBoxInterface::Widget::setName(QString) - Parameters:
aname-
-
setType
See
QDesignerWidgetBoxInterface::Widget::setType(QDesignerWidgetBoxInterface::Widget::Type) - Parameters:
atype-
-
type
See
QDesignerWidgetBoxInterface::Widget::type()const - Returns:
-
clone
Creates and returns a copy of this object.
See
QDesignerWidgetBoxInterface::Widget::Widget(QDesignerWidgetBoxInterface::Widget)
-