- All Implemented Interfaces:
QtObjectInterface
,Cloneable
- Enclosing class:
QDesignerWidgetBoxInterface
Java wrapper for Qt class QDesignerWidgetBoxInterface::Category
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
Java wrapper for Qt enumQDesignerWidgetBoxInterface::Category::Type
-
Constructor Summary
ConstructorDescriptionCategory()
Overloaded constructor forCategory(java.lang.String, io.qt.designer.QDesignerWidgetBoxInterface.Category.Type)
SeeQDesignerWidgetBoxInterface::Category::
Category(QDesignerWidgetBoxInterface::Category) 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) SeeQDesignerWidgetBoxInterface::Category::
Category(QString, QDesignerWidgetBoxInterface::Category::Type) -
Method Summary
Modifier and TypeMethodDescriptionfinal void
SeeQDesignerWidgetBoxInterface::Category::
addWidget(QDesignerWidgetBoxInterface::Widget) clone()
Creates and returns a copy of this object.final boolean
isNull()
SeeQDesignerWidgetBoxInterface::Category::
isNull()const final String
name()
SeeQDesignerWidgetBoxInterface::Category::
name()const final void
removeWidget
(int idx) SeeQDesignerWidgetBoxInterface::Category::
removeWidget(int) final void
SeeQDesignerWidgetBoxInterface::Category::
setName(QString) final void
SeeQDesignerWidgetBoxInterface::Category::
setType(QDesignerWidgetBoxInterface::Category::Type) type()
SeeQDesignerWidgetBoxInterface::Category::
type()const widget
(int idx) SeeQDesignerWidgetBoxInterface::Category::
widget(int)const final int
SeeQDesignerWidgetBoxInterface::Category::
widgetCount()const Methods inherited from class io.qt.QtObject
dispose, equals, isDisposed
-
Constructor Details
-
Category
See
QDesignerWidgetBoxInterface::Category::
Category(QDesignerWidgetBoxInterface::Category) -
Category
See
QDesignerWidgetBoxInterface::Category::
Category(QString, QDesignerWidgetBoxInterface::Category::Type) -
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 = (String)null
atype = io.qt.designer.QDesignerWidgetBoxInterface.Category.Type.Default
-
-
Method Details
-
addWidget
See
QDesignerWidgetBoxInterface::Category::
addWidget(QDesignerWidgetBoxInterface::Widget) -
isNull
See
QDesignerWidgetBoxInterface::Category::
isNull()const -
name
See
QDesignerWidgetBoxInterface::Category::
name()const -
removeWidget
See
QDesignerWidgetBoxInterface::Category::
removeWidget(int) -
setName
See
QDesignerWidgetBoxInterface::Category::
setName(QString) -
setType
See
QDesignerWidgetBoxInterface::Category::
setType(QDesignerWidgetBoxInterface::Category::Type) -
type
See
QDesignerWidgetBoxInterface::Category::
type()const -
widget
See
QDesignerWidgetBoxInterface::Category::
widget(int)const -
widgetCount
See
QDesignerWidgetBoxInterface::Category::
widgetCount()const -
clone
Creates and returns a copy of this object.
See
QDesignerWidgetBoxInterface::Category::
Category(QDesignerWidgetBoxInterface::Category)
-