- All Superinterfaces:
QtObjectInterface
- All Known Implementing Classes:
QDesignerFormWindowCursorInterface.Impl
public interface QDesignerFormWindowCursorInterface extends QtObjectInterface
Allows you to query and modify a form window's widget selection, and in addition modify the properties of all the form's widgets
Java wrapper for Qt class QDesignerFormWindowCursorInterface
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
QDesignerFormWindowCursorInterface.Impl
Implementor class for interfaceQDesignerFormWindowCursorInterface
static class
QDesignerFormWindowCursorInterface.MemberAccess
static class
QDesignerFormWindowCursorInterface.MoveMode
Java wrapper for Qt enum QDesignerFormWindowCursorInterface::MoveModestatic class
QDesignerFormWindowCursorInterface.MoveOperation
Java wrapper for Qt enum QDesignerFormWindowCursorInterface::MoveOperation -
Method Summary
-
Method Details
-
isWidgetSelected
-
current
-
formWindow
-
hasSelection
-
movePosition
Overloaded function for
movePosition(io.qt.designer.QDesignerFormWindowCursorInterface.MoveOperation, io.qt.designer.QDesignerFormWindowCursorInterface.MoveMode)
withmode = io.qt.designer.QDesignerFormWindowCursorInterface.MoveMode.MoveAnchor
. -
movePosition
@QtUninvokable boolean movePosition(QDesignerFormWindowCursorInterface.MoveOperation op, QDesignerFormWindowCursorInterface.MoveMode mode) -
position
-
resetWidgetProperty
-
selectedWidget
-
selectedWidgetCount
-
setPosition
Overloaded function for
setPosition(int, io.qt.designer.QDesignerFormWindowCursorInterface.MoveMode)
withmode = io.qt.designer.QDesignerFormWindowCursorInterface.MoveMode.MoveAnchor
. -
setPosition
-
setProperty
-
setWidgetProperty
-
widget
-
widgetCount
-