- All Implemented Interfaces:
QtObjectInterface
,Cloneable
- Enclosing class:
QDesignerWidgetBoxInterface
Java wrapper for Qt class QDesignerWidgetBoxInterface::Widget
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
Java wrapper for Qt enumQDesignerWidgetBoxInterface::Widget::Type
-
Constructor Summary
ConstructorDescriptionWidget()
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 void
SeeQDesignerWidgetBoxInterface::Widget::
operator=(QDesignerWidgetBoxInterface::Widget) clone()
Creates and returns a copy of this object.final String
domXml()
SeeQDesignerWidgetBoxInterface::Widget::
domXml()const final String
iconName()
SeeQDesignerWidgetBoxInterface::Widget::
iconName()const final boolean
isNull()
SeeQDesignerWidgetBoxInterface::Widget::
isNull()const final String
name()
SeeQDesignerWidgetBoxInterface::Widget::
name()const final void
SeeQDesignerWidgetBoxInterface::Widget::
setDomXml(QString) final void
setIconName
(String icon_name) SeeQDesignerWidgetBoxInterface::Widget::
setIconName(QString) final void
SeeQDesignerWidgetBoxInterface::Widget::
setName(QString) final void
SeeQDesignerWidgetBoxInterface::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) -
Widget
public Widget(String aname, String xml, String icon_name, QDesignerWidgetBoxInterface.Widget.Type atype) See
QDesignerWidgetBoxInterface::Widget::
Widget(QString, QString, QString, QDesignerWidgetBoxInterface::Widget::Type) -
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)null
atype = 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)null
icon_name = (String)null
atype = 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)null
xml = (String)null
icon_name = (String)null
atype = io.qt.designer.QDesignerWidgetBoxInterface.Widget.Type.Default
-
-
Method Details
-
domXml
See
QDesignerWidgetBoxInterface::Widget::
domXml()const -
iconName
See
QDesignerWidgetBoxInterface::Widget::
iconName()const -
isNull
See
QDesignerWidgetBoxInterface::Widget::
isNull()const -
name
See
QDesignerWidgetBoxInterface::Widget::
name()const -
assign
See
QDesignerWidgetBoxInterface::Widget::
operator=(QDesignerWidgetBoxInterface::Widget) -
setDomXml
See
QDesignerWidgetBoxInterface::Widget::
setDomXml(QString) -
setIconName
See
QDesignerWidgetBoxInterface::Widget::
setIconName(QString) -
setName
See
QDesignerWidgetBoxInterface::Widget::
setName(QString) -
setType
See
QDesignerWidgetBoxInterface::Widget::
setType(QDesignerWidgetBoxInterface::Widget::Type) -
type
See
QDesignerWidgetBoxInterface::Widget::
type()const -
clone
Creates and returns a copy of this object.
See
QDesignerWidgetBoxInterface::Widget::
Widget(QDesignerWidgetBoxInterface::Widget)
-