- All Superinterfaces:
QtObjectInterface
- All Known Implementing Classes:
QDesignerLayoutDecorationExtension.Impl
public interface QDesignerLayoutDecorationExtension extends QtObjectInterface
Java wrapper for Qt class QDesignerLayoutDecorationExtension
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
QDesignerLayoutDecorationExtension.Impl
Implementor class for interfaceQDesignerLayoutDecorationExtension
static class
QDesignerLayoutDecorationExtension.InsertMode
Java wrapper for Qt enum QDesignerLayoutDecorationExtension::InsertMode -
Method Summary
Modifier and Type Method Description void
adjustIndicator(QPoint pos, int index)
QPair<Integer,Integer>
currentCell()
int
currentIndex()
QDesignerLayoutDecorationExtension.InsertMode
currentInsertMode()
int
findItemAt(int row, int column)
int
findItemAt(QPoint pos)
int
indexOf(QLayoutItem item)
int
indexOf(QWidget widget)
void
insertColumn(int column)
void
insertRow(int row)
void
insertWidget(QWidget widget, QPair<Integer,Integer> cell)
QRect
itemInfo(int index)
void
removeWidget(QWidget widget)
void
simplify()
List<QWidget>
widgets(QLayout layout)