Uses of Interface
io.qt.designer.QDesignerWidgetDataBaseItemInterface
Package | Description |
---|---|
io.qt.designer |
-
Uses of QDesignerWidgetDataBaseItemInterface in io.qt.designer
Classes in io.qt.designer that implement QDesignerWidgetDataBaseItemInterface Modifier and Type Class Description static class
QDesignerWidgetDataBaseItemInterface.Impl
Implementor class for interfaceQDesignerWidgetDataBaseItemInterface
Methods in io.qt.designer that return QDesignerWidgetDataBaseItemInterface Modifier and Type Method Description QDesignerWidgetDataBaseItemInterface
QDesignerPromotionInterface.PromotedClass. baseItem()
QDesignerWidgetDataBaseItemInterface
QDesignerWidgetDataBaseInterface. item(int index)
QDesignerWidgetDataBaseItemInterface
QDesignerPromotionInterface.PromotedClass. promotedItem()
Methods in io.qt.designer that return types with arguments of type QDesignerWidgetDataBaseItemInterface Modifier and Type Method Description protected QList<QDesignerWidgetDataBaseItemInterface>
QDesignerWidgetDataBaseInterface. items()
abstract List<QDesignerWidgetDataBaseItemInterface>
QDesignerPromotionInterface.Impl. promotionBaseClasses()
List<QDesignerWidgetDataBaseItemInterface>
QDesignerPromotionInterface. promotionBaseClasses()
Methods in io.qt.designer with parameters of type QDesignerWidgetDataBaseItemInterface Modifier and Type Method Description void
QDesignerWidgetDataBaseInterface. append(QDesignerWidgetDataBaseItemInterface item)
int
QDesignerWidgetDataBaseInterface. indexOf(QDesignerWidgetDataBaseItemInterface item)
void
QDesignerWidgetDataBaseInterface. insert(int index, QDesignerWidgetDataBaseItemInterface item)
void
QDesignerPromotionInterface.PromotedClass. setBaseItem(QDesignerWidgetDataBaseItemInterface baseItem)
void
QDesignerPromotionInterface.PromotedClass. setPromotedItem(QDesignerWidgetDataBaseItemInterface promotedItem)
Method parameters in io.qt.designer with type arguments of type QDesignerWidgetDataBaseItemInterface Modifier and Type Method Description protected void
QDesignerWidgetDataBaseInterface. setItems(Collection<QDesignerWidgetDataBaseItemInterface> items)