QDesignerFormWindowCursorInterface Class Reference
[QtDesigner module]
Types
Methods
- __init__ (self)
- __init__ (self, QDesignerFormWindowCursorInterface)
- QWidget current (self)
- QDesignerFormWindowInterface formWindow (self)
- bool hasSelection (self)
- bool isWidgetSelected (self, QWidget)
- bool movePosition (self, MoveOperation, MoveMode mode = QDesignerFormWindowCursorInterface.MoveAnchor)
- int position (self)
- resetWidgetProperty (self, QWidget, QString)
- QWidget selectedWidget (self, int)
- int selectedWidgetCount (self)
- setPosition (self, int, MoveMode mode = QDesignerFormWindowCursorInterface.MoveAnchor)
- setProperty (self, QString, QVariant)
- setWidgetProperty (self, QWidget, QString, QVariant)
- QWidget widget (self, int)
- int widgetCount (self)
Detailed Description
Type Documentation
QDesignerFormWindowCursorInterface.MoveMode
QDesignerFormWindowCursorInterface.MoveOperation
Method Documentation
QDesignerFormWindowCursorInterface.__init__ (self)
QWidget QDesignerFormWindowCursorInterface.current (self)
This method is abstract and should be reimplemented in any sub-class.
This method is abstract and should be reimplemented in any sub-class.
bool QDesignerFormWindowCursorInterface.hasSelection (self)
This method is abstract and should be reimplemented in any sub-class.
bool QDesignerFormWindowCursorInterface.isWidgetSelected (self, QWidget)
bool QDesignerFormWindowCursorInterface.movePosition (self, MoveOperation, MoveMode mode = QDesignerFormWindowCursorInterface.MoveAnchor)
This method is abstract and should be reimplemented in any sub-class.
int QDesignerFormWindowCursorInterface.position (self)
This method is abstract and should be reimplemented in any sub-class.
QDesignerFormWindowCursorInterface.resetWidgetProperty (self, QWidget, QString)
This method is abstract and should be reimplemented in any sub-class.
QWidget QDesignerFormWindowCursorInterface.selectedWidget (self, int)
This method is abstract and should be reimplemented in any sub-class.
int QDesignerFormWindowCursorInterface.selectedWidgetCount (self)
This method is abstract and should be reimplemented in any sub-class.
QDesignerFormWindowCursorInterface.setPosition (self, int, MoveMode mode = QDesignerFormWindowCursorInterface.MoveAnchor)
This method is abstract and should be reimplemented in any sub-class.
QDesignerFormWindowCursorInterface.setProperty (self, QString, QVariant)
This method is abstract and should be reimplemented in any sub-class.
QDesignerFormWindowCursorInterface.setWidgetProperty (self, QWidget, QString, QVariant)
This method is abstract and should be reimplemented in any sub-class.
QWidget QDesignerFormWindowCursorInterface.widget (self, int)
This method is abstract and should be reimplemented in any sub-class.
int QDesignerFormWindowCursorInterface.widgetCount (self)
This method is abstract and should be reimplemented in any sub-class.