java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.designer.QDesignerWidgetBoxInterface.Widget
- 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 enum QDesignerWidgetBoxInterface::Widget::TypeNested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor -
Constructor Summary
ConstructorsModifierConstructorDescriptionWidget()protectedConstructor for internal use only.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
Methods inherited from class io.qt.QtObject
dispose, equals, isDisposed
-
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