java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.designer.QDesignerWidgetBoxInterface.Widget
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
- Enclosing class:
- QDesignerWidgetBoxInterface
public static class QDesignerWidgetBoxInterface.Widget extends QtObject implements Cloneable
Java wrapper for Qt class QDesignerWidgetBoxInterface::Widget
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
QDesignerWidgetBoxInterface.Widget.Type
Java wrapper for Qt enum QDesignerWidgetBoxInterface::Widget::Type -
Constructor Summary
Constructors Modifier Constructor Description Widget()
Widget(QDesignerWidgetBoxInterface.Widget w)
protected
Widget(QtObject.QPrivateConstructor p)
Constructor for internal use only.Widget(String aname)
Widget(String aname, String xml)
Widget(String aname, String xml, String icon_name)
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)
-
Method Summary
Modifier and Type Method Description QDesignerWidgetBoxInterface.Widget
clone()
String
domXml()
String
iconName()
boolean
isNull()
String
name()
void
setDomXml(String xml)
void
setIconName(String icon_name)
void
setName(String aname)
void
setType(QDesignerWidgetBoxInterface.Widget.Type atype)
QDesignerWidgetBoxInterface.Widget.Type
type()
-
Constructor Details
-
Widget
-
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 = ""
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 = ""
icon_name = ""
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 = ""
xml = ""
icon_name = ""
atype = io.qt.designer.QDesignerWidgetBoxInterface.Widget.Type.Default
-
Widget
public Widget(String aname, String xml, String icon_name, QDesignerWidgetBoxInterface.Widget.Type atype) -
Widget
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details