- 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) - 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)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 - 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)
-