java.lang.Object
io.qt.QtObject
io.qt.designer.QDesignerWidgetBoxInterface.Category
- 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 enum QDesignerWidgetBoxInterface::Category::TypeNested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Constructor Summary
ModifierConstructorDescriptionCategory()
Overloaded constructor forCategory(java.lang.String, io.qt.designer.QDesignerWidgetBoxInterface.Category.Type)
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) protected
Constructor for internal use only. -
Method Summary
Methods inherited from class io.qt.QtObject
dispose, equals, isDisposed
-
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 = (String)null
atype = io.qt.designer.QDesignerWidgetBoxInterface.Category.Type.Default
-
Category
-
Category
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details