- All Implemented Interfaces:
QtObjectInterface,Cloneable
- Enclosing class:
QDesignerWidgetBoxInterface
Java wrapper for Qt class QDesignerWidgetBoxInterface::Category
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumJava wrapper for Qt enumQDesignerWidgetBoxInterface::Category::Type -
Constructor Summary
ConstructorsConstructorDescriptionCategory()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 voidSeeQDesignerWidgetBoxInterface::Category::addWidget(QDesignerWidgetBoxInterface::Widget) clone()Creates and returns a copy of this object.final booleanisNull()SeeQDesignerWidgetBoxInterface::Category::isNull()const final Stringname()SeeQDesignerWidgetBoxInterface::Category::name()const final voidremoveWidget(int idx) SeeQDesignerWidgetBoxInterface::Category::removeWidget(int) final voidSeeQDesignerWidgetBoxInterface::Category::setName(QString) final voidSeeQDesignerWidgetBoxInterface::Category::setType(QDesignerWidgetBoxInterface::Category::Type) type()SeeQDesignerWidgetBoxInterface::Category::type()const widget(int idx) SeeQDesignerWidgetBoxInterface::Category::widget(int)const final intSeeQDesignerWidgetBoxInterface::Category::widgetCount()const Methods inherited from class io.qt.QtObject
dispose, equals, isDisposed
-
Constructor Details
-
Category
See
QDesignerWidgetBoxInterface::Category::Category(QDesignerWidgetBoxInterface::Category) - Parameters:
other-
-
Category
See
QDesignerWidgetBoxInterface::Category::Category(QString, QDesignerWidgetBoxInterface::Category::Type) - Parameters:
aname-atype-
-
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)nullatype = io.qt.designer.QDesignerWidgetBoxInterface.Category.Type.Default
-
-
Method Details
-
addWidget
See
QDesignerWidgetBoxInterface::Category::addWidget(QDesignerWidgetBoxInterface::Widget) - Parameters:
awidget-
-
isNull
See
QDesignerWidgetBoxInterface::Category::isNull()const - Returns:
-
name
See
QDesignerWidgetBoxInterface::Category::name()const - Returns:
-
removeWidget
See
QDesignerWidgetBoxInterface::Category::removeWidget(int) - Parameters:
idx-
-
setName
See
QDesignerWidgetBoxInterface::Category::setName(QString) - Parameters:
aname-
-
setType
See
QDesignerWidgetBoxInterface::Category::setType(QDesignerWidgetBoxInterface::Category::Type) - Parameters:
atype-
-
type
See
QDesignerWidgetBoxInterface::Category::type()const - Returns:
-
widget
See
QDesignerWidgetBoxInterface::Category::widget(int)const - Parameters:
idx-- Returns:
-
widgetCount
See
QDesignerWidgetBoxInterface::Category::widgetCount()const - Returns:
-
clone
Creates and returns a copy of this object.
See
QDesignerWidgetBoxInterface::Category::Category(QDesignerWidgetBoxInterface::Category)
-