java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.designer.QDesignerWidgetBoxInterface.Category
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
- Enclosing class:
- QDesignerWidgetBoxInterface
public static class QDesignerWidgetBoxInterface.Category extends QtObject implements Cloneable
Java wrapper for Qt class QDesignerWidgetBoxInterface::Category
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
QDesignerWidgetBoxInterface.Category.Type
Java wrapper for Qt enum QDesignerWidgetBoxInterface::Category::Type -
Constructor Summary
Constructors Modifier Constructor Description Category()
Overloaded constructor forCategory(java.lang.String, io.qt.designer.QDesignerWidgetBoxInterface.Category.Type)
protected
Category(QtObject.QPrivateConstructor p)
Constructor for internal use only.Category(String aname)
Overloaded constructor forCategory(java.lang.String, io.qt.designer.QDesignerWidgetBoxInterface.Category.Type)
withatype = io.qt.designer.QDesignerWidgetBoxInterface.Category.Type.Default
.Category(String aname, QDesignerWidgetBoxInterface.Category.Type atype)
-
Method Summary
Modifier and Type Method Description void
addWidget(QDesignerWidgetBoxInterface.Widget awidget)
QDesignerWidgetBoxInterface.Category
clone()
boolean
isNull()
String
name()
void
removeWidget(int idx)
void
setName(String aname)
void
setType(QDesignerWidgetBoxInterface.Category.Type atype)
QDesignerWidgetBoxInterface.Category.Type
type()
QDesignerWidgetBoxInterface.Widget
widget(int idx)
int
widgetCount()
-
Constructor Details
-
Category
Overloaded constructor for
Category(java.lang.String, io.qt.designer.QDesignerWidgetBoxInterface.Category.Type)
withatype = io.qt.designer.QDesignerWidgetBoxInterface.Category.Type.Default
. -
Category
public Category()Overloaded constructor for
Category(java.lang.String, io.qt.designer.QDesignerWidgetBoxInterface.Category.Type)
with:
aname = ""
atype = io.qt.designer.QDesignerWidgetBoxInterface.Category.Type.Default
-
Category
-
Category
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details