Documentation ¶
Index ¶
- func NewQdesigner_internalFromPointer(ptr unsafe.Pointer) *qdesigner_internal
- func PointerFromQAbstractExtensionFactory(ptr QAbstractExtensionFactory_ITF) unsafe.Pointer
- func PointerFromQAbstractExtensionManager(ptr QAbstractExtensionManager_ITF) unsafe.Pointer
- func PointerFromQAbstractFormBuilder(ptr QAbstractFormBuilder_ITF) unsafe.Pointer
- func PointerFromQDesignerActionEditorInterface(ptr QDesignerActionEditorInterface_ITF) unsafe.Pointer
- func PointerFromQDesignerContainerExtension(ptr QDesignerContainerExtension_ITF) unsafe.Pointer
- func PointerFromQDesignerCustomWidgetCollectionInterface(ptr QDesignerCustomWidgetCollectionInterface_ITF) unsafe.Pointer
- func PointerFromQDesignerCustomWidgetInterface(ptr QDesignerCustomWidgetInterface_ITF) unsafe.Pointer
- func PointerFromQDesignerDynamicPropertySheetExtension(ptr QDesignerDynamicPropertySheetExtension_ITF) unsafe.Pointer
- func PointerFromQDesignerFormEditorInterface(ptr QDesignerFormEditorInterface_ITF) unsafe.Pointer
- func PointerFromQDesignerFormWindowCursorInterface(ptr QDesignerFormWindowCursorInterface_ITF) unsafe.Pointer
- func PointerFromQDesignerFormWindowInterface(ptr QDesignerFormWindowInterface_ITF) unsafe.Pointer
- func PointerFromQDesignerFormWindowManagerInterface(ptr QDesignerFormWindowManagerInterface_ITF) unsafe.Pointer
- func PointerFromQDesignerMemberSheetExtension(ptr QDesignerMemberSheetExtension_ITF) unsafe.Pointer
- func PointerFromQDesignerObjectInspectorInterface(ptr QDesignerObjectInspectorInterface_ITF) unsafe.Pointer
- func PointerFromQDesignerPropertyEditorInterface(ptr QDesignerPropertyEditorInterface_ITF) unsafe.Pointer
- func PointerFromQDesignerPropertySheetExtension(ptr QDesignerPropertySheetExtension_ITF) unsafe.Pointer
- func PointerFromQDesignerTaskMenuExtension(ptr QDesignerTaskMenuExtension_ITF) unsafe.Pointer
- func PointerFromQDesignerWidgetBoxInterface(ptr QDesignerWidgetBoxInterface_ITF) unsafe.Pointer
- func PointerFromQExtensionFactory(ptr QExtensionFactory_ITF) unsafe.Pointer
- func PointerFromQExtensionManager(ptr QExtensionManager_ITF) unsafe.Pointer
- func PointerFromQFormBuilder(ptr QFormBuilder_ITF) unsafe.Pointer
- func PointerFromQdesigner_internal(ptr qdesigner_internal_ITF) unsafe.Pointer
- type QAbstractExtensionFactory
- func (ptr *QAbstractExtensionFactory) ConnectDestroyQAbstractExtensionFactory(f func())
- func (ptr *QAbstractExtensionFactory) ConnectExtension(f func(object *core.QObject, iid string) *core.QObject)
- func (ptr *QAbstractExtensionFactory) DestroyQAbstractExtensionFactory()
- func (ptr *QAbstractExtensionFactory) DestroyQAbstractExtensionFactoryDefault()
- func (ptr *QAbstractExtensionFactory) DisconnectDestroyQAbstractExtensionFactory()
- func (ptr *QAbstractExtensionFactory) DisconnectExtension(object core.QObject_ITF, iid string)
- func (ptr *QAbstractExtensionFactory) Extension(object core.QObject_ITF, iid string) *core.QObject
- func (p *QAbstractExtensionFactory) Pointer() unsafe.Pointer
- func (p *QAbstractExtensionFactory) QAbstractExtensionFactory_PTR() *QAbstractExtensionFactory
- func (p *QAbstractExtensionFactory) SetPointer(ptr unsafe.Pointer)
- type QAbstractExtensionFactory_ITF
- type QAbstractExtensionManager
- func (ptr *QAbstractExtensionManager) ConnectDestroyQAbstractExtensionManager(f func())
- func (ptr *QAbstractExtensionManager) ConnectExtension(f func(object *core.QObject, iid string) *core.QObject)
- func (ptr *QAbstractExtensionManager) ConnectRegisterExtensions(f func(factory *QAbstractExtensionFactory, iid string))
- func (ptr *QAbstractExtensionManager) ConnectUnregisterExtensions(f func(factory *QAbstractExtensionFactory, iid string))
- func (ptr *QAbstractExtensionManager) DestroyQAbstractExtensionManager()
- func (ptr *QAbstractExtensionManager) DestroyQAbstractExtensionManagerDefault()
- func (ptr *QAbstractExtensionManager) DisconnectDestroyQAbstractExtensionManager()
- func (ptr *QAbstractExtensionManager) DisconnectExtension(object core.QObject_ITF, iid string)
- func (ptr *QAbstractExtensionManager) DisconnectRegisterExtensions(factory QAbstractExtensionFactory_ITF, iid string)
- func (ptr *QAbstractExtensionManager) DisconnectUnregisterExtensions(factory QAbstractExtensionFactory_ITF, iid string)
- func (ptr *QAbstractExtensionManager) Extension(object core.QObject_ITF, iid string) *core.QObject
- func (p *QAbstractExtensionManager) Pointer() unsafe.Pointer
- func (p *QAbstractExtensionManager) QAbstractExtensionManager_PTR() *QAbstractExtensionManager
- func (ptr *QAbstractExtensionManager) RegisterExtensions(factory QAbstractExtensionFactory_ITF, iid string)
- func (p *QAbstractExtensionManager) SetPointer(ptr unsafe.Pointer)
- func (ptr *QAbstractExtensionManager) UnregisterExtensions(factory QAbstractExtensionFactory_ITF, iid string)
- type QAbstractExtensionManager_ITF
- type QAbstractFormBuilder
- func (ptr *QAbstractFormBuilder) ConnectDestroyQAbstractFormBuilder(f func())
- func (ptr *QAbstractFormBuilder) ConnectLoad(f func(device *core.QIODevice, parent *widgets.QWidget) *widgets.QWidget)
- func (ptr *QAbstractFormBuilder) ConnectSave(f func(device *core.QIODevice, widget *widgets.QWidget))
- func (ptr *QAbstractFormBuilder) DestroyQAbstractFormBuilder()
- func (ptr *QAbstractFormBuilder) DestroyQAbstractFormBuilderDefault()
- func (ptr *QAbstractFormBuilder) DisconnectDestroyQAbstractFormBuilder()
- func (ptr *QAbstractFormBuilder) DisconnectLoad()
- func (ptr *QAbstractFormBuilder) DisconnectSave()
- func (ptr *QAbstractFormBuilder) ErrorString() string
- func (ptr *QAbstractFormBuilder) Load(device core.QIODevice_ITF, parent widgets.QWidget_ITF) *widgets.QWidget
- func (ptr *QAbstractFormBuilder) LoadDefault(device core.QIODevice_ITF, parent widgets.QWidget_ITF) *widgets.QWidget
- func (p *QAbstractFormBuilder) Pointer() unsafe.Pointer
- func (p *QAbstractFormBuilder) QAbstractFormBuilder_PTR() *QAbstractFormBuilder
- func (ptr *QAbstractFormBuilder) Save(device core.QIODevice_ITF, widget widgets.QWidget_ITF)
- func (ptr *QAbstractFormBuilder) SaveDefault(device core.QIODevice_ITF, widget widgets.QWidget_ITF)
- func (p *QAbstractFormBuilder) SetPointer(ptr unsafe.Pointer)
- func (ptr *QAbstractFormBuilder) SetWorkingDirectory(directory core.QDir_ITF)
- func (ptr *QAbstractFormBuilder) WorkingDirectory() *core.QDir
- type QAbstractFormBuilder_ITF
- type QDesignerActionEditorInterface
- func (ptr *QDesignerActionEditorInterface) ActionEvent(event gui.QActionEvent_ITF)
- func (ptr *QDesignerActionEditorInterface) ActionEventDefault(event gui.QActionEvent_ITF)
- func (ptr *QDesignerActionEditorInterface) ChangeEvent(event core.QEvent_ITF)
- func (ptr *QDesignerActionEditorInterface) ChangeEventDefault(event core.QEvent_ITF)
- func (ptr *QDesignerActionEditorInterface) ChildEvent(event core.QChildEvent_ITF)
- func (ptr *QDesignerActionEditorInterface) ChildEventDefault(event core.QChildEvent_ITF)
- func (ptr *QDesignerActionEditorInterface) Close() bool
- func (ptr *QDesignerActionEditorInterface) CloseDefault() bool
- func (ptr *QDesignerActionEditorInterface) CloseEvent(event gui.QCloseEvent_ITF)
- func (ptr *QDesignerActionEditorInterface) CloseEventDefault(event gui.QCloseEvent_ITF)
- func (ptr *QDesignerActionEditorInterface) ConnectActionEvent(f func(event *gui.QActionEvent))
- func (ptr *QDesignerActionEditorInterface) ConnectChangeEvent(f func(event *core.QEvent))
- func (ptr *QDesignerActionEditorInterface) ConnectChildEvent(f func(event *core.QChildEvent))
- func (ptr *QDesignerActionEditorInterface) ConnectClose(f func() bool)
- func (ptr *QDesignerActionEditorInterface) ConnectCloseEvent(f func(event *gui.QCloseEvent))
- func (ptr *QDesignerActionEditorInterface) ConnectConnectNotify(f func(sign *core.QMetaMethod))
- func (ptr *QDesignerActionEditorInterface) ConnectContextMenuEvent(f func(event *gui.QContextMenuEvent))
- func (ptr *QDesignerActionEditorInterface) ConnectCore(f func() *QDesignerFormEditorInterface)
- func (ptr *QDesignerActionEditorInterface) ConnectCustomEvent(f func(event *core.QEvent))
- func (ptr *QDesignerActionEditorInterface) ConnectDeleteLater(f func())
- func (ptr *QDesignerActionEditorInterface) ConnectDestroyQDesignerActionEditorInterface(f func())
- func (ptr *QDesignerActionEditorInterface) ConnectDisconnectNotify(f func(sign *core.QMetaMethod))
- func (ptr *QDesignerActionEditorInterface) ConnectDragEnterEvent(f func(event *gui.QDragEnterEvent))
- func (ptr *QDesignerActionEditorInterface) ConnectDragLeaveEvent(f func(event *gui.QDragLeaveEvent))
- func (ptr *QDesignerActionEditorInterface) ConnectDragMoveEvent(f func(event *gui.QDragMoveEvent))
- func (ptr *QDesignerActionEditorInterface) ConnectDropEvent(f func(event *gui.QDropEvent))
- func (ptr *QDesignerActionEditorInterface) ConnectEnterEvent(f func(event *core.QEvent))
- func (ptr *QDesignerActionEditorInterface) ConnectEvent(f func(event *core.QEvent) bool)
- func (ptr *QDesignerActionEditorInterface) ConnectEventFilter(f func(watched *core.QObject, event *core.QEvent) bool)
- func (ptr *QDesignerActionEditorInterface) ConnectFocusInEvent(f func(event *gui.QFocusEvent))
- func (ptr *QDesignerActionEditorInterface) ConnectFocusNextPrevChild(f func(next bool) bool)
- func (ptr *QDesignerActionEditorInterface) ConnectFocusOutEvent(f func(event *gui.QFocusEvent))
- func (ptr *QDesignerActionEditorInterface) ConnectHasHeightForWidth(f func() bool)
- func (ptr *QDesignerActionEditorInterface) ConnectHeightForWidth(f func(w int) int)
- func (ptr *QDesignerActionEditorInterface) ConnectHide(f func())
- func (ptr *QDesignerActionEditorInterface) ConnectHideEvent(f func(event *gui.QHideEvent))
- func (ptr *QDesignerActionEditorInterface) ConnectInputMethodEvent(f func(event *gui.QInputMethodEvent))
- func (ptr *QDesignerActionEditorInterface) ConnectInputMethodQuery(f func(query core.Qt__InputMethodQuery) *core.QVariant)
- func (ptr *QDesignerActionEditorInterface) ConnectKeyPressEvent(f func(event *gui.QKeyEvent))
- func (ptr *QDesignerActionEditorInterface) ConnectKeyReleaseEvent(f func(event *gui.QKeyEvent))
- func (ptr *QDesignerActionEditorInterface) ConnectLeaveEvent(f func(event *core.QEvent))
- func (ptr *QDesignerActionEditorInterface) ConnectLower(f func())
- func (ptr *QDesignerActionEditorInterface) ConnectManageAction(f func(action *widgets.QAction))
- func (ptr *QDesignerActionEditorInterface) ConnectMetaObject(f func() *core.QMetaObject)
- func (ptr *QDesignerActionEditorInterface) ConnectMetric(f func(m gui.QPaintDevice__PaintDeviceMetric) int)
- func (ptr *QDesignerActionEditorInterface) ConnectMinimumSizeHint(f func() *core.QSize)
- func (ptr *QDesignerActionEditorInterface) ConnectMouseDoubleClickEvent(f func(event *gui.QMouseEvent))
- func (ptr *QDesignerActionEditorInterface) ConnectMouseMoveEvent(f func(event *gui.QMouseEvent))
- func (ptr *QDesignerActionEditorInterface) ConnectMousePressEvent(f func(event *gui.QMouseEvent))
- func (ptr *QDesignerActionEditorInterface) ConnectMouseReleaseEvent(f func(event *gui.QMouseEvent))
- func (ptr *QDesignerActionEditorInterface) ConnectMoveEvent(f func(event *gui.QMoveEvent))
- func (ptr *QDesignerActionEditorInterface) ConnectNativeEvent(f func(eventType *core.QByteArray, message unsafe.Pointer, result int) bool)
- func (ptr *QDesignerActionEditorInterface) ConnectNotify(sign core.QMetaMethod_ITF)
- func (ptr *QDesignerActionEditorInterface) ConnectNotifyDefault(sign core.QMetaMethod_ITF)
- func (ptr *QDesignerActionEditorInterface) ConnectPaintEngine(f func() *gui.QPaintEngine)
- func (ptr *QDesignerActionEditorInterface) ConnectPaintEvent(f func(event *gui.QPaintEvent))
- func (ptr *QDesignerActionEditorInterface) ConnectRaise(f func())
- func (ptr *QDesignerActionEditorInterface) ConnectRepaint(f func())
- func (ptr *QDesignerActionEditorInterface) ConnectResizeEvent(f func(event *gui.QResizeEvent))
- func (ptr *QDesignerActionEditorInterface) ConnectSetDisabled(f func(disable bool))
- func (ptr *QDesignerActionEditorInterface) ConnectSetEnabled(f func(vbo bool))
- func (ptr *QDesignerActionEditorInterface) ConnectSetFocus2(f func())
- func (ptr *QDesignerActionEditorInterface) ConnectSetFormWindow(f func(formWindow *QDesignerFormWindowInterface))
- func (ptr *QDesignerActionEditorInterface) ConnectSetHidden(f func(hidden bool))
- func (ptr *QDesignerActionEditorInterface) ConnectSetStyleSheet(f func(styleSheet string))
- func (ptr *QDesignerActionEditorInterface) ConnectSetVisible(f func(visible bool))
- func (ptr *QDesignerActionEditorInterface) ConnectSetWindowModified(f func(vbo bool))
- func (ptr *QDesignerActionEditorInterface) ConnectSetWindowTitle(f func(vqs string))
- func (ptr *QDesignerActionEditorInterface) ConnectShow(f func())
- func (ptr *QDesignerActionEditorInterface) ConnectShowEvent(f func(event *gui.QShowEvent))
- func (ptr *QDesignerActionEditorInterface) ConnectShowFullScreen(f func())
- func (ptr *QDesignerActionEditorInterface) ConnectShowMaximized(f func())
- func (ptr *QDesignerActionEditorInterface) ConnectShowMinimized(f func())
- func (ptr *QDesignerActionEditorInterface) ConnectShowNormal(f func())
- func (ptr *QDesignerActionEditorInterface) ConnectSizeHint(f func() *core.QSize)
- func (ptr *QDesignerActionEditorInterface) ConnectTabletEvent(f func(event *gui.QTabletEvent))
- func (ptr *QDesignerActionEditorInterface) ConnectTimerEvent(f func(event *core.QTimerEvent))
- func (ptr *QDesignerActionEditorInterface) ConnectUnmanageAction(f func(action *widgets.QAction))
- func (ptr *QDesignerActionEditorInterface) ConnectUpdate(f func())
- func (ptr *QDesignerActionEditorInterface) ConnectUpdateMicroFocus(f func())
- func (ptr *QDesignerActionEditorInterface) ConnectWheelEvent(f func(event *gui.QWheelEvent))
- func (ptr *QDesignerActionEditorInterface) ContextMenuEvent(event gui.QContextMenuEvent_ITF)
- func (ptr *QDesignerActionEditorInterface) ContextMenuEventDefault(event gui.QContextMenuEvent_ITF)
- func (ptr *QDesignerActionEditorInterface) Core() *QDesignerFormEditorInterface
- func (ptr *QDesignerActionEditorInterface) CoreDefault() *QDesignerFormEditorInterface
- func (ptr *QDesignerActionEditorInterface) CustomEvent(event core.QEvent_ITF)
- func (ptr *QDesignerActionEditorInterface) CustomEventDefault(event core.QEvent_ITF)
- func (ptr *QDesignerActionEditorInterface) DeleteLater()
- func (ptr *QDesignerActionEditorInterface) DeleteLaterDefault()
- func (ptr *QDesignerActionEditorInterface) DestroyQDesignerActionEditorInterface()
- func (ptr *QDesignerActionEditorInterface) DestroyQDesignerActionEditorInterfaceDefault()
- func (ptr *QDesignerActionEditorInterface) DisconnectActionEvent()
- func (ptr *QDesignerActionEditorInterface) DisconnectChangeEvent()
- func (ptr *QDesignerActionEditorInterface) DisconnectChildEvent()
- func (ptr *QDesignerActionEditorInterface) DisconnectClose()
- func (ptr *QDesignerActionEditorInterface) DisconnectCloseEvent()
- func (ptr *QDesignerActionEditorInterface) DisconnectConnectNotify()
- func (ptr *QDesignerActionEditorInterface) DisconnectContextMenuEvent()
- func (ptr *QDesignerActionEditorInterface) DisconnectCore()
- func (ptr *QDesignerActionEditorInterface) DisconnectCustomEvent()
- func (ptr *QDesignerActionEditorInterface) DisconnectDeleteLater()
- func (ptr *QDesignerActionEditorInterface) DisconnectDestroyQDesignerActionEditorInterface()
- func (ptr *QDesignerActionEditorInterface) DisconnectDisconnectNotify()
- func (ptr *QDesignerActionEditorInterface) DisconnectDragEnterEvent()
- func (ptr *QDesignerActionEditorInterface) DisconnectDragLeaveEvent()
- func (ptr *QDesignerActionEditorInterface) DisconnectDragMoveEvent()
- func (ptr *QDesignerActionEditorInterface) DisconnectDropEvent()
- func (ptr *QDesignerActionEditorInterface) DisconnectEnterEvent()
- func (ptr *QDesignerActionEditorInterface) DisconnectEvent()
- func (ptr *QDesignerActionEditorInterface) DisconnectEventFilter()
- func (ptr *QDesignerActionEditorInterface) DisconnectFocusInEvent()
- func (ptr *QDesignerActionEditorInterface) DisconnectFocusNextPrevChild()
- func (ptr *QDesignerActionEditorInterface) DisconnectFocusOutEvent()
- func (ptr *QDesignerActionEditorInterface) DisconnectHasHeightForWidth()
- func (ptr *QDesignerActionEditorInterface) DisconnectHeightForWidth()
- func (ptr *QDesignerActionEditorInterface) DisconnectHide()
- func (ptr *QDesignerActionEditorInterface) DisconnectHideEvent()
- func (ptr *QDesignerActionEditorInterface) DisconnectInputMethodEvent()
- func (ptr *QDesignerActionEditorInterface) DisconnectInputMethodQuery()
- func (ptr *QDesignerActionEditorInterface) DisconnectKeyPressEvent()
- func (ptr *QDesignerActionEditorInterface) DisconnectKeyReleaseEvent()
- func (ptr *QDesignerActionEditorInterface) DisconnectLeaveEvent()
- func (ptr *QDesignerActionEditorInterface) DisconnectLower()
- func (ptr *QDesignerActionEditorInterface) DisconnectManageAction(action widgets.QAction_ITF)
- func (ptr *QDesignerActionEditorInterface) DisconnectMetaObject()
- func (ptr *QDesignerActionEditorInterface) DisconnectMetric()
- func (ptr *QDesignerActionEditorInterface) DisconnectMinimumSizeHint()
- func (ptr *QDesignerActionEditorInterface) DisconnectMouseDoubleClickEvent()
- func (ptr *QDesignerActionEditorInterface) DisconnectMouseMoveEvent()
- func (ptr *QDesignerActionEditorInterface) DisconnectMousePressEvent()
- func (ptr *QDesignerActionEditorInterface) DisconnectMouseReleaseEvent()
- func (ptr *QDesignerActionEditorInterface) DisconnectMoveEvent()
- func (ptr *QDesignerActionEditorInterface) DisconnectNativeEvent()
- func (ptr *QDesignerActionEditorInterface) DisconnectNotify(sign core.QMetaMethod_ITF)
- func (ptr *QDesignerActionEditorInterface) DisconnectNotifyDefault(sign core.QMetaMethod_ITF)
- func (ptr *QDesignerActionEditorInterface) DisconnectPaintEngine()
- func (ptr *QDesignerActionEditorInterface) DisconnectPaintEvent()
- func (ptr *QDesignerActionEditorInterface) DisconnectRaise()
- func (ptr *QDesignerActionEditorInterface) DisconnectRepaint()
- func (ptr *QDesignerActionEditorInterface) DisconnectResizeEvent()
- func (ptr *QDesignerActionEditorInterface) DisconnectSetDisabled()
- func (ptr *QDesignerActionEditorInterface) DisconnectSetEnabled()
- func (ptr *QDesignerActionEditorInterface) DisconnectSetFocus2()
- func (ptr *QDesignerActionEditorInterface) DisconnectSetFormWindow(formWindow QDesignerFormWindowInterface_ITF)
- func (ptr *QDesignerActionEditorInterface) DisconnectSetHidden()
- func (ptr *QDesignerActionEditorInterface) DisconnectSetStyleSheet()
- func (ptr *QDesignerActionEditorInterface) DisconnectSetVisible()
- func (ptr *QDesignerActionEditorInterface) DisconnectSetWindowModified()
- func (ptr *QDesignerActionEditorInterface) DisconnectSetWindowTitle()
- func (ptr *QDesignerActionEditorInterface) DisconnectShow()
- func (ptr *QDesignerActionEditorInterface) DisconnectShowEvent()
- func (ptr *QDesignerActionEditorInterface) DisconnectShowFullScreen()
- func (ptr *QDesignerActionEditorInterface) DisconnectShowMaximized()
- func (ptr *QDesignerActionEditorInterface) DisconnectShowMinimized()
- func (ptr *QDesignerActionEditorInterface) DisconnectShowNormal()
- func (ptr *QDesignerActionEditorInterface) DisconnectSizeHint()
- func (ptr *QDesignerActionEditorInterface) DisconnectTabletEvent()
- func (ptr *QDesignerActionEditorInterface) DisconnectTimerEvent()
- func (ptr *QDesignerActionEditorInterface) DisconnectUnmanageAction(action widgets.QAction_ITF)
- func (ptr *QDesignerActionEditorInterface) DisconnectUpdate()
- func (ptr *QDesignerActionEditorInterface) DisconnectUpdateMicroFocus()
- func (ptr *QDesignerActionEditorInterface) DisconnectWheelEvent()
- func (ptr *QDesignerActionEditorInterface) DragEnterEvent(event gui.QDragEnterEvent_ITF)
- func (ptr *QDesignerActionEditorInterface) DragEnterEventDefault(event gui.QDragEnterEvent_ITF)
- func (ptr *QDesignerActionEditorInterface) DragLeaveEvent(event gui.QDragLeaveEvent_ITF)
- func (ptr *QDesignerActionEditorInterface) DragLeaveEventDefault(event gui.QDragLeaveEvent_ITF)
- func (ptr *QDesignerActionEditorInterface) DragMoveEvent(event gui.QDragMoveEvent_ITF)
- func (ptr *QDesignerActionEditorInterface) DragMoveEventDefault(event gui.QDragMoveEvent_ITF)
- func (ptr *QDesignerActionEditorInterface) DropEvent(event gui.QDropEvent_ITF)
- func (ptr *QDesignerActionEditorInterface) DropEventDefault(event gui.QDropEvent_ITF)
- func (ptr *QDesignerActionEditorInterface) EnterEvent(event core.QEvent_ITF)
- func (ptr *QDesignerActionEditorInterface) EnterEventDefault(event core.QEvent_ITF)
- func (ptr *QDesignerActionEditorInterface) Event(event core.QEvent_ITF) bool
- func (ptr *QDesignerActionEditorInterface) EventDefault(event core.QEvent_ITF) bool
- func (ptr *QDesignerActionEditorInterface) EventFilter(watched core.QObject_ITF, event core.QEvent_ITF) bool
- func (ptr *QDesignerActionEditorInterface) EventFilterDefault(watched core.QObject_ITF, event core.QEvent_ITF) bool
- func (ptr *QDesignerActionEditorInterface) FocusInEvent(event gui.QFocusEvent_ITF)
- func (ptr *QDesignerActionEditorInterface) FocusInEventDefault(event gui.QFocusEvent_ITF)
- func (ptr *QDesignerActionEditorInterface) FocusNextPrevChild(next bool) bool
- func (ptr *QDesignerActionEditorInterface) FocusNextPrevChildDefault(next bool) bool
- func (ptr *QDesignerActionEditorInterface) FocusOutEvent(event gui.QFocusEvent_ITF)
- func (ptr *QDesignerActionEditorInterface) FocusOutEventDefault(event gui.QFocusEvent_ITF)
- func (ptr *QDesignerActionEditorInterface) HasHeightForWidth() bool
- func (ptr *QDesignerActionEditorInterface) HasHeightForWidthDefault() bool
- func (ptr *QDesignerActionEditorInterface) HeightForWidth(w int) int
- func (ptr *QDesignerActionEditorInterface) HeightForWidthDefault(w int) int
- func (ptr *QDesignerActionEditorInterface) Hide()
- func (ptr *QDesignerActionEditorInterface) HideDefault()
- func (ptr *QDesignerActionEditorInterface) HideEvent(event gui.QHideEvent_ITF)
- func (ptr *QDesignerActionEditorInterface) HideEventDefault(event gui.QHideEvent_ITF)
- func (ptr *QDesignerActionEditorInterface) InputMethodEvent(event gui.QInputMethodEvent_ITF)
- func (ptr *QDesignerActionEditorInterface) InputMethodEventDefault(event gui.QInputMethodEvent_ITF)
- func (ptr *QDesignerActionEditorInterface) InputMethodQuery(query core.Qt__InputMethodQuery) *core.QVariant
- func (ptr *QDesignerActionEditorInterface) InputMethodQueryDefault(query core.Qt__InputMethodQuery) *core.QVariant
- func (ptr *QDesignerActionEditorInterface) KeyPressEvent(event gui.QKeyEvent_ITF)
- func (ptr *QDesignerActionEditorInterface) KeyPressEventDefault(event gui.QKeyEvent_ITF)
- func (ptr *QDesignerActionEditorInterface) KeyReleaseEvent(event gui.QKeyEvent_ITF)
- func (ptr *QDesignerActionEditorInterface) KeyReleaseEventDefault(event gui.QKeyEvent_ITF)
- func (ptr *QDesignerActionEditorInterface) LeaveEvent(event core.QEvent_ITF)
- func (ptr *QDesignerActionEditorInterface) LeaveEventDefault(event core.QEvent_ITF)
- func (ptr *QDesignerActionEditorInterface) Lower()
- func (ptr *QDesignerActionEditorInterface) LowerDefault()
- func (ptr *QDesignerActionEditorInterface) ManageAction(action widgets.QAction_ITF)
- func (ptr *QDesignerActionEditorInterface) MetaObject() *core.QMetaObject
- func (ptr *QDesignerActionEditorInterface) MetaObjectDefault() *core.QMetaObject
- func (ptr *QDesignerActionEditorInterface) Metric(m gui.QPaintDevice__PaintDeviceMetric) int
- func (ptr *QDesignerActionEditorInterface) MetricDefault(m gui.QPaintDevice__PaintDeviceMetric) int
- func (ptr *QDesignerActionEditorInterface) MinimumSizeHint() *core.QSize
- func (ptr *QDesignerActionEditorInterface) MinimumSizeHintDefault() *core.QSize
- func (ptr *QDesignerActionEditorInterface) MouseDoubleClickEvent(event gui.QMouseEvent_ITF)
- func (ptr *QDesignerActionEditorInterface) MouseDoubleClickEventDefault(event gui.QMouseEvent_ITF)
- func (ptr *QDesignerActionEditorInterface) MouseMoveEvent(event gui.QMouseEvent_ITF)
- func (ptr *QDesignerActionEditorInterface) MouseMoveEventDefault(event gui.QMouseEvent_ITF)
- func (ptr *QDesignerActionEditorInterface) MousePressEvent(event gui.QMouseEvent_ITF)
- func (ptr *QDesignerActionEditorInterface) MousePressEventDefault(event gui.QMouseEvent_ITF)
- func (ptr *QDesignerActionEditorInterface) MouseReleaseEvent(event gui.QMouseEvent_ITF)
- func (ptr *QDesignerActionEditorInterface) MouseReleaseEventDefault(event gui.QMouseEvent_ITF)
- func (ptr *QDesignerActionEditorInterface) MoveEvent(event gui.QMoveEvent_ITF)
- func (ptr *QDesignerActionEditorInterface) MoveEventDefault(event gui.QMoveEvent_ITF)
- func (ptr *QDesignerActionEditorInterface) NativeEvent(eventType core.QByteArray_ITF, message unsafe.Pointer, result int) bool
- func (ptr *QDesignerActionEditorInterface) NativeEventDefault(eventType core.QByteArray_ITF, message unsafe.Pointer, result int) bool
- func (ptr *QDesignerActionEditorInterface) PaintEngine() *gui.QPaintEngine
- func (ptr *QDesignerActionEditorInterface) PaintEngineDefault() *gui.QPaintEngine
- func (ptr *QDesignerActionEditorInterface) PaintEvent(event gui.QPaintEvent_ITF)
- func (ptr *QDesignerActionEditorInterface) PaintEventDefault(event gui.QPaintEvent_ITF)
- func (p *QDesignerActionEditorInterface) Pointer() unsafe.Pointer
- func (p *QDesignerActionEditorInterface) QDesignerActionEditorInterface_PTR() *QDesignerActionEditorInterface
- func (ptr *QDesignerActionEditorInterface) Raise()
- func (ptr *QDesignerActionEditorInterface) RaiseDefault()
- func (ptr *QDesignerActionEditorInterface) Repaint()
- func (ptr *QDesignerActionEditorInterface) RepaintDefault()
- func (ptr *QDesignerActionEditorInterface) ResizeEvent(event gui.QResizeEvent_ITF)
- func (ptr *QDesignerActionEditorInterface) ResizeEventDefault(event gui.QResizeEvent_ITF)
- func (ptr *QDesignerActionEditorInterface) SetDisabled(disable bool)
- func (ptr *QDesignerActionEditorInterface) SetDisabledDefault(disable bool)
- func (ptr *QDesignerActionEditorInterface) SetEnabled(vbo bool)
- func (ptr *QDesignerActionEditorInterface) SetEnabledDefault(vbo bool)
- func (ptr *QDesignerActionEditorInterface) SetFocus2()
- func (ptr *QDesignerActionEditorInterface) SetFocus2Default()
- func (ptr *QDesignerActionEditorInterface) SetFormWindow(formWindow QDesignerFormWindowInterface_ITF)
- func (ptr *QDesignerActionEditorInterface) SetHidden(hidden bool)
- func (ptr *QDesignerActionEditorInterface) SetHiddenDefault(hidden bool)
- func (p *QDesignerActionEditorInterface) SetPointer(ptr unsafe.Pointer)
- func (ptr *QDesignerActionEditorInterface) SetStyleSheet(styleSheet string)
- func (ptr *QDesignerActionEditorInterface) SetStyleSheetDefault(styleSheet string)
- func (ptr *QDesignerActionEditorInterface) SetVisible(visible bool)
- func (ptr *QDesignerActionEditorInterface) SetVisibleDefault(visible bool)
- func (ptr *QDesignerActionEditorInterface) SetWindowModified(vbo bool)
- func (ptr *QDesignerActionEditorInterface) SetWindowModifiedDefault(vbo bool)
- func (ptr *QDesignerActionEditorInterface) SetWindowTitle(vqs string)
- func (ptr *QDesignerActionEditorInterface) SetWindowTitleDefault(vqs string)
- func (ptr *QDesignerActionEditorInterface) Show()
- func (ptr *QDesignerActionEditorInterface) ShowDefault()
- func (ptr *QDesignerActionEditorInterface) ShowEvent(event gui.QShowEvent_ITF)
- func (ptr *QDesignerActionEditorInterface) ShowEventDefault(event gui.QShowEvent_ITF)
- func (ptr *QDesignerActionEditorInterface) ShowFullScreen()
- func (ptr *QDesignerActionEditorInterface) ShowFullScreenDefault()
- func (ptr *QDesignerActionEditorInterface) ShowMaximized()
- func (ptr *QDesignerActionEditorInterface) ShowMaximizedDefault()
- func (ptr *QDesignerActionEditorInterface) ShowMinimized()
- func (ptr *QDesignerActionEditorInterface) ShowMinimizedDefault()
- func (ptr *QDesignerActionEditorInterface) ShowNormal()
- func (ptr *QDesignerActionEditorInterface) ShowNormalDefault()
- func (ptr *QDesignerActionEditorInterface) SizeHint() *core.QSize
- func (ptr *QDesignerActionEditorInterface) SizeHintDefault() *core.QSize
- func (ptr *QDesignerActionEditorInterface) TabletEvent(event gui.QTabletEvent_ITF)
- func (ptr *QDesignerActionEditorInterface) TabletEventDefault(event gui.QTabletEvent_ITF)
- func (ptr *QDesignerActionEditorInterface) TimerEvent(event core.QTimerEvent_ITF)
- func (ptr *QDesignerActionEditorInterface) TimerEventDefault(event core.QTimerEvent_ITF)
- func (ptr *QDesignerActionEditorInterface) UnmanageAction(action widgets.QAction_ITF)
- func (ptr *QDesignerActionEditorInterface) Update()
- func (ptr *QDesignerActionEditorInterface) UpdateDefault()
- func (ptr *QDesignerActionEditorInterface) UpdateMicroFocus()
- func (ptr *QDesignerActionEditorInterface) UpdateMicroFocusDefault()
- func (ptr *QDesignerActionEditorInterface) WheelEvent(event gui.QWheelEvent_ITF)
- func (ptr *QDesignerActionEditorInterface) WheelEventDefault(event gui.QWheelEvent_ITF)
- type QDesignerActionEditorInterface_ITF
- type QDesignerContainerExtension
- func (ptr *QDesignerContainerExtension) AddWidget(page widgets.QWidget_ITF)
- func (ptr *QDesignerContainerExtension) CanAddWidget() bool
- func (ptr *QDesignerContainerExtension) CanAddWidgetDefault() bool
- func (ptr *QDesignerContainerExtension) CanRemove(index int) bool
- func (ptr *QDesignerContainerExtension) CanRemoveDefault(index int) bool
- func (ptr *QDesignerContainerExtension) ConnectAddWidget(f func(page *widgets.QWidget))
- func (ptr *QDesignerContainerExtension) ConnectCanAddWidget(f func() bool)
- func (ptr *QDesignerContainerExtension) ConnectCanRemove(f func(index int) bool)
- func (ptr *QDesignerContainerExtension) ConnectCount(f func() int)
- func (ptr *QDesignerContainerExtension) ConnectCurrentIndex(f func() int)
- func (ptr *QDesignerContainerExtension) ConnectDestroyQDesignerContainerExtension(f func())
- func (ptr *QDesignerContainerExtension) ConnectInsertWidget(f func(index int, page *widgets.QWidget))
- func (ptr *QDesignerContainerExtension) ConnectRemove(f func(index int))
- func (ptr *QDesignerContainerExtension) ConnectSetCurrentIndex(f func(index int))
- func (ptr *QDesignerContainerExtension) ConnectWidget(f func(index int) *widgets.QWidget)
- func (ptr *QDesignerContainerExtension) Count() int
- func (ptr *QDesignerContainerExtension) CurrentIndex() int
- func (ptr *QDesignerContainerExtension) DestroyQDesignerContainerExtension()
- func (ptr *QDesignerContainerExtension) DestroyQDesignerContainerExtensionDefault()
- func (ptr *QDesignerContainerExtension) DisconnectAddWidget(page widgets.QWidget_ITF)
- func (ptr *QDesignerContainerExtension) DisconnectCanAddWidget()
- func (ptr *QDesignerContainerExtension) DisconnectCanRemove()
- func (ptr *QDesignerContainerExtension) DisconnectCount()
- func (ptr *QDesignerContainerExtension) DisconnectCurrentIndex()
- func (ptr *QDesignerContainerExtension) DisconnectDestroyQDesignerContainerExtension()
- func (ptr *QDesignerContainerExtension) DisconnectInsertWidget(index int, page widgets.QWidget_ITF)
- func (ptr *QDesignerContainerExtension) DisconnectRemove(index int)
- func (ptr *QDesignerContainerExtension) DisconnectSetCurrentIndex(index int)
- func (ptr *QDesignerContainerExtension) DisconnectWidget(index int)
- func (ptr *QDesignerContainerExtension) InsertWidget(index int, page widgets.QWidget_ITF)
- func (p *QDesignerContainerExtension) Pointer() unsafe.Pointer
- func (p *QDesignerContainerExtension) QDesignerContainerExtension_PTR() *QDesignerContainerExtension
- func (ptr *QDesignerContainerExtension) Remove(index int)
- func (ptr *QDesignerContainerExtension) SetCurrentIndex(index int)
- func (p *QDesignerContainerExtension) SetPointer(ptr unsafe.Pointer)
- func (ptr *QDesignerContainerExtension) Widget(index int) *widgets.QWidget
- type QDesignerContainerExtension_ITF
- type QDesignerCustomWidgetCollectionInterface
- func (ptr *QDesignerCustomWidgetCollectionInterface) ConnectCustomWidgets(f func() []*QDesignerCustomWidgetInterface)
- func (ptr *QDesignerCustomWidgetCollectionInterface) ConnectDestroyQDesignerCustomWidgetCollectionInterface(f func())
- func (ptr *QDesignerCustomWidgetCollectionInterface) CustomWidgets() []*QDesignerCustomWidgetInterface
- func (ptr *QDesignerCustomWidgetCollectionInterface) DestroyQDesignerCustomWidgetCollectionInterface()
- func (ptr *QDesignerCustomWidgetCollectionInterface) DestroyQDesignerCustomWidgetCollectionInterfaceDefault()
- func (ptr *QDesignerCustomWidgetCollectionInterface) DisconnectCustomWidgets()
- func (ptr *QDesignerCustomWidgetCollectionInterface) DisconnectDestroyQDesignerCustomWidgetCollectionInterface()
- func (p *QDesignerCustomWidgetCollectionInterface) Pointer() unsafe.Pointer
- func (p *QDesignerCustomWidgetCollectionInterface) QDesignerCustomWidgetCollectionInterface_PTR() *QDesignerCustomWidgetCollectionInterface
- func (p *QDesignerCustomWidgetCollectionInterface) SetPointer(ptr unsafe.Pointer)
- type QDesignerCustomWidgetCollectionInterface_ITF
- type QDesignerCustomWidgetInterface
- func (ptr *QDesignerCustomWidgetInterface) CodeTemplate() string
- func (ptr *QDesignerCustomWidgetInterface) CodeTemplateDefault() string
- func (ptr *QDesignerCustomWidgetInterface) ConnectCodeTemplate(f func() string)
- func (ptr *QDesignerCustomWidgetInterface) ConnectCreateWidget(f func(parent *widgets.QWidget) *widgets.QWidget)
- func (ptr *QDesignerCustomWidgetInterface) ConnectDestroyQDesignerCustomWidgetInterface(f func())
- func (ptr *QDesignerCustomWidgetInterface) ConnectDomXml(f func() string)
- func (ptr *QDesignerCustomWidgetInterface) ConnectGroup(f func() string)
- func (ptr *QDesignerCustomWidgetInterface) ConnectIcon(f func() *gui.QIcon)
- func (ptr *QDesignerCustomWidgetInterface) ConnectIncludeFile(f func() string)
- func (ptr *QDesignerCustomWidgetInterface) ConnectInitialize(f func(formEditor *QDesignerFormEditorInterface))
- func (ptr *QDesignerCustomWidgetInterface) ConnectIsContainer(f func() bool)
- func (ptr *QDesignerCustomWidgetInterface) ConnectIsInitialized(f func() bool)
- func (ptr *QDesignerCustomWidgetInterface) ConnectName(f func() string)
- func (ptr *QDesignerCustomWidgetInterface) ConnectToolTip(f func() string)
- func (ptr *QDesignerCustomWidgetInterface) ConnectWhatsThis(f func() string)
- func (ptr *QDesignerCustomWidgetInterface) CreateWidget(parent widgets.QWidget_ITF) *widgets.QWidget
- func (ptr *QDesignerCustomWidgetInterface) DestroyQDesignerCustomWidgetInterface()
- func (ptr *QDesignerCustomWidgetInterface) DestroyQDesignerCustomWidgetInterfaceDefault()
- func (ptr *QDesignerCustomWidgetInterface) DisconnectCodeTemplate()
- func (ptr *QDesignerCustomWidgetInterface) DisconnectCreateWidget(parent widgets.QWidget_ITF)
- func (ptr *QDesignerCustomWidgetInterface) DisconnectDestroyQDesignerCustomWidgetInterface()
- func (ptr *QDesignerCustomWidgetInterface) DisconnectDomXml()
- func (ptr *QDesignerCustomWidgetInterface) DisconnectGroup()
- func (ptr *QDesignerCustomWidgetInterface) DisconnectIcon()
- func (ptr *QDesignerCustomWidgetInterface) DisconnectIncludeFile()
- func (ptr *QDesignerCustomWidgetInterface) DisconnectInitialize()
- func (ptr *QDesignerCustomWidgetInterface) DisconnectIsContainer()
- func (ptr *QDesignerCustomWidgetInterface) DisconnectIsInitialized()
- func (ptr *QDesignerCustomWidgetInterface) DisconnectName()
- func (ptr *QDesignerCustomWidgetInterface) DisconnectToolTip()
- func (ptr *QDesignerCustomWidgetInterface) DisconnectWhatsThis()
- func (ptr *QDesignerCustomWidgetInterface) DomXml() string
- func (ptr *QDesignerCustomWidgetInterface) DomXmlDefault() string
- func (ptr *QDesignerCustomWidgetInterface) Group() string
- func (ptr *QDesignerCustomWidgetInterface) Icon() *gui.QIcon
- func (ptr *QDesignerCustomWidgetInterface) IncludeFile() string
- func (ptr *QDesignerCustomWidgetInterface) Initialize(formEditor QDesignerFormEditorInterface_ITF)
- func (ptr *QDesignerCustomWidgetInterface) InitializeDefault(formEditor QDesignerFormEditorInterface_ITF)
- func (ptr *QDesignerCustomWidgetInterface) IsContainer() bool
- func (ptr *QDesignerCustomWidgetInterface) IsInitialized() bool
- func (ptr *QDesignerCustomWidgetInterface) IsInitializedDefault() bool
- func (ptr *QDesignerCustomWidgetInterface) Name() string
- func (p *QDesignerCustomWidgetInterface) Pointer() unsafe.Pointer
- func (p *QDesignerCustomWidgetInterface) QDesignerCustomWidgetInterface_PTR() *QDesignerCustomWidgetInterface
- func (p *QDesignerCustomWidgetInterface) SetPointer(ptr unsafe.Pointer)
- func (ptr *QDesignerCustomWidgetInterface) ToolTip() string
- func (ptr *QDesignerCustomWidgetInterface) WhatsThis() string
- type QDesignerCustomWidgetInterface_ITF
- type QDesignerDynamicPropertySheetExtension
- func (ptr *QDesignerDynamicPropertySheetExtension) AddDynamicProperty(propertyName string, value core.QVariant_ITF) int
- func (ptr *QDesignerDynamicPropertySheetExtension) CanAddDynamicProperty(propertyName string) bool
- func (ptr *QDesignerDynamicPropertySheetExtension) ConnectAddDynamicProperty(f func(propertyName string, value *core.QVariant) int)
- func (ptr *QDesignerDynamicPropertySheetExtension) ConnectCanAddDynamicProperty(f func(propertyName string) bool)
- func (ptr *QDesignerDynamicPropertySheetExtension) ConnectDestroyQDesignerDynamicPropertySheetExtension(f func())
- func (ptr *QDesignerDynamicPropertySheetExtension) ConnectDynamicPropertiesAllowed(f func() bool)
- func (ptr *QDesignerDynamicPropertySheetExtension) ConnectIsDynamicProperty(f func(index int) bool)
- func (ptr *QDesignerDynamicPropertySheetExtension) ConnectRemoveDynamicProperty(f func(index int) bool)
- func (ptr *QDesignerDynamicPropertySheetExtension) DestroyQDesignerDynamicPropertySheetExtension()
- func (ptr *QDesignerDynamicPropertySheetExtension) DestroyQDesignerDynamicPropertySheetExtensionDefault()
- func (ptr *QDesignerDynamicPropertySheetExtension) DisconnectAddDynamicProperty(propertyName string, value core.QVariant_ITF)
- func (ptr *QDesignerDynamicPropertySheetExtension) DisconnectCanAddDynamicProperty(propertyName string)
- func (ptr *QDesignerDynamicPropertySheetExtension) DisconnectDestroyQDesignerDynamicPropertySheetExtension()
- func (ptr *QDesignerDynamicPropertySheetExtension) DisconnectDynamicPropertiesAllowed()
- func (ptr *QDesignerDynamicPropertySheetExtension) DisconnectIsDynamicProperty(index int)
- func (ptr *QDesignerDynamicPropertySheetExtension) DisconnectRemoveDynamicProperty(index int)
- func (ptr *QDesignerDynamicPropertySheetExtension) DynamicPropertiesAllowed() bool
- func (ptr *QDesignerDynamicPropertySheetExtension) IsDynamicProperty(index int) bool
- func (p *QDesignerDynamicPropertySheetExtension) Pointer() unsafe.Pointer
- func (p *QDesignerDynamicPropertySheetExtension) QDesignerDynamicPropertySheetExtension_PTR() *QDesignerDynamicPropertySheetExtension
- func (ptr *QDesignerDynamicPropertySheetExtension) RemoveDynamicProperty(index int) bool
- func (p *QDesignerDynamicPropertySheetExtension) SetPointer(ptr unsafe.Pointer)
- type QDesignerDynamicPropertySheetExtension_ITF
- type QDesignerFormEditorInterface
- func (ptr *QDesignerFormEditorInterface) ActionEditor() *QDesignerActionEditorInterface
- func (ptr *QDesignerFormEditorInterface) ChildEvent(event core.QChildEvent_ITF)
- func (ptr *QDesignerFormEditorInterface) ChildEventDefault(event core.QChildEvent_ITF)
- func (ptr *QDesignerFormEditorInterface) ConnectChildEvent(f func(event *core.QChildEvent))
- func (ptr *QDesignerFormEditorInterface) ConnectConnectNotify(f func(sign *core.QMetaMethod))
- func (ptr *QDesignerFormEditorInterface) ConnectCustomEvent(f func(event *core.QEvent))
- func (ptr *QDesignerFormEditorInterface) ConnectDeleteLater(f func())
- func (ptr *QDesignerFormEditorInterface) ConnectDestroyQDesignerFormEditorInterface(f func())
- func (ptr *QDesignerFormEditorInterface) ConnectDisconnectNotify(f func(sign *core.QMetaMethod))
- func (ptr *QDesignerFormEditorInterface) ConnectEvent(f func(e *core.QEvent) bool)
- func (ptr *QDesignerFormEditorInterface) ConnectEventFilter(f func(watched *core.QObject, event *core.QEvent) bool)
- func (ptr *QDesignerFormEditorInterface) ConnectMetaObject(f func() *core.QMetaObject)
- func (ptr *QDesignerFormEditorInterface) ConnectNotify(sign core.QMetaMethod_ITF)
- func (ptr *QDesignerFormEditorInterface) ConnectNotifyDefault(sign core.QMetaMethod_ITF)
- func (ptr *QDesignerFormEditorInterface) ConnectTimerEvent(f func(event *core.QTimerEvent))
- func (ptr *QDesignerFormEditorInterface) CustomEvent(event core.QEvent_ITF)
- func (ptr *QDesignerFormEditorInterface) CustomEventDefault(event core.QEvent_ITF)
- func (ptr *QDesignerFormEditorInterface) DeleteLater()
- func (ptr *QDesignerFormEditorInterface) DeleteLaterDefault()
- func (ptr *QDesignerFormEditorInterface) DestroyQDesignerFormEditorInterface()
- func (ptr *QDesignerFormEditorInterface) DestroyQDesignerFormEditorInterfaceDefault()
- func (ptr *QDesignerFormEditorInterface) DisconnectChildEvent()
- func (ptr *QDesignerFormEditorInterface) DisconnectConnectNotify()
- func (ptr *QDesignerFormEditorInterface) DisconnectCustomEvent()
- func (ptr *QDesignerFormEditorInterface) DisconnectDeleteLater()
- func (ptr *QDesignerFormEditorInterface) DisconnectDestroyQDesignerFormEditorInterface()
- func (ptr *QDesignerFormEditorInterface) DisconnectDisconnectNotify()
- func (ptr *QDesignerFormEditorInterface) DisconnectEvent()
- func (ptr *QDesignerFormEditorInterface) DisconnectEventFilter()
- func (ptr *QDesignerFormEditorInterface) DisconnectMetaObject()
- func (ptr *QDesignerFormEditorInterface) DisconnectNotify(sign core.QMetaMethod_ITF)
- func (ptr *QDesignerFormEditorInterface) DisconnectNotifyDefault(sign core.QMetaMethod_ITF)
- func (ptr *QDesignerFormEditorInterface) DisconnectTimerEvent()
- func (ptr *QDesignerFormEditorInterface) Event(e core.QEvent_ITF) bool
- func (ptr *QDesignerFormEditorInterface) EventDefault(e core.QEvent_ITF) bool
- func (ptr *QDesignerFormEditorInterface) EventFilter(watched core.QObject_ITF, event core.QEvent_ITF) bool
- func (ptr *QDesignerFormEditorInterface) EventFilterDefault(watched core.QObject_ITF, event core.QEvent_ITF) bool
- func (ptr *QDesignerFormEditorInterface) ExtensionManager() *QExtensionManager
- func (ptr *QDesignerFormEditorInterface) FormWindowManager() *QDesignerFormWindowManagerInterface
- func (ptr *QDesignerFormEditorInterface) MetaObject() *core.QMetaObject
- func (ptr *QDesignerFormEditorInterface) MetaObjectDefault() *core.QMetaObject
- func (ptr *QDesignerFormEditorInterface) ObjectInspector() *QDesignerObjectInspectorInterface
- func (p *QDesignerFormEditorInterface) Pointer() unsafe.Pointer
- func (ptr *QDesignerFormEditorInterface) PropertyEditor() *QDesignerPropertyEditorInterface
- func (p *QDesignerFormEditorInterface) QDesignerFormEditorInterface_PTR() *QDesignerFormEditorInterface
- func (ptr *QDesignerFormEditorInterface) SetActionEditor(actionEditor QDesignerActionEditorInterface_ITF)
- func (ptr *QDesignerFormEditorInterface) SetObjectInspector(objectInspector QDesignerObjectInspectorInterface_ITF)
- func (p *QDesignerFormEditorInterface) SetPointer(ptr unsafe.Pointer)
- func (ptr *QDesignerFormEditorInterface) SetPropertyEditor(propertyEditor QDesignerPropertyEditorInterface_ITF)
- func (ptr *QDesignerFormEditorInterface) SetWidgetBox(widgetBox QDesignerWidgetBoxInterface_ITF)
- func (ptr *QDesignerFormEditorInterface) TimerEvent(event core.QTimerEvent_ITF)
- func (ptr *QDesignerFormEditorInterface) TimerEventDefault(event core.QTimerEvent_ITF)
- func (ptr *QDesignerFormEditorInterface) TopLevel() *widgets.QWidget
- func (ptr *QDesignerFormEditorInterface) WidgetBox() *QDesignerWidgetBoxInterface
- type QDesignerFormEditorInterface_ITF
- type QDesignerFormWindowCursorInterface
- func (ptr *QDesignerFormWindowCursorInterface) ConnectCurrent(f func() *widgets.QWidget)
- func (ptr *QDesignerFormWindowCursorInterface) ConnectDestroyQDesignerFormWindowCursorInterface(f func())
- func (ptr *QDesignerFormWindowCursorInterface) ConnectFormWindow(f func() *QDesignerFormWindowInterface)
- func (ptr *QDesignerFormWindowCursorInterface) ConnectHasSelection(f func() bool)
- func (ptr *QDesignerFormWindowCursorInterface) ConnectMovePosition(f func(operation QDesignerFormWindowCursorInterface__MoveOperation, ...) bool)
- func (ptr *QDesignerFormWindowCursorInterface) ConnectPosition(f func() int)
- func (ptr *QDesignerFormWindowCursorInterface) ConnectResetWidgetProperty(f func(widget *widgets.QWidget, name string))
- func (ptr *QDesignerFormWindowCursorInterface) ConnectSelectedWidget(f func(index int) *widgets.QWidget)
- func (ptr *QDesignerFormWindowCursorInterface) ConnectSelectedWidgetCount(f func() int)
- func (ptr *QDesignerFormWindowCursorInterface) ConnectSetPosition(f func(position int, mode QDesignerFormWindowCursorInterface__MoveMode))
- func (ptr *QDesignerFormWindowCursorInterface) ConnectSetProperty(f func(name string, value *core.QVariant))
- func (ptr *QDesignerFormWindowCursorInterface) ConnectSetWidgetProperty(f func(widget *widgets.QWidget, name string, value *core.QVariant))
- func (ptr *QDesignerFormWindowCursorInterface) ConnectWidget(f func(index int) *widgets.QWidget)
- func (ptr *QDesignerFormWindowCursorInterface) ConnectWidgetCount(f func() int)
- func (ptr *QDesignerFormWindowCursorInterface) Current() *widgets.QWidget
- func (ptr *QDesignerFormWindowCursorInterface) DestroyQDesignerFormWindowCursorInterface()
- func (ptr *QDesignerFormWindowCursorInterface) DestroyQDesignerFormWindowCursorInterfaceDefault()
- func (ptr *QDesignerFormWindowCursorInterface) DisconnectCurrent()
- func (ptr *QDesignerFormWindowCursorInterface) DisconnectDestroyQDesignerFormWindowCursorInterface()
- func (ptr *QDesignerFormWindowCursorInterface) DisconnectFormWindow()
- func (ptr *QDesignerFormWindowCursorInterface) DisconnectHasSelection()
- func (ptr *QDesignerFormWindowCursorInterface) DisconnectMovePosition(operation QDesignerFormWindowCursorInterface__MoveOperation, ...)
- func (ptr *QDesignerFormWindowCursorInterface) DisconnectPosition()
- func (ptr *QDesignerFormWindowCursorInterface) DisconnectResetWidgetProperty(widget widgets.QWidget_ITF, name string)
- func (ptr *QDesignerFormWindowCursorInterface) DisconnectSelectedWidget(index int)
- func (ptr *QDesignerFormWindowCursorInterface) DisconnectSelectedWidgetCount()
- func (ptr *QDesignerFormWindowCursorInterface) DisconnectSetPosition(position int, mode QDesignerFormWindowCursorInterface__MoveMode)
- func (ptr *QDesignerFormWindowCursorInterface) DisconnectSetProperty(name string, value core.QVariant_ITF)
- func (ptr *QDesignerFormWindowCursorInterface) DisconnectSetWidgetProperty(widget widgets.QWidget_ITF, name string, value core.QVariant_ITF)
- func (ptr *QDesignerFormWindowCursorInterface) DisconnectWidget(index int)
- func (ptr *QDesignerFormWindowCursorInterface) DisconnectWidgetCount()
- func (ptr *QDesignerFormWindowCursorInterface) FormWindow() *QDesignerFormWindowInterface
- func (ptr *QDesignerFormWindowCursorInterface) HasSelection() bool
- func (ptr *QDesignerFormWindowCursorInterface) IsWidgetSelected(widget widgets.QWidget_ITF) bool
- func (ptr *QDesignerFormWindowCursorInterface) MovePosition(operation QDesignerFormWindowCursorInterface__MoveOperation, ...) bool
- func (p *QDesignerFormWindowCursorInterface) Pointer() unsafe.Pointer
- func (ptr *QDesignerFormWindowCursorInterface) Position() int
- func (p *QDesignerFormWindowCursorInterface) QDesignerFormWindowCursorInterface_PTR() *QDesignerFormWindowCursorInterface
- func (ptr *QDesignerFormWindowCursorInterface) ResetWidgetProperty(widget widgets.QWidget_ITF, name string)
- func (ptr *QDesignerFormWindowCursorInterface) SelectedWidget(index int) *widgets.QWidget
- func (ptr *QDesignerFormWindowCursorInterface) SelectedWidgetCount() int
- func (p *QDesignerFormWindowCursorInterface) SetPointer(ptr unsafe.Pointer)
- func (ptr *QDesignerFormWindowCursorInterface) SetPosition(position int, mode QDesignerFormWindowCursorInterface__MoveMode)
- func (ptr *QDesignerFormWindowCursorInterface) SetProperty(name string, value core.QVariant_ITF)
- func (ptr *QDesignerFormWindowCursorInterface) SetWidgetProperty(widget widgets.QWidget_ITF, name string, value core.QVariant_ITF)
- func (ptr *QDesignerFormWindowCursorInterface) Widget(index int) *widgets.QWidget
- func (ptr *QDesignerFormWindowCursorInterface) WidgetCount() int
- type QDesignerFormWindowCursorInterface_ITF
- type QDesignerFormWindowCursorInterface__MoveMode
- type QDesignerFormWindowCursorInterface__MoveOperation
- type QDesignerFormWindowInterface
- func NewQDesignerFormWindowInterfaceFromPointer(ptr unsafe.Pointer) *QDesignerFormWindowInterface
- func QDesignerFormWindowInterface_FindFormWindow(widget widgets.QWidget_ITF) *QDesignerFormWindowInterface
- func QDesignerFormWindowInterface_FindFormWindow2(object core.QObject_ITF) *QDesignerFormWindowInterface
- func (ptr *QDesignerFormWindowInterface) AboutToUnmanageWidget(widget widgets.QWidget_ITF)
- func (ptr *QDesignerFormWindowInterface) AbsoluteDir() *core.QDir
- func (ptr *QDesignerFormWindowInterface) ActionEvent(event gui.QActionEvent_ITF)
- func (ptr *QDesignerFormWindowInterface) ActionEventDefault(event gui.QActionEvent_ITF)
- func (ptr *QDesignerFormWindowInterface) ActivateResourceFilePaths(paths []string, errorCount int, errorMessages string)
- func (ptr *QDesignerFormWindowInterface) Activated(widget widgets.QWidget_ITF)
- func (ptr *QDesignerFormWindowInterface) ActiveResourceFilePaths() []string
- func (ptr *QDesignerFormWindowInterface) AddResourceFile(path string)
- func (ptr *QDesignerFormWindowInterface) Author() string
- func (ptr *QDesignerFormWindowInterface) ChangeEvent(event core.QEvent_ITF)
- func (ptr *QDesignerFormWindowInterface) ChangeEventDefault(event core.QEvent_ITF)
- func (ptr *QDesignerFormWindowInterface) Changed()
- func (ptr *QDesignerFormWindowInterface) CheckContents() []string
- func (ptr *QDesignerFormWindowInterface) ChildEvent(event core.QChildEvent_ITF)
- func (ptr *QDesignerFormWindowInterface) ChildEventDefault(event core.QChildEvent_ITF)
- func (ptr *QDesignerFormWindowInterface) ClearSelection(update bool)
- func (ptr *QDesignerFormWindowInterface) Close() bool
- func (ptr *QDesignerFormWindowInterface) CloseDefault() bool
- func (ptr *QDesignerFormWindowInterface) CloseEvent(event gui.QCloseEvent_ITF)
- func (ptr *QDesignerFormWindowInterface) CloseEventDefault(event gui.QCloseEvent_ITF)
- func (ptr *QDesignerFormWindowInterface) Comment() string
- func (ptr *QDesignerFormWindowInterface) ConnectAboutToUnmanageWidget(f func(widget *widgets.QWidget))
- func (ptr *QDesignerFormWindowInterface) ConnectAbsoluteDir(f func() *core.QDir)
- func (ptr *QDesignerFormWindowInterface) ConnectActionEvent(f func(event *gui.QActionEvent))
- func (ptr *QDesignerFormWindowInterface) ConnectActivateResourceFilePaths(f func(paths []string, errorCount int, errorMessages string))
- func (ptr *QDesignerFormWindowInterface) ConnectActivated(f func(widget *widgets.QWidget))
- func (ptr *QDesignerFormWindowInterface) ConnectAddResourceFile(f func(path string))
- func (ptr *QDesignerFormWindowInterface) ConnectAuthor(f func() string)
- func (ptr *QDesignerFormWindowInterface) ConnectChangeEvent(f func(event *core.QEvent))
- func (ptr *QDesignerFormWindowInterface) ConnectChanged(f func())
- func (ptr *QDesignerFormWindowInterface) ConnectCheckContents(f func() []string)
- func (ptr *QDesignerFormWindowInterface) ConnectChildEvent(f func(event *core.QChildEvent))
- func (ptr *QDesignerFormWindowInterface) ConnectClearSelection(f func(update bool))
- func (ptr *QDesignerFormWindowInterface) ConnectClose(f func() bool)
- func (ptr *QDesignerFormWindowInterface) ConnectCloseEvent(f func(event *gui.QCloseEvent))
- func (ptr *QDesignerFormWindowInterface) ConnectComment(f func() string)
- func (ptr *QDesignerFormWindowInterface) ConnectConnectNotify(f func(sign *core.QMetaMethod))
- func (ptr *QDesignerFormWindowInterface) ConnectContents(f func() string)
- func (ptr *QDesignerFormWindowInterface) ConnectContextMenuEvent(f func(event *gui.QContextMenuEvent))
- func (ptr *QDesignerFormWindowInterface) ConnectCore(f func() *QDesignerFormEditorInterface)
- func (ptr *QDesignerFormWindowInterface) ConnectCursor(f func() *QDesignerFormWindowCursorInterface)
- func (ptr *QDesignerFormWindowInterface) ConnectCustomEvent(f func(event *core.QEvent))
- func (ptr *QDesignerFormWindowInterface) ConnectDeleteLater(f func())
- func (ptr *QDesignerFormWindowInterface) ConnectDestroyQDesignerFormWindowInterface(f func())
- func (ptr *QDesignerFormWindowInterface) ConnectDisconnectNotify(f func(sign *core.QMetaMethod))
- func (ptr *QDesignerFormWindowInterface) ConnectDragEnterEvent(f func(event *gui.QDragEnterEvent))
- func (ptr *QDesignerFormWindowInterface) ConnectDragLeaveEvent(f func(event *gui.QDragLeaveEvent))
- func (ptr *QDesignerFormWindowInterface) ConnectDragMoveEvent(f func(event *gui.QDragMoveEvent))
- func (ptr *QDesignerFormWindowInterface) ConnectDropEvent(f func(event *gui.QDropEvent))
- func (ptr *QDesignerFormWindowInterface) ConnectEmitSelectionChanged(f func())
- func (ptr *QDesignerFormWindowInterface) ConnectEnterEvent(f func(event *core.QEvent))
- func (ptr *QDesignerFormWindowInterface) ConnectEvent(f func(event *core.QEvent) bool)
- func (ptr *QDesignerFormWindowInterface) ConnectEventFilter(f func(watched *core.QObject, event *core.QEvent) bool)
- func (ptr *QDesignerFormWindowInterface) ConnectExportMacro(f func() string)
- func (ptr *QDesignerFormWindowInterface) ConnectFeatureChanged(f func(feature QDesignerFormWindowInterface__FeatureFlag))
- func (ptr *QDesignerFormWindowInterface) ConnectFeatures(f func() QDesignerFormWindowInterface__FeatureFlag)
- func (ptr *QDesignerFormWindowInterface) ConnectFileName(f func() string)
- func (ptr *QDesignerFormWindowInterface) ConnectFileNameChanged(f func(fileName string))
- func (ptr *QDesignerFormWindowInterface) ConnectFocusInEvent(f func(event *gui.QFocusEvent))
- func (ptr *QDesignerFormWindowInterface) ConnectFocusNextPrevChild(f func(next bool) bool)
- func (ptr *QDesignerFormWindowInterface) ConnectFocusOutEvent(f func(event *gui.QFocusEvent))
- func (ptr *QDesignerFormWindowInterface) ConnectFormContainer(f func() *widgets.QWidget)
- func (ptr *QDesignerFormWindowInterface) ConnectGeometryChanged(f func())
- func (ptr *QDesignerFormWindowInterface) ConnectGrid(f func() *core.QPoint)
- func (ptr *QDesignerFormWindowInterface) ConnectHasFeature(f func(feature QDesignerFormWindowInterface__FeatureFlag) bool)
- func (ptr *QDesignerFormWindowInterface) ConnectHasHeightForWidth(f func() bool)
- func (ptr *QDesignerFormWindowInterface) ConnectHeightForWidth(f func(w int) int)
- func (ptr *QDesignerFormWindowInterface) ConnectHide(f func())
- func (ptr *QDesignerFormWindowInterface) ConnectHideEvent(f func(event *gui.QHideEvent))
- func (ptr *QDesignerFormWindowInterface) ConnectIncludeHints(f func() []string)
- func (ptr *QDesignerFormWindowInterface) ConnectInputMethodEvent(f func(event *gui.QInputMethodEvent))
- func (ptr *QDesignerFormWindowInterface) ConnectInputMethodQuery(f func(query core.Qt__InputMethodQuery) *core.QVariant)
- func (ptr *QDesignerFormWindowInterface) ConnectIsDirty(f func() bool)
- func (ptr *QDesignerFormWindowInterface) ConnectIsManaged(f func(widget *widgets.QWidget) bool)
- func (ptr *QDesignerFormWindowInterface) ConnectKeyPressEvent(f func(event *gui.QKeyEvent))
- func (ptr *QDesignerFormWindowInterface) ConnectKeyReleaseEvent(f func(event *gui.QKeyEvent))
- func (ptr *QDesignerFormWindowInterface) ConnectLayoutDefault(f func(margin int, spacing int))
- func (ptr *QDesignerFormWindowInterface) ConnectLayoutFunction(f func(margin string, spacing string))
- func (ptr *QDesignerFormWindowInterface) ConnectLeaveEvent(f func(event *core.QEvent))
- func (ptr *QDesignerFormWindowInterface) ConnectLower(f func())
- func (ptr *QDesignerFormWindowInterface) ConnectMainContainerChanged(f func(mainContainer *widgets.QWidget))
- func (ptr *QDesignerFormWindowInterface) ConnectManageWidget(f func(widget *widgets.QWidget))
- func (ptr *QDesignerFormWindowInterface) ConnectMetaObject(f func() *core.QMetaObject)
- func (ptr *QDesignerFormWindowInterface) ConnectMetric(f func(m gui.QPaintDevice__PaintDeviceMetric) int)
- func (ptr *QDesignerFormWindowInterface) ConnectMinimumSizeHint(f func() *core.QSize)
- func (ptr *QDesignerFormWindowInterface) ConnectMouseDoubleClickEvent(f func(event *gui.QMouseEvent))
- func (ptr *QDesignerFormWindowInterface) ConnectMouseMoveEvent(f func(event *gui.QMouseEvent))
- func (ptr *QDesignerFormWindowInterface) ConnectMousePressEvent(f func(event *gui.QMouseEvent))
- func (ptr *QDesignerFormWindowInterface) ConnectMouseReleaseEvent(f func(event *gui.QMouseEvent))
- func (ptr *QDesignerFormWindowInterface) ConnectMoveEvent(f func(event *gui.QMoveEvent))
- func (ptr *QDesignerFormWindowInterface) ConnectNativeEvent(f func(eventType *core.QByteArray, message unsafe.Pointer, result int) bool)
- func (ptr *QDesignerFormWindowInterface) ConnectNotify(sign core.QMetaMethod_ITF)
- func (ptr *QDesignerFormWindowInterface) ConnectNotifyDefault(sign core.QMetaMethod_ITF)
- func (ptr *QDesignerFormWindowInterface) ConnectObjectRemoved(f func(object *core.QObject))
- func (ptr *QDesignerFormWindowInterface) ConnectPaintEngine(f func() *gui.QPaintEngine)
- func (ptr *QDesignerFormWindowInterface) ConnectPaintEvent(f func(event *gui.QPaintEvent))
- func (ptr *QDesignerFormWindowInterface) ConnectPixmapFunction(f func() string)
- func (ptr *QDesignerFormWindowInterface) ConnectRaise(f func())
- func (ptr *QDesignerFormWindowInterface) ConnectRemoveResourceFile(f func(path string))
- func (ptr *QDesignerFormWindowInterface) ConnectRepaint(f func())
- func (ptr *QDesignerFormWindowInterface) ConnectResizeEvent(f func(event *gui.QResizeEvent))
- func (ptr *QDesignerFormWindowInterface) ConnectResourceFileSaveMode(f func() QDesignerFormWindowInterface__ResourceFileSaveMode)
- func (ptr *QDesignerFormWindowInterface) ConnectResourceFiles(f func() []string)
- func (ptr *QDesignerFormWindowInterface) ConnectResourceFilesChanged(f func())
- func (ptr *QDesignerFormWindowInterface) ConnectSelectWidget(f func(widget *widgets.QWidget, sele bool))
- func (ptr *QDesignerFormWindowInterface) ConnectSelectionChanged(f func())
- func (ptr *QDesignerFormWindowInterface) ConnectSetAuthor(f func(author string))
- func (ptr *QDesignerFormWindowInterface) ConnectSetComment(f func(comment string))
- func (ptr *QDesignerFormWindowInterface) ConnectSetContents(f func(device *core.QIODevice, errorMessage string) bool)
- func (ptr *QDesignerFormWindowInterface) ConnectSetContents2(f func(contents string) bool)
- func (ptr *QDesignerFormWindowInterface) ConnectSetDirty(f func(dirty bool))
- func (ptr *QDesignerFormWindowInterface) ConnectSetDisabled(f func(disable bool))
- func (ptr *QDesignerFormWindowInterface) ConnectSetEnabled(f func(vbo bool))
- func (ptr *QDesignerFormWindowInterface) ConnectSetExportMacro(f func(exportMacro string))
- func (ptr *QDesignerFormWindowInterface) ConnectSetFeatures(f func(features QDesignerFormWindowInterface__FeatureFlag))
- func (ptr *QDesignerFormWindowInterface) ConnectSetFileName(f func(fileName string))
- func (ptr *QDesignerFormWindowInterface) ConnectSetFocus2(f func())
- func (ptr *QDesignerFormWindowInterface) ConnectSetGrid(f func(grid *core.QPoint))
- func (ptr *QDesignerFormWindowInterface) ConnectSetHidden(f func(hidden bool))
- func (ptr *QDesignerFormWindowInterface) ConnectSetIncludeHints(f func(includeHints []string))
- func (ptr *QDesignerFormWindowInterface) ConnectSetLayoutDefault(f func(margin int, spacing int))
- func (ptr *QDesignerFormWindowInterface) ConnectSetLayoutFunction(f func(margin string, spacing string))
- func (ptr *QDesignerFormWindowInterface) ConnectSetMainContainer(f func(mainContainer *widgets.QWidget))
- func (ptr *QDesignerFormWindowInterface) ConnectSetPixmapFunction(f func(pixmapFunction string))
- func (ptr *QDesignerFormWindowInterface) ConnectSetResourceFileSaveMode(f func(behaviour QDesignerFormWindowInterface__ResourceFileSaveMode))
- func (ptr *QDesignerFormWindowInterface) ConnectSetStyleSheet(f func(styleSheet string))
- func (ptr *QDesignerFormWindowInterface) ConnectSetVisible(f func(visible bool))
- func (ptr *QDesignerFormWindowInterface) ConnectSetWindowModified(f func(vbo bool))
- func (ptr *QDesignerFormWindowInterface) ConnectSetWindowTitle(f func(vqs string))
- func (ptr *QDesignerFormWindowInterface) ConnectShow(f func())
- func (ptr *QDesignerFormWindowInterface) ConnectShowEvent(f func(event *gui.QShowEvent))
- func (ptr *QDesignerFormWindowInterface) ConnectShowFullScreen(f func())
- func (ptr *QDesignerFormWindowInterface) ConnectShowMaximized(f func())
- func (ptr *QDesignerFormWindowInterface) ConnectShowMinimized(f func())
- func (ptr *QDesignerFormWindowInterface) ConnectShowNormal(f func())
- func (ptr *QDesignerFormWindowInterface) ConnectSizeHint(f func() *core.QSize)
- func (ptr *QDesignerFormWindowInterface) ConnectTabletEvent(f func(event *gui.QTabletEvent))
- func (ptr *QDesignerFormWindowInterface) ConnectTimerEvent(f func(event *core.QTimerEvent))
- func (ptr *QDesignerFormWindowInterface) ConnectUnmanageWidget(f func(widget *widgets.QWidget))
- func (ptr *QDesignerFormWindowInterface) ConnectUpdate(f func())
- func (ptr *QDesignerFormWindowInterface) ConnectUpdateMicroFocus(f func())
- func (ptr *QDesignerFormWindowInterface) ConnectWheelEvent(f func(event *gui.QWheelEvent))
- func (ptr *QDesignerFormWindowInterface) ConnectWidgetManaged(f func(widget *widgets.QWidget))
- func (ptr *QDesignerFormWindowInterface) ConnectWidgetRemoved(f func(widget *widgets.QWidget))
- func (ptr *QDesignerFormWindowInterface) ConnectWidgetUnmanaged(f func(widget *widgets.QWidget))
- func (ptr *QDesignerFormWindowInterface) Contents() string
- func (ptr *QDesignerFormWindowInterface) ContextMenuEvent(event gui.QContextMenuEvent_ITF)
- func (ptr *QDesignerFormWindowInterface) ContextMenuEventDefault(event gui.QContextMenuEvent_ITF)
- func (ptr *QDesignerFormWindowInterface) Core() *QDesignerFormEditorInterface
- func (ptr *QDesignerFormWindowInterface) CoreDefault() *QDesignerFormEditorInterface
- func (ptr *QDesignerFormWindowInterface) Cursor() *QDesignerFormWindowCursorInterface
- func (ptr *QDesignerFormWindowInterface) CustomEvent(event core.QEvent_ITF)
- func (ptr *QDesignerFormWindowInterface) CustomEventDefault(event core.QEvent_ITF)
- func (ptr *QDesignerFormWindowInterface) DeleteLater()
- func (ptr *QDesignerFormWindowInterface) DeleteLaterDefault()
- func (ptr *QDesignerFormWindowInterface) DestroyQDesignerFormWindowInterface()
- func (ptr *QDesignerFormWindowInterface) DestroyQDesignerFormWindowInterfaceDefault()
- func (ptr *QDesignerFormWindowInterface) DisconnectAboutToUnmanageWidget()
- func (ptr *QDesignerFormWindowInterface) DisconnectAbsoluteDir()
- func (ptr *QDesignerFormWindowInterface) DisconnectActionEvent()
- func (ptr *QDesignerFormWindowInterface) DisconnectActivateResourceFilePaths(paths []string, errorCount int, errorMessages string)
- func (ptr *QDesignerFormWindowInterface) DisconnectActivated()
- func (ptr *QDesignerFormWindowInterface) DisconnectAddResourceFile(path string)
- func (ptr *QDesignerFormWindowInterface) DisconnectAuthor()
- func (ptr *QDesignerFormWindowInterface) DisconnectChangeEvent()
- func (ptr *QDesignerFormWindowInterface) DisconnectChanged()
- func (ptr *QDesignerFormWindowInterface) DisconnectCheckContents()
- func (ptr *QDesignerFormWindowInterface) DisconnectChildEvent()
- func (ptr *QDesignerFormWindowInterface) DisconnectClearSelection(update bool)
- func (ptr *QDesignerFormWindowInterface) DisconnectClose()
- func (ptr *QDesignerFormWindowInterface) DisconnectCloseEvent()
- func (ptr *QDesignerFormWindowInterface) DisconnectComment()
- func (ptr *QDesignerFormWindowInterface) DisconnectConnectNotify()
- func (ptr *QDesignerFormWindowInterface) DisconnectContents()
- func (ptr *QDesignerFormWindowInterface) DisconnectContextMenuEvent()
- func (ptr *QDesignerFormWindowInterface) DisconnectCore()
- func (ptr *QDesignerFormWindowInterface) DisconnectCursor()
- func (ptr *QDesignerFormWindowInterface) DisconnectCustomEvent()
- func (ptr *QDesignerFormWindowInterface) DisconnectDeleteLater()
- func (ptr *QDesignerFormWindowInterface) DisconnectDestroyQDesignerFormWindowInterface()
- func (ptr *QDesignerFormWindowInterface) DisconnectDisconnectNotify()
- func (ptr *QDesignerFormWindowInterface) DisconnectDragEnterEvent()
- func (ptr *QDesignerFormWindowInterface) DisconnectDragLeaveEvent()
- func (ptr *QDesignerFormWindowInterface) DisconnectDragMoveEvent()
- func (ptr *QDesignerFormWindowInterface) DisconnectDropEvent()
- func (ptr *QDesignerFormWindowInterface) DisconnectEmitSelectionChanged()
- func (ptr *QDesignerFormWindowInterface) DisconnectEnterEvent()
- func (ptr *QDesignerFormWindowInterface) DisconnectEvent()
- func (ptr *QDesignerFormWindowInterface) DisconnectEventFilter()
- func (ptr *QDesignerFormWindowInterface) DisconnectExportMacro()
- func (ptr *QDesignerFormWindowInterface) DisconnectFeatureChanged()
- func (ptr *QDesignerFormWindowInterface) DisconnectFeatures()
- func (ptr *QDesignerFormWindowInterface) DisconnectFileName()
- func (ptr *QDesignerFormWindowInterface) DisconnectFileNameChanged()
- func (ptr *QDesignerFormWindowInterface) DisconnectFocusInEvent()
- func (ptr *QDesignerFormWindowInterface) DisconnectFocusNextPrevChild()
- func (ptr *QDesignerFormWindowInterface) DisconnectFocusOutEvent()
- func (ptr *QDesignerFormWindowInterface) DisconnectFormContainer()
- func (ptr *QDesignerFormWindowInterface) DisconnectGeometryChanged()
- func (ptr *QDesignerFormWindowInterface) DisconnectGrid()
- func (ptr *QDesignerFormWindowInterface) DisconnectHasFeature(feature QDesignerFormWindowInterface__FeatureFlag)
- func (ptr *QDesignerFormWindowInterface) DisconnectHasHeightForWidth()
- func (ptr *QDesignerFormWindowInterface) DisconnectHeightForWidth()
- func (ptr *QDesignerFormWindowInterface) DisconnectHide()
- func (ptr *QDesignerFormWindowInterface) DisconnectHideEvent()
- func (ptr *QDesignerFormWindowInterface) DisconnectIncludeHints()
- func (ptr *QDesignerFormWindowInterface) DisconnectInputMethodEvent()
- func (ptr *QDesignerFormWindowInterface) DisconnectInputMethodQuery()
- func (ptr *QDesignerFormWindowInterface) DisconnectIsDirty()
- func (ptr *QDesignerFormWindowInterface) DisconnectIsManaged(widget widgets.QWidget_ITF)
- func (ptr *QDesignerFormWindowInterface) DisconnectKeyPressEvent()
- func (ptr *QDesignerFormWindowInterface) DisconnectKeyReleaseEvent()
- func (ptr *QDesignerFormWindowInterface) DisconnectLayoutDefault(margin int, spacing int)
- func (ptr *QDesignerFormWindowInterface) DisconnectLayoutFunction(margin string, spacing string)
- func (ptr *QDesignerFormWindowInterface) DisconnectLeaveEvent()
- func (ptr *QDesignerFormWindowInterface) DisconnectLower()
- func (ptr *QDesignerFormWindowInterface) DisconnectMainContainerChanged()
- func (ptr *QDesignerFormWindowInterface) DisconnectManageWidget(widget widgets.QWidget_ITF)
- func (ptr *QDesignerFormWindowInterface) DisconnectMetaObject()
- func (ptr *QDesignerFormWindowInterface) DisconnectMetric()
- func (ptr *QDesignerFormWindowInterface) DisconnectMinimumSizeHint()
- func (ptr *QDesignerFormWindowInterface) DisconnectMouseDoubleClickEvent()
- func (ptr *QDesignerFormWindowInterface) DisconnectMouseMoveEvent()
- func (ptr *QDesignerFormWindowInterface) DisconnectMousePressEvent()
- func (ptr *QDesignerFormWindowInterface) DisconnectMouseReleaseEvent()
- func (ptr *QDesignerFormWindowInterface) DisconnectMoveEvent()
- func (ptr *QDesignerFormWindowInterface) DisconnectNativeEvent()
- func (ptr *QDesignerFormWindowInterface) DisconnectNotify(sign core.QMetaMethod_ITF)
- func (ptr *QDesignerFormWindowInterface) DisconnectNotifyDefault(sign core.QMetaMethod_ITF)
- func (ptr *QDesignerFormWindowInterface) DisconnectObjectRemoved()
- func (ptr *QDesignerFormWindowInterface) DisconnectPaintEngine()
- func (ptr *QDesignerFormWindowInterface) DisconnectPaintEvent()
- func (ptr *QDesignerFormWindowInterface) DisconnectPixmapFunction()
- func (ptr *QDesignerFormWindowInterface) DisconnectRaise()
- func (ptr *QDesignerFormWindowInterface) DisconnectRemoveResourceFile(path string)
- func (ptr *QDesignerFormWindowInterface) DisconnectRepaint()
- func (ptr *QDesignerFormWindowInterface) DisconnectResizeEvent()
- func (ptr *QDesignerFormWindowInterface) DisconnectResourceFileSaveMode()
- func (ptr *QDesignerFormWindowInterface) DisconnectResourceFiles()
- func (ptr *QDesignerFormWindowInterface) DisconnectResourceFilesChanged()
- func (ptr *QDesignerFormWindowInterface) DisconnectSelectWidget(widget widgets.QWidget_ITF, sele bool)
- func (ptr *QDesignerFormWindowInterface) DisconnectSelectionChanged()
- func (ptr *QDesignerFormWindowInterface) DisconnectSetAuthor(author string)
- func (ptr *QDesignerFormWindowInterface) DisconnectSetComment(comment string)
- func (ptr *QDesignerFormWindowInterface) DisconnectSetContents(device core.QIODevice_ITF, errorMessage string)
- func (ptr *QDesignerFormWindowInterface) DisconnectSetContents2(contents string)
- func (ptr *QDesignerFormWindowInterface) DisconnectSetDirty(dirty bool)
- func (ptr *QDesignerFormWindowInterface) DisconnectSetDisabled()
- func (ptr *QDesignerFormWindowInterface) DisconnectSetEnabled()
- func (ptr *QDesignerFormWindowInterface) DisconnectSetExportMacro(exportMacro string)
- func (ptr *QDesignerFormWindowInterface) DisconnectSetFeatures(features QDesignerFormWindowInterface__FeatureFlag)
- func (ptr *QDesignerFormWindowInterface) DisconnectSetFileName(fileName string)
- func (ptr *QDesignerFormWindowInterface) DisconnectSetFocus2()
- func (ptr *QDesignerFormWindowInterface) DisconnectSetGrid(grid core.QPoint_ITF)
- func (ptr *QDesignerFormWindowInterface) DisconnectSetHidden()
- func (ptr *QDesignerFormWindowInterface) DisconnectSetIncludeHints(includeHints []string)
- func (ptr *QDesignerFormWindowInterface) DisconnectSetLayoutDefault(margin int, spacing int)
- func (ptr *QDesignerFormWindowInterface) DisconnectSetLayoutFunction(margin string, spacing string)
- func (ptr *QDesignerFormWindowInterface) DisconnectSetMainContainer(mainContainer widgets.QWidget_ITF)
- func (ptr *QDesignerFormWindowInterface) DisconnectSetPixmapFunction(pixmapFunction string)
- func (ptr *QDesignerFormWindowInterface) DisconnectSetResourceFileSaveMode(behaviour QDesignerFormWindowInterface__ResourceFileSaveMode)
- func (ptr *QDesignerFormWindowInterface) DisconnectSetStyleSheet()
- func (ptr *QDesignerFormWindowInterface) DisconnectSetVisible()
- func (ptr *QDesignerFormWindowInterface) DisconnectSetWindowModified()
- func (ptr *QDesignerFormWindowInterface) DisconnectSetWindowTitle()
- func (ptr *QDesignerFormWindowInterface) DisconnectShow()
- func (ptr *QDesignerFormWindowInterface) DisconnectShowEvent()
- func (ptr *QDesignerFormWindowInterface) DisconnectShowFullScreen()
- func (ptr *QDesignerFormWindowInterface) DisconnectShowMaximized()
- func (ptr *QDesignerFormWindowInterface) DisconnectShowMinimized()
- func (ptr *QDesignerFormWindowInterface) DisconnectShowNormal()
- func (ptr *QDesignerFormWindowInterface) DisconnectSizeHint()
- func (ptr *QDesignerFormWindowInterface) DisconnectTabletEvent()
- func (ptr *QDesignerFormWindowInterface) DisconnectTimerEvent()
- func (ptr *QDesignerFormWindowInterface) DisconnectUnmanageWidget(widget widgets.QWidget_ITF)
- func (ptr *QDesignerFormWindowInterface) DisconnectUpdate()
- func (ptr *QDesignerFormWindowInterface) DisconnectUpdateMicroFocus()
- func (ptr *QDesignerFormWindowInterface) DisconnectWheelEvent()
- func (ptr *QDesignerFormWindowInterface) DisconnectWidgetManaged()
- func (ptr *QDesignerFormWindowInterface) DisconnectWidgetRemoved()
- func (ptr *QDesignerFormWindowInterface) DisconnectWidgetUnmanaged()
- func (ptr *QDesignerFormWindowInterface) DragEnterEvent(event gui.QDragEnterEvent_ITF)
- func (ptr *QDesignerFormWindowInterface) DragEnterEventDefault(event gui.QDragEnterEvent_ITF)
- func (ptr *QDesignerFormWindowInterface) DragLeaveEvent(event gui.QDragLeaveEvent_ITF)
- func (ptr *QDesignerFormWindowInterface) DragLeaveEventDefault(event gui.QDragLeaveEvent_ITF)
- func (ptr *QDesignerFormWindowInterface) DragMoveEvent(event gui.QDragMoveEvent_ITF)
- func (ptr *QDesignerFormWindowInterface) DragMoveEventDefault(event gui.QDragMoveEvent_ITF)
- func (ptr *QDesignerFormWindowInterface) DropEvent(event gui.QDropEvent_ITF)
- func (ptr *QDesignerFormWindowInterface) DropEventDefault(event gui.QDropEvent_ITF)
- func (ptr *QDesignerFormWindowInterface) EmitSelectionChanged()
- func (ptr *QDesignerFormWindowInterface) EnterEvent(event core.QEvent_ITF)
- func (ptr *QDesignerFormWindowInterface) EnterEventDefault(event core.QEvent_ITF)
- func (ptr *QDesignerFormWindowInterface) Event(event core.QEvent_ITF) bool
- func (ptr *QDesignerFormWindowInterface) EventDefault(event core.QEvent_ITF) bool
- func (ptr *QDesignerFormWindowInterface) EventFilter(watched core.QObject_ITF, event core.QEvent_ITF) bool
- func (ptr *QDesignerFormWindowInterface) EventFilterDefault(watched core.QObject_ITF, event core.QEvent_ITF) bool
- func (ptr *QDesignerFormWindowInterface) ExportMacro() string
- func (ptr *QDesignerFormWindowInterface) FeatureChanged(feature QDesignerFormWindowInterface__FeatureFlag)
- func (ptr *QDesignerFormWindowInterface) Features() QDesignerFormWindowInterface__FeatureFlag
- func (ptr *QDesignerFormWindowInterface) FileName() string
- func (ptr *QDesignerFormWindowInterface) FileNameChanged(fileName string)
- func (ptr *QDesignerFormWindowInterface) FindFormWindow(widget widgets.QWidget_ITF) *QDesignerFormWindowInterface
- func (ptr *QDesignerFormWindowInterface) FindFormWindow2(object core.QObject_ITF) *QDesignerFormWindowInterface
- func (ptr *QDesignerFormWindowInterface) FocusInEvent(event gui.QFocusEvent_ITF)
- func (ptr *QDesignerFormWindowInterface) FocusInEventDefault(event gui.QFocusEvent_ITF)
- func (ptr *QDesignerFormWindowInterface) FocusNextPrevChild(next bool) bool
- func (ptr *QDesignerFormWindowInterface) FocusNextPrevChildDefault(next bool) bool
- func (ptr *QDesignerFormWindowInterface) FocusOutEvent(event gui.QFocusEvent_ITF)
- func (ptr *QDesignerFormWindowInterface) FocusOutEventDefault(event gui.QFocusEvent_ITF)
- func (ptr *QDesignerFormWindowInterface) FormContainer() *widgets.QWidget
- func (ptr *QDesignerFormWindowInterface) GeometryChanged()
- func (ptr *QDesignerFormWindowInterface) Grid() *core.QPoint
- func (ptr *QDesignerFormWindowInterface) HasFeature(feature QDesignerFormWindowInterface__FeatureFlag) bool
- func (ptr *QDesignerFormWindowInterface) HasHeightForWidth() bool
- func (ptr *QDesignerFormWindowInterface) HasHeightForWidthDefault() bool
- func (ptr *QDesignerFormWindowInterface) HeightForWidth(w int) int
- func (ptr *QDesignerFormWindowInterface) HeightForWidthDefault(w int) int
- func (ptr *QDesignerFormWindowInterface) Hide()
- func (ptr *QDesignerFormWindowInterface) HideDefault()
- func (ptr *QDesignerFormWindowInterface) HideEvent(event gui.QHideEvent_ITF)
- func (ptr *QDesignerFormWindowInterface) HideEventDefault(event gui.QHideEvent_ITF)
- func (ptr *QDesignerFormWindowInterface) IncludeHints() []string
- func (ptr *QDesignerFormWindowInterface) InputMethodEvent(event gui.QInputMethodEvent_ITF)
- func (ptr *QDesignerFormWindowInterface) InputMethodEventDefault(event gui.QInputMethodEvent_ITF)
- func (ptr *QDesignerFormWindowInterface) InputMethodQuery(query core.Qt__InputMethodQuery) *core.QVariant
- func (ptr *QDesignerFormWindowInterface) InputMethodQueryDefault(query core.Qt__InputMethodQuery) *core.QVariant
- func (ptr *QDesignerFormWindowInterface) IsDirty() bool
- func (ptr *QDesignerFormWindowInterface) IsManaged(widget widgets.QWidget_ITF) bool
- func (ptr *QDesignerFormWindowInterface) KeyPressEvent(event gui.QKeyEvent_ITF)
- func (ptr *QDesignerFormWindowInterface) KeyPressEventDefault(event gui.QKeyEvent_ITF)
- func (ptr *QDesignerFormWindowInterface) KeyReleaseEvent(event gui.QKeyEvent_ITF)
- func (ptr *QDesignerFormWindowInterface) KeyReleaseEventDefault(event gui.QKeyEvent_ITF)
- func (ptr *QDesignerFormWindowInterface) LayoutDefault(margin int, spacing int)
- func (ptr *QDesignerFormWindowInterface) LayoutFunction(margin string, spacing string)
- func (ptr *QDesignerFormWindowInterface) LeaveEvent(event core.QEvent_ITF)
- func (ptr *QDesignerFormWindowInterface) LeaveEventDefault(event core.QEvent_ITF)
- func (ptr *QDesignerFormWindowInterface) Lower()
- func (ptr *QDesignerFormWindowInterface) LowerDefault()
- func (ptr *QDesignerFormWindowInterface) MainContainerChanged(mainContainer widgets.QWidget_ITF)
- func (ptr *QDesignerFormWindowInterface) ManageWidget(widget widgets.QWidget_ITF)
- func (ptr *QDesignerFormWindowInterface) MetaObject() *core.QMetaObject
- func (ptr *QDesignerFormWindowInterface) MetaObjectDefault() *core.QMetaObject
- func (ptr *QDesignerFormWindowInterface) Metric(m gui.QPaintDevice__PaintDeviceMetric) int
- func (ptr *QDesignerFormWindowInterface) MetricDefault(m gui.QPaintDevice__PaintDeviceMetric) int
- func (ptr *QDesignerFormWindowInterface) MinimumSizeHint() *core.QSize
- func (ptr *QDesignerFormWindowInterface) MinimumSizeHintDefault() *core.QSize
- func (ptr *QDesignerFormWindowInterface) MouseDoubleClickEvent(event gui.QMouseEvent_ITF)
- func (ptr *QDesignerFormWindowInterface) MouseDoubleClickEventDefault(event gui.QMouseEvent_ITF)
- func (ptr *QDesignerFormWindowInterface) MouseMoveEvent(event gui.QMouseEvent_ITF)
- func (ptr *QDesignerFormWindowInterface) MouseMoveEventDefault(event gui.QMouseEvent_ITF)
- func (ptr *QDesignerFormWindowInterface) MousePressEvent(event gui.QMouseEvent_ITF)
- func (ptr *QDesignerFormWindowInterface) MousePressEventDefault(event gui.QMouseEvent_ITF)
- func (ptr *QDesignerFormWindowInterface) MouseReleaseEvent(event gui.QMouseEvent_ITF)
- func (ptr *QDesignerFormWindowInterface) MouseReleaseEventDefault(event gui.QMouseEvent_ITF)
- func (ptr *QDesignerFormWindowInterface) MoveEvent(event gui.QMoveEvent_ITF)
- func (ptr *QDesignerFormWindowInterface) MoveEventDefault(event gui.QMoveEvent_ITF)
- func (ptr *QDesignerFormWindowInterface) NativeEvent(eventType core.QByteArray_ITF, message unsafe.Pointer, result int) bool
- func (ptr *QDesignerFormWindowInterface) NativeEventDefault(eventType core.QByteArray_ITF, message unsafe.Pointer, result int) bool
- func (ptr *QDesignerFormWindowInterface) ObjectRemoved(object core.QObject_ITF)
- func (ptr *QDesignerFormWindowInterface) PaintEngine() *gui.QPaintEngine
- func (ptr *QDesignerFormWindowInterface) PaintEngineDefault() *gui.QPaintEngine
- func (ptr *QDesignerFormWindowInterface) PaintEvent(event gui.QPaintEvent_ITF)
- func (ptr *QDesignerFormWindowInterface) PaintEventDefault(event gui.QPaintEvent_ITF)
- func (ptr *QDesignerFormWindowInterface) PixmapFunction() string
- func (p *QDesignerFormWindowInterface) Pointer() unsafe.Pointer
- func (p *QDesignerFormWindowInterface) QDesignerFormWindowInterface_PTR() *QDesignerFormWindowInterface
- func (ptr *QDesignerFormWindowInterface) Raise()
- func (ptr *QDesignerFormWindowInterface) RaiseDefault()
- func (ptr *QDesignerFormWindowInterface) RemoveResourceFile(path string)
- func (ptr *QDesignerFormWindowInterface) Repaint()
- func (ptr *QDesignerFormWindowInterface) RepaintDefault()
- func (ptr *QDesignerFormWindowInterface) ResizeEvent(event gui.QResizeEvent_ITF)
- func (ptr *QDesignerFormWindowInterface) ResizeEventDefault(event gui.QResizeEvent_ITF)
- func (ptr *QDesignerFormWindowInterface) ResourceFileSaveMode() QDesignerFormWindowInterface__ResourceFileSaveMode
- func (ptr *QDesignerFormWindowInterface) ResourceFiles() []string
- func (ptr *QDesignerFormWindowInterface) ResourceFilesChanged()
- func (ptr *QDesignerFormWindowInterface) SelectWidget(widget widgets.QWidget_ITF, sele bool)
- func (ptr *QDesignerFormWindowInterface) SelectionChanged()
- func (ptr *QDesignerFormWindowInterface) SetAuthor(author string)
- func (ptr *QDesignerFormWindowInterface) SetComment(comment string)
- func (ptr *QDesignerFormWindowInterface) SetContents(device core.QIODevice_ITF, errorMessage string) bool
- func (ptr *QDesignerFormWindowInterface) SetContents2(contents string) bool
- func (ptr *QDesignerFormWindowInterface) SetDirty(dirty bool)
- func (ptr *QDesignerFormWindowInterface) SetDisabled(disable bool)
- func (ptr *QDesignerFormWindowInterface) SetDisabledDefault(disable bool)
- func (ptr *QDesignerFormWindowInterface) SetEnabled(vbo bool)
- func (ptr *QDesignerFormWindowInterface) SetEnabledDefault(vbo bool)
- func (ptr *QDesignerFormWindowInterface) SetExportMacro(exportMacro string)
- func (ptr *QDesignerFormWindowInterface) SetFeatures(features QDesignerFormWindowInterface__FeatureFlag)
- func (ptr *QDesignerFormWindowInterface) SetFileName(fileName string)
- func (ptr *QDesignerFormWindowInterface) SetFocus2()
- func (ptr *QDesignerFormWindowInterface) SetFocus2Default()
- func (ptr *QDesignerFormWindowInterface) SetGrid(grid core.QPoint_ITF)
- func (ptr *QDesignerFormWindowInterface) SetHidden(hidden bool)
- func (ptr *QDesignerFormWindowInterface) SetHiddenDefault(hidden bool)
- func (ptr *QDesignerFormWindowInterface) SetIncludeHints(includeHints []string)
- func (ptr *QDesignerFormWindowInterface) SetLayoutDefault(margin int, spacing int)
- func (ptr *QDesignerFormWindowInterface) SetLayoutFunction(margin string, spacing string)
- func (ptr *QDesignerFormWindowInterface) SetMainContainer(mainContainer widgets.QWidget_ITF)
- func (ptr *QDesignerFormWindowInterface) SetPixmapFunction(pixmapFunction string)
- func (p *QDesignerFormWindowInterface) SetPointer(ptr unsafe.Pointer)
- func (ptr *QDesignerFormWindowInterface) SetResourceFileSaveMode(behaviour QDesignerFormWindowInterface__ResourceFileSaveMode)
- func (ptr *QDesignerFormWindowInterface) SetStyleSheet(styleSheet string)
- func (ptr *QDesignerFormWindowInterface) SetStyleSheetDefault(styleSheet string)
- func (ptr *QDesignerFormWindowInterface) SetVisible(visible bool)
- func (ptr *QDesignerFormWindowInterface) SetVisibleDefault(visible bool)
- func (ptr *QDesignerFormWindowInterface) SetWindowModified(vbo bool)
- func (ptr *QDesignerFormWindowInterface) SetWindowModifiedDefault(vbo bool)
- func (ptr *QDesignerFormWindowInterface) SetWindowTitle(vqs string)
- func (ptr *QDesignerFormWindowInterface) SetWindowTitleDefault(vqs string)
- func (ptr *QDesignerFormWindowInterface) Show()
- func (ptr *QDesignerFormWindowInterface) ShowDefault()
- func (ptr *QDesignerFormWindowInterface) ShowEvent(event gui.QShowEvent_ITF)
- func (ptr *QDesignerFormWindowInterface) ShowEventDefault(event gui.QShowEvent_ITF)
- func (ptr *QDesignerFormWindowInterface) ShowFullScreen()
- func (ptr *QDesignerFormWindowInterface) ShowFullScreenDefault()
- func (ptr *QDesignerFormWindowInterface) ShowMaximized()
- func (ptr *QDesignerFormWindowInterface) ShowMaximizedDefault()
- func (ptr *QDesignerFormWindowInterface) ShowMinimized()
- func (ptr *QDesignerFormWindowInterface) ShowMinimizedDefault()
- func (ptr *QDesignerFormWindowInterface) ShowNormal()
- func (ptr *QDesignerFormWindowInterface) ShowNormalDefault()
- func (ptr *QDesignerFormWindowInterface) SizeHint() *core.QSize
- func (ptr *QDesignerFormWindowInterface) SizeHintDefault() *core.QSize
- func (ptr *QDesignerFormWindowInterface) TabletEvent(event gui.QTabletEvent_ITF)
- func (ptr *QDesignerFormWindowInterface) TabletEventDefault(event gui.QTabletEvent_ITF)
- func (ptr *QDesignerFormWindowInterface) TimerEvent(event core.QTimerEvent_ITF)
- func (ptr *QDesignerFormWindowInterface) TimerEventDefault(event core.QTimerEvent_ITF)
- func (ptr *QDesignerFormWindowInterface) UnmanageWidget(widget widgets.QWidget_ITF)
- func (ptr *QDesignerFormWindowInterface) Update()
- func (ptr *QDesignerFormWindowInterface) UpdateDefault()
- func (ptr *QDesignerFormWindowInterface) UpdateMicroFocus()
- func (ptr *QDesignerFormWindowInterface) UpdateMicroFocusDefault()
- func (ptr *QDesignerFormWindowInterface) WheelEvent(event gui.QWheelEvent_ITF)
- func (ptr *QDesignerFormWindowInterface) WheelEventDefault(event gui.QWheelEvent_ITF)
- func (ptr *QDesignerFormWindowInterface) WidgetManaged(widget widgets.QWidget_ITF)
- func (ptr *QDesignerFormWindowInterface) WidgetRemoved(widget widgets.QWidget_ITF)
- func (ptr *QDesignerFormWindowInterface) WidgetUnmanaged(widget widgets.QWidget_ITF)
- type QDesignerFormWindowInterface_ITF
- type QDesignerFormWindowInterface__FeatureFlag
- type QDesignerFormWindowInterface__ResourceFileSaveMode
- type QDesignerFormWindowManagerInterface
- func (ptr *QDesignerFormWindowManagerInterface) Action(action QDesignerFormWindowManagerInterface__Action) *widgets.QAction
- func (ptr *QDesignerFormWindowManagerInterface) ActionGroup(actionGroup QDesignerFormWindowManagerInterface__ActionGroup) *widgets.QActionGroup
- func (ptr *QDesignerFormWindowManagerInterface) ActiveFormWindow() *QDesignerFormWindowInterface
- func (ptr *QDesignerFormWindowManagerInterface) ActiveFormWindowChanged(formWindow QDesignerFormWindowInterface_ITF)
- func (ptr *QDesignerFormWindowManagerInterface) AddFormWindow(formWindow QDesignerFormWindowInterface_ITF)
- func (ptr *QDesignerFormWindowManagerInterface) ChildEvent(event core.QChildEvent_ITF)
- func (ptr *QDesignerFormWindowManagerInterface) ChildEventDefault(event core.QChildEvent_ITF)
- func (ptr *QDesignerFormWindowManagerInterface) CloseAllPreviews()
- func (ptr *QDesignerFormWindowManagerInterface) ConnectAction(f func(action QDesignerFormWindowManagerInterface__Action) *widgets.QAction)
- func (ptr *QDesignerFormWindowManagerInterface) ConnectActionGroup(...)
- func (ptr *QDesignerFormWindowManagerInterface) ConnectActiveFormWindow(f func() *QDesignerFormWindowInterface)
- func (ptr *QDesignerFormWindowManagerInterface) ConnectActiveFormWindowChanged(f func(formWindow *QDesignerFormWindowInterface))
- func (ptr *QDesignerFormWindowManagerInterface) ConnectAddFormWindow(f func(formWindow *QDesignerFormWindowInterface))
- func (ptr *QDesignerFormWindowManagerInterface) ConnectChildEvent(f func(event *core.QChildEvent))
- func (ptr *QDesignerFormWindowManagerInterface) ConnectCloseAllPreviews(f func())
- func (ptr *QDesignerFormWindowManagerInterface) ConnectConnectNotify(f func(sign *core.QMetaMethod))
- func (ptr *QDesignerFormWindowManagerInterface) ConnectCore(f func() *QDesignerFormEditorInterface)
- func (ptr *QDesignerFormWindowManagerInterface) ConnectCreateFormWindow(...)
- func (ptr *QDesignerFormWindowManagerInterface) ConnectCreatePreviewPixmap(f func() *gui.QPixmap)
- func (ptr *QDesignerFormWindowManagerInterface) ConnectCustomEvent(f func(event *core.QEvent))
- func (ptr *QDesignerFormWindowManagerInterface) ConnectDeleteLater(f func())
- func (ptr *QDesignerFormWindowManagerInterface) ConnectDestroyQDesignerFormWindowManagerInterface(f func())
- func (ptr *QDesignerFormWindowManagerInterface) ConnectDisconnectNotify(f func(sign *core.QMetaMethod))
- func (ptr *QDesignerFormWindowManagerInterface) ConnectEvent(f func(e *core.QEvent) bool)
- func (ptr *QDesignerFormWindowManagerInterface) ConnectEventFilter(f func(watched *core.QObject, event *core.QEvent) bool)
- func (ptr *QDesignerFormWindowManagerInterface) ConnectFormWindow(f func(index int) *QDesignerFormWindowInterface)
- func (ptr *QDesignerFormWindowManagerInterface) ConnectFormWindowAdded(f func(formWindow *QDesignerFormWindowInterface))
- func (ptr *QDesignerFormWindowManagerInterface) ConnectFormWindowCount(f func() int)
- func (ptr *QDesignerFormWindowManagerInterface) ConnectFormWindowRemoved(f func(formWindow *QDesignerFormWindowInterface))
- func (ptr *QDesignerFormWindowManagerInterface) ConnectFormWindowSettingsChanged(f func(formWindow *QDesignerFormWindowInterface))
- func (ptr *QDesignerFormWindowManagerInterface) ConnectMetaObject(f func() *core.QMetaObject)
- func (ptr *QDesignerFormWindowManagerInterface) ConnectNotify(sign core.QMetaMethod_ITF)
- func (ptr *QDesignerFormWindowManagerInterface) ConnectNotifyDefault(sign core.QMetaMethod_ITF)
- func (ptr *QDesignerFormWindowManagerInterface) ConnectRemoveFormWindow(f func(formWindow *QDesignerFormWindowInterface))
- func (ptr *QDesignerFormWindowManagerInterface) ConnectSetActiveFormWindow(f func(formWindow *QDesignerFormWindowInterface))
- func (ptr *QDesignerFormWindowManagerInterface) ConnectShowPluginDialog(f func())
- func (ptr *QDesignerFormWindowManagerInterface) ConnectShowPreview(f func())
- func (ptr *QDesignerFormWindowManagerInterface) ConnectTimerEvent(f func(event *core.QTimerEvent))
- func (ptr *QDesignerFormWindowManagerInterface) Core() *QDesignerFormEditorInterface
- func (ptr *QDesignerFormWindowManagerInterface) CreateFormWindow(parent widgets.QWidget_ITF, flags core.Qt__WindowType) *QDesignerFormWindowInterface
- func (ptr *QDesignerFormWindowManagerInterface) CreatePreviewPixmap() *gui.QPixmap
- func (ptr *QDesignerFormWindowManagerInterface) CustomEvent(event core.QEvent_ITF)
- func (ptr *QDesignerFormWindowManagerInterface) CustomEventDefault(event core.QEvent_ITF)
- func (ptr *QDesignerFormWindowManagerInterface) DeleteLater()
- func (ptr *QDesignerFormWindowManagerInterface) DeleteLaterDefault()
- func (ptr *QDesignerFormWindowManagerInterface) DestroyQDesignerFormWindowManagerInterface()
- func (ptr *QDesignerFormWindowManagerInterface) DestroyQDesignerFormWindowManagerInterfaceDefault()
- func (ptr *QDesignerFormWindowManagerInterface) DisconnectAction(action QDesignerFormWindowManagerInterface__Action)
- func (ptr *QDesignerFormWindowManagerInterface) DisconnectActionGroup(actionGroup QDesignerFormWindowManagerInterface__ActionGroup)
- func (ptr *QDesignerFormWindowManagerInterface) DisconnectActiveFormWindow()
- func (ptr *QDesignerFormWindowManagerInterface) DisconnectActiveFormWindowChanged()
- func (ptr *QDesignerFormWindowManagerInterface) DisconnectAddFormWindow(formWindow QDesignerFormWindowInterface_ITF)
- func (ptr *QDesignerFormWindowManagerInterface) DisconnectChildEvent()
- func (ptr *QDesignerFormWindowManagerInterface) DisconnectCloseAllPreviews()
- func (ptr *QDesignerFormWindowManagerInterface) DisconnectConnectNotify()
- func (ptr *QDesignerFormWindowManagerInterface) DisconnectCore()
- func (ptr *QDesignerFormWindowManagerInterface) DisconnectCreateFormWindow(parent widgets.QWidget_ITF, flags core.Qt__WindowType)
- func (ptr *QDesignerFormWindowManagerInterface) DisconnectCreatePreviewPixmap()
- func (ptr *QDesignerFormWindowManagerInterface) DisconnectCustomEvent()
- func (ptr *QDesignerFormWindowManagerInterface) DisconnectDeleteLater()
- func (ptr *QDesignerFormWindowManagerInterface) DisconnectDestroyQDesignerFormWindowManagerInterface()
- func (ptr *QDesignerFormWindowManagerInterface) DisconnectDisconnectNotify()
- func (ptr *QDesignerFormWindowManagerInterface) DisconnectEvent()
- func (ptr *QDesignerFormWindowManagerInterface) DisconnectEventFilter()
- func (ptr *QDesignerFormWindowManagerInterface) DisconnectFormWindow(index int)
- func (ptr *QDesignerFormWindowManagerInterface) DisconnectFormWindowAdded()
- func (ptr *QDesignerFormWindowManagerInterface) DisconnectFormWindowCount()
- func (ptr *QDesignerFormWindowManagerInterface) DisconnectFormWindowRemoved()
- func (ptr *QDesignerFormWindowManagerInterface) DisconnectFormWindowSettingsChanged()
- func (ptr *QDesignerFormWindowManagerInterface) DisconnectMetaObject()
- func (ptr *QDesignerFormWindowManagerInterface) DisconnectNotify(sign core.QMetaMethod_ITF)
- func (ptr *QDesignerFormWindowManagerInterface) DisconnectNotifyDefault(sign core.QMetaMethod_ITF)
- func (ptr *QDesignerFormWindowManagerInterface) DisconnectRemoveFormWindow(formWindow QDesignerFormWindowInterface_ITF)
- func (ptr *QDesignerFormWindowManagerInterface) DisconnectSetActiveFormWindow(formWindow QDesignerFormWindowInterface_ITF)
- func (ptr *QDesignerFormWindowManagerInterface) DisconnectShowPluginDialog()
- func (ptr *QDesignerFormWindowManagerInterface) DisconnectShowPreview()
- func (ptr *QDesignerFormWindowManagerInterface) DisconnectTimerEvent()
- func (ptr *QDesignerFormWindowManagerInterface) Event(e core.QEvent_ITF) bool
- func (ptr *QDesignerFormWindowManagerInterface) EventDefault(e core.QEvent_ITF) bool
- func (ptr *QDesignerFormWindowManagerInterface) EventFilter(watched core.QObject_ITF, event core.QEvent_ITF) bool
- func (ptr *QDesignerFormWindowManagerInterface) EventFilterDefault(watched core.QObject_ITF, event core.QEvent_ITF) bool
- func (ptr *QDesignerFormWindowManagerInterface) FormWindow(index int) *QDesignerFormWindowInterface
- func (ptr *QDesignerFormWindowManagerInterface) FormWindowAdded(formWindow QDesignerFormWindowInterface_ITF)
- func (ptr *QDesignerFormWindowManagerInterface) FormWindowCount() int
- func (ptr *QDesignerFormWindowManagerInterface) FormWindowRemoved(formWindow QDesignerFormWindowInterface_ITF)
- func (ptr *QDesignerFormWindowManagerInterface) FormWindowSettingsChanged(formWindow QDesignerFormWindowInterface_ITF)
- func (ptr *QDesignerFormWindowManagerInterface) MetaObject() *core.QMetaObject
- func (ptr *QDesignerFormWindowManagerInterface) MetaObjectDefault() *core.QMetaObject
- func (p *QDesignerFormWindowManagerInterface) Pointer() unsafe.Pointer
- func (p *QDesignerFormWindowManagerInterface) QDesignerFormWindowManagerInterface_PTR() *QDesignerFormWindowManagerInterface
- func (ptr *QDesignerFormWindowManagerInterface) RemoveFormWindow(formWindow QDesignerFormWindowInterface_ITF)
- func (ptr *QDesignerFormWindowManagerInterface) SetActiveFormWindow(formWindow QDesignerFormWindowInterface_ITF)
- func (p *QDesignerFormWindowManagerInterface) SetPointer(ptr unsafe.Pointer)
- func (ptr *QDesignerFormWindowManagerInterface) ShowPluginDialog()
- func (ptr *QDesignerFormWindowManagerInterface) ShowPreview()
- func (ptr *QDesignerFormWindowManagerInterface) TimerEvent(event core.QTimerEvent_ITF)
- func (ptr *QDesignerFormWindowManagerInterface) TimerEventDefault(event core.QTimerEvent_ITF)
- type QDesignerFormWindowManagerInterface_ITF
- type QDesignerFormWindowManagerInterface__Action
- type QDesignerFormWindowManagerInterface__ActionGroup
- type QDesignerMemberSheetExtension
- func (ptr *QDesignerMemberSheetExtension) ConnectCount(f func() int)
- func (ptr *QDesignerMemberSheetExtension) ConnectDeclaredInClass(f func(index int) string)
- func (ptr *QDesignerMemberSheetExtension) ConnectDestroyQDesignerMemberSheetExtension(f func())
- func (ptr *QDesignerMemberSheetExtension) ConnectIndexOf(f func(name string) int)
- func (ptr *QDesignerMemberSheetExtension) ConnectInheritedFromWidget(f func(index int) bool)
- func (ptr *QDesignerMemberSheetExtension) ConnectIsSignal(f func(index int) bool)
- func (ptr *QDesignerMemberSheetExtension) ConnectIsSlot(f func(index int) bool)
- func (ptr *QDesignerMemberSheetExtension) ConnectIsVisible(f func(index int) bool)
- func (ptr *QDesignerMemberSheetExtension) ConnectMemberGroup(f func(index int) string)
- func (ptr *QDesignerMemberSheetExtension) ConnectMemberName(f func(index int) string)
- func (ptr *QDesignerMemberSheetExtension) ConnectParameterNames(f func(index int) *[]*core.QByteArray)
- func (ptr *QDesignerMemberSheetExtension) ConnectParameterTypes(f func(index int) *[]*core.QByteArray)
- func (ptr *QDesignerMemberSheetExtension) ConnectSetMemberGroup(f func(index int, group string))
- func (ptr *QDesignerMemberSheetExtension) ConnectSetVisible(f func(index int, visible bool))
- func (ptr *QDesignerMemberSheetExtension) ConnectSignature(f func(index int) string)
- func (ptr *QDesignerMemberSheetExtension) Count() int
- func (ptr *QDesignerMemberSheetExtension) DeclaredInClass(index int) string
- func (ptr *QDesignerMemberSheetExtension) DestroyQDesignerMemberSheetExtension()
- func (ptr *QDesignerMemberSheetExtension) DestroyQDesignerMemberSheetExtensionDefault()
- func (ptr *QDesignerMemberSheetExtension) DisconnectCount()
- func (ptr *QDesignerMemberSheetExtension) DisconnectDeclaredInClass(index int)
- func (ptr *QDesignerMemberSheetExtension) DisconnectDestroyQDesignerMemberSheetExtension()
- func (ptr *QDesignerMemberSheetExtension) DisconnectIndexOf(name string)
- func (ptr *QDesignerMemberSheetExtension) DisconnectInheritedFromWidget(index int)
- func (ptr *QDesignerMemberSheetExtension) DisconnectIsSignal(index int)
- func (ptr *QDesignerMemberSheetExtension) DisconnectIsSlot(index int)
- func (ptr *QDesignerMemberSheetExtension) DisconnectIsVisible(index int)
- func (ptr *QDesignerMemberSheetExtension) DisconnectMemberGroup(index int)
- func (ptr *QDesignerMemberSheetExtension) DisconnectMemberName(index int)
- func (ptr *QDesignerMemberSheetExtension) DisconnectParameterNames(index int)
- func (ptr *QDesignerMemberSheetExtension) DisconnectParameterTypes(index int)
- func (ptr *QDesignerMemberSheetExtension) DisconnectSetMemberGroup(index int, group string)
- func (ptr *QDesignerMemberSheetExtension) DisconnectSetVisible(index int, visible bool)
- func (ptr *QDesignerMemberSheetExtension) DisconnectSignature(index int)
- func (ptr *QDesignerMemberSheetExtension) IndexOf(name string) int
- func (ptr *QDesignerMemberSheetExtension) InheritedFromWidget(index int) bool
- func (ptr *QDesignerMemberSheetExtension) IsSignal(index int) bool
- func (ptr *QDesignerMemberSheetExtension) IsSlot(index int) bool
- func (ptr *QDesignerMemberSheetExtension) IsVisible(index int) bool
- func (ptr *QDesignerMemberSheetExtension) MemberGroup(index int) string
- func (ptr *QDesignerMemberSheetExtension) MemberName(index int) string
- func (ptr *QDesignerMemberSheetExtension) ParameterNames(index int) []*core.QByteArray
- func (ptr *QDesignerMemberSheetExtension) ParameterTypes(index int) []*core.QByteArray
- func (p *QDesignerMemberSheetExtension) Pointer() unsafe.Pointer
- func (p *QDesignerMemberSheetExtension) QDesignerMemberSheetExtension_PTR() *QDesignerMemberSheetExtension
- func (ptr *QDesignerMemberSheetExtension) SetMemberGroup(index int, group string)
- func (p *QDesignerMemberSheetExtension) SetPointer(ptr unsafe.Pointer)
- func (ptr *QDesignerMemberSheetExtension) SetVisible(index int, visible bool)
- func (ptr *QDesignerMemberSheetExtension) Signature(index int) string
- type QDesignerMemberSheetExtension_ITF
- type QDesignerObjectInspectorInterface
- func (ptr *QDesignerObjectInspectorInterface) ActionEvent(event gui.QActionEvent_ITF)
- func (ptr *QDesignerObjectInspectorInterface) ActionEventDefault(event gui.QActionEvent_ITF)
- func (ptr *QDesignerObjectInspectorInterface) ChangeEvent(event core.QEvent_ITF)
- func (ptr *QDesignerObjectInspectorInterface) ChangeEventDefault(event core.QEvent_ITF)
- func (ptr *QDesignerObjectInspectorInterface) ChildEvent(event core.QChildEvent_ITF)
- func (ptr *QDesignerObjectInspectorInterface) ChildEventDefault(event core.QChildEvent_ITF)
- func (ptr *QDesignerObjectInspectorInterface) Close() bool
- func (ptr *QDesignerObjectInspectorInterface) CloseDefault() bool
- func (ptr *QDesignerObjectInspectorInterface) CloseEvent(event gui.QCloseEvent_ITF)
- func (ptr *QDesignerObjectInspectorInterface) CloseEventDefault(event gui.QCloseEvent_ITF)
- func (ptr *QDesignerObjectInspectorInterface) ConnectActionEvent(f func(event *gui.QActionEvent))
- func (ptr *QDesignerObjectInspectorInterface) ConnectChangeEvent(f func(event *core.QEvent))
- func (ptr *QDesignerObjectInspectorInterface) ConnectChildEvent(f func(event *core.QChildEvent))
- func (ptr *QDesignerObjectInspectorInterface) ConnectClose(f func() bool)
- func (ptr *QDesignerObjectInspectorInterface) ConnectCloseEvent(f func(event *gui.QCloseEvent))
- func (ptr *QDesignerObjectInspectorInterface) ConnectConnectNotify(f func(sign *core.QMetaMethod))
- func (ptr *QDesignerObjectInspectorInterface) ConnectContextMenuEvent(f func(event *gui.QContextMenuEvent))
- func (ptr *QDesignerObjectInspectorInterface) ConnectCore(f func() *QDesignerFormEditorInterface)
- func (ptr *QDesignerObjectInspectorInterface) ConnectCustomEvent(f func(event *core.QEvent))
- func (ptr *QDesignerObjectInspectorInterface) ConnectDeleteLater(f func())
- func (ptr *QDesignerObjectInspectorInterface) ConnectDestroyQDesignerObjectInspectorInterface(f func())
- func (ptr *QDesignerObjectInspectorInterface) ConnectDisconnectNotify(f func(sign *core.QMetaMethod))
- func (ptr *QDesignerObjectInspectorInterface) ConnectDragEnterEvent(f func(event *gui.QDragEnterEvent))
- func (ptr *QDesignerObjectInspectorInterface) ConnectDragLeaveEvent(f func(event *gui.QDragLeaveEvent))
- func (ptr *QDesignerObjectInspectorInterface) ConnectDragMoveEvent(f func(event *gui.QDragMoveEvent))
- func (ptr *QDesignerObjectInspectorInterface) ConnectDropEvent(f func(event *gui.QDropEvent))
- func (ptr *QDesignerObjectInspectorInterface) ConnectEnterEvent(f func(event *core.QEvent))
- func (ptr *QDesignerObjectInspectorInterface) ConnectEvent(f func(event *core.QEvent) bool)
- func (ptr *QDesignerObjectInspectorInterface) ConnectEventFilter(f func(watched *core.QObject, event *core.QEvent) bool)
- func (ptr *QDesignerObjectInspectorInterface) ConnectFocusInEvent(f func(event *gui.QFocusEvent))
- func (ptr *QDesignerObjectInspectorInterface) ConnectFocusNextPrevChild(f func(next bool) bool)
- func (ptr *QDesignerObjectInspectorInterface) ConnectFocusOutEvent(f func(event *gui.QFocusEvent))
- func (ptr *QDesignerObjectInspectorInterface) ConnectHasHeightForWidth(f func() bool)
- func (ptr *QDesignerObjectInspectorInterface) ConnectHeightForWidth(f func(w int) int)
- func (ptr *QDesignerObjectInspectorInterface) ConnectHide(f func())
- func (ptr *QDesignerObjectInspectorInterface) ConnectHideEvent(f func(event *gui.QHideEvent))
- func (ptr *QDesignerObjectInspectorInterface) ConnectInputMethodEvent(f func(event *gui.QInputMethodEvent))
- func (ptr *QDesignerObjectInspectorInterface) ConnectInputMethodQuery(f func(query core.Qt__InputMethodQuery) *core.QVariant)
- func (ptr *QDesignerObjectInspectorInterface) ConnectKeyPressEvent(f func(event *gui.QKeyEvent))
- func (ptr *QDesignerObjectInspectorInterface) ConnectKeyReleaseEvent(f func(event *gui.QKeyEvent))
- func (ptr *QDesignerObjectInspectorInterface) ConnectLeaveEvent(f func(event *core.QEvent))
- func (ptr *QDesignerObjectInspectorInterface) ConnectLower(f func())
- func (ptr *QDesignerObjectInspectorInterface) ConnectMetaObject(f func() *core.QMetaObject)
- func (ptr *QDesignerObjectInspectorInterface) ConnectMetric(f func(m gui.QPaintDevice__PaintDeviceMetric) int)
- func (ptr *QDesignerObjectInspectorInterface) ConnectMinimumSizeHint(f func() *core.QSize)
- func (ptr *QDesignerObjectInspectorInterface) ConnectMouseDoubleClickEvent(f func(event *gui.QMouseEvent))
- func (ptr *QDesignerObjectInspectorInterface) ConnectMouseMoveEvent(f func(event *gui.QMouseEvent))
- func (ptr *QDesignerObjectInspectorInterface) ConnectMousePressEvent(f func(event *gui.QMouseEvent))
- func (ptr *QDesignerObjectInspectorInterface) ConnectMouseReleaseEvent(f func(event *gui.QMouseEvent))
- func (ptr *QDesignerObjectInspectorInterface) ConnectMoveEvent(f func(event *gui.QMoveEvent))
- func (ptr *QDesignerObjectInspectorInterface) ConnectNativeEvent(f func(eventType *core.QByteArray, message unsafe.Pointer, result int) bool)
- func (ptr *QDesignerObjectInspectorInterface) ConnectNotify(sign core.QMetaMethod_ITF)
- func (ptr *QDesignerObjectInspectorInterface) ConnectNotifyDefault(sign core.QMetaMethod_ITF)
- func (ptr *QDesignerObjectInspectorInterface) ConnectPaintEngine(f func() *gui.QPaintEngine)
- func (ptr *QDesignerObjectInspectorInterface) ConnectPaintEvent(f func(event *gui.QPaintEvent))
- func (ptr *QDesignerObjectInspectorInterface) ConnectRaise(f func())
- func (ptr *QDesignerObjectInspectorInterface) ConnectRepaint(f func())
- func (ptr *QDesignerObjectInspectorInterface) ConnectResizeEvent(f func(event *gui.QResizeEvent))
- func (ptr *QDesignerObjectInspectorInterface) ConnectSetDisabled(f func(disable bool))
- func (ptr *QDesignerObjectInspectorInterface) ConnectSetEnabled(f func(vbo bool))
- func (ptr *QDesignerObjectInspectorInterface) ConnectSetFocus2(f func())
- func (ptr *QDesignerObjectInspectorInterface) ConnectSetFormWindow(f func(formWindow *QDesignerFormWindowInterface))
- func (ptr *QDesignerObjectInspectorInterface) ConnectSetHidden(f func(hidden bool))
- func (ptr *QDesignerObjectInspectorInterface) ConnectSetStyleSheet(f func(styleSheet string))
- func (ptr *QDesignerObjectInspectorInterface) ConnectSetVisible(f func(visible bool))
- func (ptr *QDesignerObjectInspectorInterface) ConnectSetWindowModified(f func(vbo bool))
- func (ptr *QDesignerObjectInspectorInterface) ConnectSetWindowTitle(f func(vqs string))
- func (ptr *QDesignerObjectInspectorInterface) ConnectShow(f func())
- func (ptr *QDesignerObjectInspectorInterface) ConnectShowEvent(f func(event *gui.QShowEvent))
- func (ptr *QDesignerObjectInspectorInterface) ConnectShowFullScreen(f func())
- func (ptr *QDesignerObjectInspectorInterface) ConnectShowMaximized(f func())
- func (ptr *QDesignerObjectInspectorInterface) ConnectShowMinimized(f func())
- func (ptr *QDesignerObjectInspectorInterface) ConnectShowNormal(f func())
- func (ptr *QDesignerObjectInspectorInterface) ConnectSizeHint(f func() *core.QSize)
- func (ptr *QDesignerObjectInspectorInterface) ConnectTabletEvent(f func(event *gui.QTabletEvent))
- func (ptr *QDesignerObjectInspectorInterface) ConnectTimerEvent(f func(event *core.QTimerEvent))
- func (ptr *QDesignerObjectInspectorInterface) ConnectUpdate(f func())
- func (ptr *QDesignerObjectInspectorInterface) ConnectUpdateMicroFocus(f func())
- func (ptr *QDesignerObjectInspectorInterface) ConnectWheelEvent(f func(event *gui.QWheelEvent))
- func (ptr *QDesignerObjectInspectorInterface) ContextMenuEvent(event gui.QContextMenuEvent_ITF)
- func (ptr *QDesignerObjectInspectorInterface) ContextMenuEventDefault(event gui.QContextMenuEvent_ITF)
- func (ptr *QDesignerObjectInspectorInterface) Core() *QDesignerFormEditorInterface
- func (ptr *QDesignerObjectInspectorInterface) CoreDefault() *QDesignerFormEditorInterface
- func (ptr *QDesignerObjectInspectorInterface) CustomEvent(event core.QEvent_ITF)
- func (ptr *QDesignerObjectInspectorInterface) CustomEventDefault(event core.QEvent_ITF)
- func (ptr *QDesignerObjectInspectorInterface) DeleteLater()
- func (ptr *QDesignerObjectInspectorInterface) DeleteLaterDefault()
- func (ptr *QDesignerObjectInspectorInterface) DestroyQDesignerObjectInspectorInterface()
- func (ptr *QDesignerObjectInspectorInterface) DestroyQDesignerObjectInspectorInterfaceDefault()
- func (ptr *QDesignerObjectInspectorInterface) DisconnectActionEvent()
- func (ptr *QDesignerObjectInspectorInterface) DisconnectChangeEvent()
- func (ptr *QDesignerObjectInspectorInterface) DisconnectChildEvent()
- func (ptr *QDesignerObjectInspectorInterface) DisconnectClose()
- func (ptr *QDesignerObjectInspectorInterface) DisconnectCloseEvent()
- func (ptr *QDesignerObjectInspectorInterface) DisconnectConnectNotify()
- func (ptr *QDesignerObjectInspectorInterface) DisconnectContextMenuEvent()
- func (ptr *QDesignerObjectInspectorInterface) DisconnectCore()
- func (ptr *QDesignerObjectInspectorInterface) DisconnectCustomEvent()
- func (ptr *QDesignerObjectInspectorInterface) DisconnectDeleteLater()
- func (ptr *QDesignerObjectInspectorInterface) DisconnectDestroyQDesignerObjectInspectorInterface()
- func (ptr *QDesignerObjectInspectorInterface) DisconnectDisconnectNotify()
- func (ptr *QDesignerObjectInspectorInterface) DisconnectDragEnterEvent()
- func (ptr *QDesignerObjectInspectorInterface) DisconnectDragLeaveEvent()
- func (ptr *QDesignerObjectInspectorInterface) DisconnectDragMoveEvent()
- func (ptr *QDesignerObjectInspectorInterface) DisconnectDropEvent()
- func (ptr *QDesignerObjectInspectorInterface) DisconnectEnterEvent()
- func (ptr *QDesignerObjectInspectorInterface) DisconnectEvent()
- func (ptr *QDesignerObjectInspectorInterface) DisconnectEventFilter()
- func (ptr *QDesignerObjectInspectorInterface) DisconnectFocusInEvent()
- func (ptr *QDesignerObjectInspectorInterface) DisconnectFocusNextPrevChild()
- func (ptr *QDesignerObjectInspectorInterface) DisconnectFocusOutEvent()
- func (ptr *QDesignerObjectInspectorInterface) DisconnectHasHeightForWidth()
- func (ptr *QDesignerObjectInspectorInterface) DisconnectHeightForWidth()
- func (ptr *QDesignerObjectInspectorInterface) DisconnectHide()
- func (ptr *QDesignerObjectInspectorInterface) DisconnectHideEvent()
- func (ptr *QDesignerObjectInspectorInterface) DisconnectInputMethodEvent()
- func (ptr *QDesignerObjectInspectorInterface) DisconnectInputMethodQuery()
- func (ptr *QDesignerObjectInspectorInterface) DisconnectKeyPressEvent()
- func (ptr *QDesignerObjectInspectorInterface) DisconnectKeyReleaseEvent()
- func (ptr *QDesignerObjectInspectorInterface) DisconnectLeaveEvent()
- func (ptr *QDesignerObjectInspectorInterface) DisconnectLower()
- func (ptr *QDesignerObjectInspectorInterface) DisconnectMetaObject()
- func (ptr *QDesignerObjectInspectorInterface) DisconnectMetric()
- func (ptr *QDesignerObjectInspectorInterface) DisconnectMinimumSizeHint()
- func (ptr *QDesignerObjectInspectorInterface) DisconnectMouseDoubleClickEvent()
- func (ptr *QDesignerObjectInspectorInterface) DisconnectMouseMoveEvent()
- func (ptr *QDesignerObjectInspectorInterface) DisconnectMousePressEvent()
- func (ptr *QDesignerObjectInspectorInterface) DisconnectMouseReleaseEvent()
- func (ptr *QDesignerObjectInspectorInterface) DisconnectMoveEvent()
- func (ptr *QDesignerObjectInspectorInterface) DisconnectNativeEvent()
- func (ptr *QDesignerObjectInspectorInterface) DisconnectNotify(sign core.QMetaMethod_ITF)
- func (ptr *QDesignerObjectInspectorInterface) DisconnectNotifyDefault(sign core.QMetaMethod_ITF)
- func (ptr *QDesignerObjectInspectorInterface) DisconnectPaintEngine()
- func (ptr *QDesignerObjectInspectorInterface) DisconnectPaintEvent()
- func (ptr *QDesignerObjectInspectorInterface) DisconnectRaise()
- func (ptr *QDesignerObjectInspectorInterface) DisconnectRepaint()
- func (ptr *QDesignerObjectInspectorInterface) DisconnectResizeEvent()
- func (ptr *QDesignerObjectInspectorInterface) DisconnectSetDisabled()
- func (ptr *QDesignerObjectInspectorInterface) DisconnectSetEnabled()
- func (ptr *QDesignerObjectInspectorInterface) DisconnectSetFocus2()
- func (ptr *QDesignerObjectInspectorInterface) DisconnectSetFormWindow(formWindow QDesignerFormWindowInterface_ITF)
- func (ptr *QDesignerObjectInspectorInterface) DisconnectSetHidden()
- func (ptr *QDesignerObjectInspectorInterface) DisconnectSetStyleSheet()
- func (ptr *QDesignerObjectInspectorInterface) DisconnectSetVisible()
- func (ptr *QDesignerObjectInspectorInterface) DisconnectSetWindowModified()
- func (ptr *QDesignerObjectInspectorInterface) DisconnectSetWindowTitle()
- func (ptr *QDesignerObjectInspectorInterface) DisconnectShow()
- func (ptr *QDesignerObjectInspectorInterface) DisconnectShowEvent()
- func (ptr *QDesignerObjectInspectorInterface) DisconnectShowFullScreen()
- func (ptr *QDesignerObjectInspectorInterface) DisconnectShowMaximized()
- func (ptr *QDesignerObjectInspectorInterface) DisconnectShowMinimized()
- func (ptr *QDesignerObjectInspectorInterface) DisconnectShowNormal()
- func (ptr *QDesignerObjectInspectorInterface) DisconnectSizeHint()
- func (ptr *QDesignerObjectInspectorInterface) DisconnectTabletEvent()
- func (ptr *QDesignerObjectInspectorInterface) DisconnectTimerEvent()
- func (ptr *QDesignerObjectInspectorInterface) DisconnectUpdate()
- func (ptr *QDesignerObjectInspectorInterface) DisconnectUpdateMicroFocus()
- func (ptr *QDesignerObjectInspectorInterface) DisconnectWheelEvent()
- func (ptr *QDesignerObjectInspectorInterface) DragEnterEvent(event gui.QDragEnterEvent_ITF)
- func (ptr *QDesignerObjectInspectorInterface) DragEnterEventDefault(event gui.QDragEnterEvent_ITF)
- func (ptr *QDesignerObjectInspectorInterface) DragLeaveEvent(event gui.QDragLeaveEvent_ITF)
- func (ptr *QDesignerObjectInspectorInterface) DragLeaveEventDefault(event gui.QDragLeaveEvent_ITF)
- func (ptr *QDesignerObjectInspectorInterface) DragMoveEvent(event gui.QDragMoveEvent_ITF)
- func (ptr *QDesignerObjectInspectorInterface) DragMoveEventDefault(event gui.QDragMoveEvent_ITF)
- func (ptr *QDesignerObjectInspectorInterface) DropEvent(event gui.QDropEvent_ITF)
- func (ptr *QDesignerObjectInspectorInterface) DropEventDefault(event gui.QDropEvent_ITF)
- func (ptr *QDesignerObjectInspectorInterface) EnterEvent(event core.QEvent_ITF)
- func (ptr *QDesignerObjectInspectorInterface) EnterEventDefault(event core.QEvent_ITF)
- func (ptr *QDesignerObjectInspectorInterface) Event(event core.QEvent_ITF) bool
- func (ptr *QDesignerObjectInspectorInterface) EventDefault(event core.QEvent_ITF) bool
- func (ptr *QDesignerObjectInspectorInterface) EventFilter(watched core.QObject_ITF, event core.QEvent_ITF) bool
- func (ptr *QDesignerObjectInspectorInterface) EventFilterDefault(watched core.QObject_ITF, event core.QEvent_ITF) bool
- func (ptr *QDesignerObjectInspectorInterface) FocusInEvent(event gui.QFocusEvent_ITF)
- func (ptr *QDesignerObjectInspectorInterface) FocusInEventDefault(event gui.QFocusEvent_ITF)
- func (ptr *QDesignerObjectInspectorInterface) FocusNextPrevChild(next bool) bool
- func (ptr *QDesignerObjectInspectorInterface) FocusNextPrevChildDefault(next bool) bool
- func (ptr *QDesignerObjectInspectorInterface) FocusOutEvent(event gui.QFocusEvent_ITF)
- func (ptr *QDesignerObjectInspectorInterface) FocusOutEventDefault(event gui.QFocusEvent_ITF)
- func (ptr *QDesignerObjectInspectorInterface) HasHeightForWidth() bool
- func (ptr *QDesignerObjectInspectorInterface) HasHeightForWidthDefault() bool
- func (ptr *QDesignerObjectInspectorInterface) HeightForWidth(w int) int
- func (ptr *QDesignerObjectInspectorInterface) HeightForWidthDefault(w int) int
- func (ptr *QDesignerObjectInspectorInterface) Hide()
- func (ptr *QDesignerObjectInspectorInterface) HideDefault()
- func (ptr *QDesignerObjectInspectorInterface) HideEvent(event gui.QHideEvent_ITF)
- func (ptr *QDesignerObjectInspectorInterface) HideEventDefault(event gui.QHideEvent_ITF)
- func (ptr *QDesignerObjectInspectorInterface) InputMethodEvent(event gui.QInputMethodEvent_ITF)
- func (ptr *QDesignerObjectInspectorInterface) InputMethodEventDefault(event gui.QInputMethodEvent_ITF)
- func (ptr *QDesignerObjectInspectorInterface) InputMethodQuery(query core.Qt__InputMethodQuery) *core.QVariant
- func (ptr *QDesignerObjectInspectorInterface) InputMethodQueryDefault(query core.Qt__InputMethodQuery) *core.QVariant
- func (ptr *QDesignerObjectInspectorInterface) KeyPressEvent(event gui.QKeyEvent_ITF)
- func (ptr *QDesignerObjectInspectorInterface) KeyPressEventDefault(event gui.QKeyEvent_ITF)
- func (ptr *QDesignerObjectInspectorInterface) KeyReleaseEvent(event gui.QKeyEvent_ITF)
- func (ptr *QDesignerObjectInspectorInterface) KeyReleaseEventDefault(event gui.QKeyEvent_ITF)
- func (ptr *QDesignerObjectInspectorInterface) LeaveEvent(event core.QEvent_ITF)
- func (ptr *QDesignerObjectInspectorInterface) LeaveEventDefault(event core.QEvent_ITF)
- func (ptr *QDesignerObjectInspectorInterface) Lower()
- func (ptr *QDesignerObjectInspectorInterface) LowerDefault()
- func (ptr *QDesignerObjectInspectorInterface) MetaObject() *core.QMetaObject
- func (ptr *QDesignerObjectInspectorInterface) MetaObjectDefault() *core.QMetaObject
- func (ptr *QDesignerObjectInspectorInterface) Metric(m gui.QPaintDevice__PaintDeviceMetric) int
- func (ptr *QDesignerObjectInspectorInterface) MetricDefault(m gui.QPaintDevice__PaintDeviceMetric) int
- func (ptr *QDesignerObjectInspectorInterface) MinimumSizeHint() *core.QSize
- func (ptr *QDesignerObjectInspectorInterface) MinimumSizeHintDefault() *core.QSize
- func (ptr *QDesignerObjectInspectorInterface) MouseDoubleClickEvent(event gui.QMouseEvent_ITF)
- func (ptr *QDesignerObjectInspectorInterface) MouseDoubleClickEventDefault(event gui.QMouseEvent_ITF)
- func (ptr *QDesignerObjectInspectorInterface) MouseMoveEvent(event gui.QMouseEvent_ITF)
- func (ptr *QDesignerObjectInspectorInterface) MouseMoveEventDefault(event gui.QMouseEvent_ITF)
- func (ptr *QDesignerObjectInspectorInterface) MousePressEvent(event gui.QMouseEvent_ITF)
- func (ptr *QDesignerObjectInspectorInterface) MousePressEventDefault(event gui.QMouseEvent_ITF)
- func (ptr *QDesignerObjectInspectorInterface) MouseReleaseEvent(event gui.QMouseEvent_ITF)
- func (ptr *QDesignerObjectInspectorInterface) MouseReleaseEventDefault(event gui.QMouseEvent_ITF)
- func (ptr *QDesignerObjectInspectorInterface) MoveEvent(event gui.QMoveEvent_ITF)
- func (ptr *QDesignerObjectInspectorInterface) MoveEventDefault(event gui.QMoveEvent_ITF)
- func (ptr *QDesignerObjectInspectorInterface) NativeEvent(eventType core.QByteArray_ITF, message unsafe.Pointer, result int) bool
- func (ptr *QDesignerObjectInspectorInterface) NativeEventDefault(eventType core.QByteArray_ITF, message unsafe.Pointer, result int) bool
- func (ptr *QDesignerObjectInspectorInterface) PaintEngine() *gui.QPaintEngine
- func (ptr *QDesignerObjectInspectorInterface) PaintEngineDefault() *gui.QPaintEngine
- func (ptr *QDesignerObjectInspectorInterface) PaintEvent(event gui.QPaintEvent_ITF)
- func (ptr *QDesignerObjectInspectorInterface) PaintEventDefault(event gui.QPaintEvent_ITF)
- func (p *QDesignerObjectInspectorInterface) Pointer() unsafe.Pointer
- func (p *QDesignerObjectInspectorInterface) QDesignerObjectInspectorInterface_PTR() *QDesignerObjectInspectorInterface
- func (ptr *QDesignerObjectInspectorInterface) Raise()
- func (ptr *QDesignerObjectInspectorInterface) RaiseDefault()
- func (ptr *QDesignerObjectInspectorInterface) Repaint()
- func (ptr *QDesignerObjectInspectorInterface) RepaintDefault()
- func (ptr *QDesignerObjectInspectorInterface) ResizeEvent(event gui.QResizeEvent_ITF)
- func (ptr *QDesignerObjectInspectorInterface) ResizeEventDefault(event gui.QResizeEvent_ITF)
- func (ptr *QDesignerObjectInspectorInterface) SetDisabled(disable bool)
- func (ptr *QDesignerObjectInspectorInterface) SetDisabledDefault(disable bool)
- func (ptr *QDesignerObjectInspectorInterface) SetEnabled(vbo bool)
- func (ptr *QDesignerObjectInspectorInterface) SetEnabledDefault(vbo bool)
- func (ptr *QDesignerObjectInspectorInterface) SetFocus2()
- func (ptr *QDesignerObjectInspectorInterface) SetFocus2Default()
- func (ptr *QDesignerObjectInspectorInterface) SetFormWindow(formWindow QDesignerFormWindowInterface_ITF)
- func (ptr *QDesignerObjectInspectorInterface) SetHidden(hidden bool)
- func (ptr *QDesignerObjectInspectorInterface) SetHiddenDefault(hidden bool)
- func (p *QDesignerObjectInspectorInterface) SetPointer(ptr unsafe.Pointer)
- func (ptr *QDesignerObjectInspectorInterface) SetStyleSheet(styleSheet string)
- func (ptr *QDesignerObjectInspectorInterface) SetStyleSheetDefault(styleSheet string)
- func (ptr *QDesignerObjectInspectorInterface) SetVisible(visible bool)
- func (ptr *QDesignerObjectInspectorInterface) SetVisibleDefault(visible bool)
- func (ptr *QDesignerObjectInspectorInterface) SetWindowModified(vbo bool)
- func (ptr *QDesignerObjectInspectorInterface) SetWindowModifiedDefault(vbo bool)
- func (ptr *QDesignerObjectInspectorInterface) SetWindowTitle(vqs string)
- func (ptr *QDesignerObjectInspectorInterface) SetWindowTitleDefault(vqs string)
- func (ptr *QDesignerObjectInspectorInterface) Show()
- func (ptr *QDesignerObjectInspectorInterface) ShowDefault()
- func (ptr *QDesignerObjectInspectorInterface) ShowEvent(event gui.QShowEvent_ITF)
- func (ptr *QDesignerObjectInspectorInterface) ShowEventDefault(event gui.QShowEvent_ITF)
- func (ptr *QDesignerObjectInspectorInterface) ShowFullScreen()
- func (ptr *QDesignerObjectInspectorInterface) ShowFullScreenDefault()
- func (ptr *QDesignerObjectInspectorInterface) ShowMaximized()
- func (ptr *QDesignerObjectInspectorInterface) ShowMaximizedDefault()
- func (ptr *QDesignerObjectInspectorInterface) ShowMinimized()
- func (ptr *QDesignerObjectInspectorInterface) ShowMinimizedDefault()
- func (ptr *QDesignerObjectInspectorInterface) ShowNormal()
- func (ptr *QDesignerObjectInspectorInterface) ShowNormalDefault()
- func (ptr *QDesignerObjectInspectorInterface) SizeHint() *core.QSize
- func (ptr *QDesignerObjectInspectorInterface) SizeHintDefault() *core.QSize
- func (ptr *QDesignerObjectInspectorInterface) TabletEvent(event gui.QTabletEvent_ITF)
- func (ptr *QDesignerObjectInspectorInterface) TabletEventDefault(event gui.QTabletEvent_ITF)
- func (ptr *QDesignerObjectInspectorInterface) TimerEvent(event core.QTimerEvent_ITF)
- func (ptr *QDesignerObjectInspectorInterface) TimerEventDefault(event core.QTimerEvent_ITF)
- func (ptr *QDesignerObjectInspectorInterface) Update()
- func (ptr *QDesignerObjectInspectorInterface) UpdateDefault()
- func (ptr *QDesignerObjectInspectorInterface) UpdateMicroFocus()
- func (ptr *QDesignerObjectInspectorInterface) UpdateMicroFocusDefault()
- func (ptr *QDesignerObjectInspectorInterface) WheelEvent(event gui.QWheelEvent_ITF)
- func (ptr *QDesignerObjectInspectorInterface) WheelEventDefault(event gui.QWheelEvent_ITF)
- type QDesignerObjectInspectorInterface_ITF
- type QDesignerPropertyEditorInterface
- func (ptr *QDesignerPropertyEditorInterface) ActionEvent(event gui.QActionEvent_ITF)
- func (ptr *QDesignerPropertyEditorInterface) ActionEventDefault(event gui.QActionEvent_ITF)
- func (ptr *QDesignerPropertyEditorInterface) ChangeEvent(event core.QEvent_ITF)
- func (ptr *QDesignerPropertyEditorInterface) ChangeEventDefault(event core.QEvent_ITF)
- func (ptr *QDesignerPropertyEditorInterface) ChildEvent(event core.QChildEvent_ITF)
- func (ptr *QDesignerPropertyEditorInterface) ChildEventDefault(event core.QChildEvent_ITF)
- func (ptr *QDesignerPropertyEditorInterface) Close() bool
- func (ptr *QDesignerPropertyEditorInterface) CloseDefault() bool
- func (ptr *QDesignerPropertyEditorInterface) CloseEvent(event gui.QCloseEvent_ITF)
- func (ptr *QDesignerPropertyEditorInterface) CloseEventDefault(event gui.QCloseEvent_ITF)
- func (ptr *QDesignerPropertyEditorInterface) ConnectActionEvent(f func(event *gui.QActionEvent))
- func (ptr *QDesignerPropertyEditorInterface) ConnectChangeEvent(f func(event *core.QEvent))
- func (ptr *QDesignerPropertyEditorInterface) ConnectChildEvent(f func(event *core.QChildEvent))
- func (ptr *QDesignerPropertyEditorInterface) ConnectClose(f func() bool)
- func (ptr *QDesignerPropertyEditorInterface) ConnectCloseEvent(f func(event *gui.QCloseEvent))
- func (ptr *QDesignerPropertyEditorInterface) ConnectConnectNotify(f func(sign *core.QMetaMethod))
- func (ptr *QDesignerPropertyEditorInterface) ConnectContextMenuEvent(f func(event *gui.QContextMenuEvent))
- func (ptr *QDesignerPropertyEditorInterface) ConnectCore(f func() *QDesignerFormEditorInterface)
- func (ptr *QDesignerPropertyEditorInterface) ConnectCurrentPropertyName(f func() string)
- func (ptr *QDesignerPropertyEditorInterface) ConnectCustomEvent(f func(event *core.QEvent))
- func (ptr *QDesignerPropertyEditorInterface) ConnectDeleteLater(f func())
- func (ptr *QDesignerPropertyEditorInterface) ConnectDestroyQDesignerPropertyEditorInterface(f func())
- func (ptr *QDesignerPropertyEditorInterface) ConnectDisconnectNotify(f func(sign *core.QMetaMethod))
- func (ptr *QDesignerPropertyEditorInterface) ConnectDragEnterEvent(f func(event *gui.QDragEnterEvent))
- func (ptr *QDesignerPropertyEditorInterface) ConnectDragLeaveEvent(f func(event *gui.QDragLeaveEvent))
- func (ptr *QDesignerPropertyEditorInterface) ConnectDragMoveEvent(f func(event *gui.QDragMoveEvent))
- func (ptr *QDesignerPropertyEditorInterface) ConnectDropEvent(f func(event *gui.QDropEvent))
- func (ptr *QDesignerPropertyEditorInterface) ConnectEnterEvent(f func(event *core.QEvent))
- func (ptr *QDesignerPropertyEditorInterface) ConnectEvent(f func(event *core.QEvent) bool)
- func (ptr *QDesignerPropertyEditorInterface) ConnectEventFilter(f func(watched *core.QObject, event *core.QEvent) bool)
- func (ptr *QDesignerPropertyEditorInterface) ConnectFocusInEvent(f func(event *gui.QFocusEvent))
- func (ptr *QDesignerPropertyEditorInterface) ConnectFocusNextPrevChild(f func(next bool) bool)
- func (ptr *QDesignerPropertyEditorInterface) ConnectFocusOutEvent(f func(event *gui.QFocusEvent))
- func (ptr *QDesignerPropertyEditorInterface) ConnectHasHeightForWidth(f func() bool)
- func (ptr *QDesignerPropertyEditorInterface) ConnectHeightForWidth(f func(w int) int)
- func (ptr *QDesignerPropertyEditorInterface) ConnectHide(f func())
- func (ptr *QDesignerPropertyEditorInterface) ConnectHideEvent(f func(event *gui.QHideEvent))
- func (ptr *QDesignerPropertyEditorInterface) ConnectInputMethodEvent(f func(event *gui.QInputMethodEvent))
- func (ptr *QDesignerPropertyEditorInterface) ConnectInputMethodQuery(f func(query core.Qt__InputMethodQuery) *core.QVariant)
- func (ptr *QDesignerPropertyEditorInterface) ConnectIsReadOnly(f func() bool)
- func (ptr *QDesignerPropertyEditorInterface) ConnectKeyPressEvent(f func(event *gui.QKeyEvent))
- func (ptr *QDesignerPropertyEditorInterface) ConnectKeyReleaseEvent(f func(event *gui.QKeyEvent))
- func (ptr *QDesignerPropertyEditorInterface) ConnectLeaveEvent(f func(event *core.QEvent))
- func (ptr *QDesignerPropertyEditorInterface) ConnectLower(f func())
- func (ptr *QDesignerPropertyEditorInterface) ConnectMetaObject(f func() *core.QMetaObject)
- func (ptr *QDesignerPropertyEditorInterface) ConnectMetric(f func(m gui.QPaintDevice__PaintDeviceMetric) int)
- func (ptr *QDesignerPropertyEditorInterface) ConnectMinimumSizeHint(f func() *core.QSize)
- func (ptr *QDesignerPropertyEditorInterface) ConnectMouseDoubleClickEvent(f func(event *gui.QMouseEvent))
- func (ptr *QDesignerPropertyEditorInterface) ConnectMouseMoveEvent(f func(event *gui.QMouseEvent))
- func (ptr *QDesignerPropertyEditorInterface) ConnectMousePressEvent(f func(event *gui.QMouseEvent))
- func (ptr *QDesignerPropertyEditorInterface) ConnectMouseReleaseEvent(f func(event *gui.QMouseEvent))
- func (ptr *QDesignerPropertyEditorInterface) ConnectMoveEvent(f func(event *gui.QMoveEvent))
- func (ptr *QDesignerPropertyEditorInterface) ConnectNativeEvent(f func(eventType *core.QByteArray, message unsafe.Pointer, result int) bool)
- func (ptr *QDesignerPropertyEditorInterface) ConnectNotify(sign core.QMetaMethod_ITF)
- func (ptr *QDesignerPropertyEditorInterface) ConnectNotifyDefault(sign core.QMetaMethod_ITF)
- func (ptr *QDesignerPropertyEditorInterface) ConnectObject(f func() *core.QObject)
- func (ptr *QDesignerPropertyEditorInterface) ConnectPaintEngine(f func() *gui.QPaintEngine)
- func (ptr *QDesignerPropertyEditorInterface) ConnectPaintEvent(f func(event *gui.QPaintEvent))
- func (ptr *QDesignerPropertyEditorInterface) ConnectPropertyChanged(f func(name string, value *core.QVariant))
- func (ptr *QDesignerPropertyEditorInterface) ConnectRaise(f func())
- func (ptr *QDesignerPropertyEditorInterface) ConnectRepaint(f func())
- func (ptr *QDesignerPropertyEditorInterface) ConnectResizeEvent(f func(event *gui.QResizeEvent))
- func (ptr *QDesignerPropertyEditorInterface) ConnectSetDisabled(f func(disable bool))
- func (ptr *QDesignerPropertyEditorInterface) ConnectSetEnabled(f func(vbo bool))
- func (ptr *QDesignerPropertyEditorInterface) ConnectSetFocus2(f func())
- func (ptr *QDesignerPropertyEditorInterface) ConnectSetHidden(f func(hidden bool))
- func (ptr *QDesignerPropertyEditorInterface) ConnectSetObject(f func(object *core.QObject))
- func (ptr *QDesignerPropertyEditorInterface) ConnectSetPropertyValue(f func(name string, value *core.QVariant, changed bool))
- func (ptr *QDesignerPropertyEditorInterface) ConnectSetReadOnly(f func(readOnly bool))
- func (ptr *QDesignerPropertyEditorInterface) ConnectSetStyleSheet(f func(styleSheet string))
- func (ptr *QDesignerPropertyEditorInterface) ConnectSetVisible(f func(visible bool))
- func (ptr *QDesignerPropertyEditorInterface) ConnectSetWindowModified(f func(vbo bool))
- func (ptr *QDesignerPropertyEditorInterface) ConnectSetWindowTitle(f func(vqs string))
- func (ptr *QDesignerPropertyEditorInterface) ConnectShow(f func())
- func (ptr *QDesignerPropertyEditorInterface) ConnectShowEvent(f func(event *gui.QShowEvent))
- func (ptr *QDesignerPropertyEditorInterface) ConnectShowFullScreen(f func())
- func (ptr *QDesignerPropertyEditorInterface) ConnectShowMaximized(f func())
- func (ptr *QDesignerPropertyEditorInterface) ConnectShowMinimized(f func())
- func (ptr *QDesignerPropertyEditorInterface) ConnectShowNormal(f func())
- func (ptr *QDesignerPropertyEditorInterface) ConnectSizeHint(f func() *core.QSize)
- func (ptr *QDesignerPropertyEditorInterface) ConnectTabletEvent(f func(event *gui.QTabletEvent))
- func (ptr *QDesignerPropertyEditorInterface) ConnectTimerEvent(f func(event *core.QTimerEvent))
- func (ptr *QDesignerPropertyEditorInterface) ConnectUpdate(f func())
- func (ptr *QDesignerPropertyEditorInterface) ConnectUpdateMicroFocus(f func())
- func (ptr *QDesignerPropertyEditorInterface) ConnectWheelEvent(f func(event *gui.QWheelEvent))
- func (ptr *QDesignerPropertyEditorInterface) ContextMenuEvent(event gui.QContextMenuEvent_ITF)
- func (ptr *QDesignerPropertyEditorInterface) ContextMenuEventDefault(event gui.QContextMenuEvent_ITF)
- func (ptr *QDesignerPropertyEditorInterface) Core() *QDesignerFormEditorInterface
- func (ptr *QDesignerPropertyEditorInterface) CoreDefault() *QDesignerFormEditorInterface
- func (ptr *QDesignerPropertyEditorInterface) CurrentPropertyName() string
- func (ptr *QDesignerPropertyEditorInterface) CustomEvent(event core.QEvent_ITF)
- func (ptr *QDesignerPropertyEditorInterface) CustomEventDefault(event core.QEvent_ITF)
- func (ptr *QDesignerPropertyEditorInterface) DeleteLater()
- func (ptr *QDesignerPropertyEditorInterface) DeleteLaterDefault()
- func (ptr *QDesignerPropertyEditorInterface) DestroyQDesignerPropertyEditorInterface()
- func (ptr *QDesignerPropertyEditorInterface) DestroyQDesignerPropertyEditorInterfaceDefault()
- func (ptr *QDesignerPropertyEditorInterface) DisconnectActionEvent()
- func (ptr *QDesignerPropertyEditorInterface) DisconnectChangeEvent()
- func (ptr *QDesignerPropertyEditorInterface) DisconnectChildEvent()
- func (ptr *QDesignerPropertyEditorInterface) DisconnectClose()
- func (ptr *QDesignerPropertyEditorInterface) DisconnectCloseEvent()
- func (ptr *QDesignerPropertyEditorInterface) DisconnectConnectNotify()
- func (ptr *QDesignerPropertyEditorInterface) DisconnectContextMenuEvent()
- func (ptr *QDesignerPropertyEditorInterface) DisconnectCore()
- func (ptr *QDesignerPropertyEditorInterface) DisconnectCurrentPropertyName()
- func (ptr *QDesignerPropertyEditorInterface) DisconnectCustomEvent()
- func (ptr *QDesignerPropertyEditorInterface) DisconnectDeleteLater()
- func (ptr *QDesignerPropertyEditorInterface) DisconnectDestroyQDesignerPropertyEditorInterface()
- func (ptr *QDesignerPropertyEditorInterface) DisconnectDisconnectNotify()
- func (ptr *QDesignerPropertyEditorInterface) DisconnectDragEnterEvent()
- func (ptr *QDesignerPropertyEditorInterface) DisconnectDragLeaveEvent()
- func (ptr *QDesignerPropertyEditorInterface) DisconnectDragMoveEvent()
- func (ptr *QDesignerPropertyEditorInterface) DisconnectDropEvent()
- func (ptr *QDesignerPropertyEditorInterface) DisconnectEnterEvent()
- func (ptr *QDesignerPropertyEditorInterface) DisconnectEvent()
- func (ptr *QDesignerPropertyEditorInterface) DisconnectEventFilter()
- func (ptr *QDesignerPropertyEditorInterface) DisconnectFocusInEvent()
- func (ptr *QDesignerPropertyEditorInterface) DisconnectFocusNextPrevChild()
- func (ptr *QDesignerPropertyEditorInterface) DisconnectFocusOutEvent()
- func (ptr *QDesignerPropertyEditorInterface) DisconnectHasHeightForWidth()
- func (ptr *QDesignerPropertyEditorInterface) DisconnectHeightForWidth()
- func (ptr *QDesignerPropertyEditorInterface) DisconnectHide()
- func (ptr *QDesignerPropertyEditorInterface) DisconnectHideEvent()
- func (ptr *QDesignerPropertyEditorInterface) DisconnectInputMethodEvent()
- func (ptr *QDesignerPropertyEditorInterface) DisconnectInputMethodQuery()
- func (ptr *QDesignerPropertyEditorInterface) DisconnectIsReadOnly()
- func (ptr *QDesignerPropertyEditorInterface) DisconnectKeyPressEvent()
- func (ptr *QDesignerPropertyEditorInterface) DisconnectKeyReleaseEvent()
- func (ptr *QDesignerPropertyEditorInterface) DisconnectLeaveEvent()
- func (ptr *QDesignerPropertyEditorInterface) DisconnectLower()
- func (ptr *QDesignerPropertyEditorInterface) DisconnectMetaObject()
- func (ptr *QDesignerPropertyEditorInterface) DisconnectMetric()
- func (ptr *QDesignerPropertyEditorInterface) DisconnectMinimumSizeHint()
- func (ptr *QDesignerPropertyEditorInterface) DisconnectMouseDoubleClickEvent()
- func (ptr *QDesignerPropertyEditorInterface) DisconnectMouseMoveEvent()
- func (ptr *QDesignerPropertyEditorInterface) DisconnectMousePressEvent()
- func (ptr *QDesignerPropertyEditorInterface) DisconnectMouseReleaseEvent()
- func (ptr *QDesignerPropertyEditorInterface) DisconnectMoveEvent()
- func (ptr *QDesignerPropertyEditorInterface) DisconnectNativeEvent()
- func (ptr *QDesignerPropertyEditorInterface) DisconnectNotify(sign core.QMetaMethod_ITF)
- func (ptr *QDesignerPropertyEditorInterface) DisconnectNotifyDefault(sign core.QMetaMethod_ITF)
- func (ptr *QDesignerPropertyEditorInterface) DisconnectObject()
- func (ptr *QDesignerPropertyEditorInterface) DisconnectPaintEngine()
- func (ptr *QDesignerPropertyEditorInterface) DisconnectPaintEvent()
- func (ptr *QDesignerPropertyEditorInterface) DisconnectPropertyChanged()
- func (ptr *QDesignerPropertyEditorInterface) DisconnectRaise()
- func (ptr *QDesignerPropertyEditorInterface) DisconnectRepaint()
- func (ptr *QDesignerPropertyEditorInterface) DisconnectResizeEvent()
- func (ptr *QDesignerPropertyEditorInterface) DisconnectSetDisabled()
- func (ptr *QDesignerPropertyEditorInterface) DisconnectSetEnabled()
- func (ptr *QDesignerPropertyEditorInterface) DisconnectSetFocus2()
- func (ptr *QDesignerPropertyEditorInterface) DisconnectSetHidden()
- func (ptr *QDesignerPropertyEditorInterface) DisconnectSetObject(object core.QObject_ITF)
- func (ptr *QDesignerPropertyEditorInterface) DisconnectSetPropertyValue(name string, value core.QVariant_ITF, changed bool)
- func (ptr *QDesignerPropertyEditorInterface) DisconnectSetReadOnly(readOnly bool)
- func (ptr *QDesignerPropertyEditorInterface) DisconnectSetStyleSheet()
- func (ptr *QDesignerPropertyEditorInterface) DisconnectSetVisible()
- func (ptr *QDesignerPropertyEditorInterface) DisconnectSetWindowModified()
- func (ptr *QDesignerPropertyEditorInterface) DisconnectSetWindowTitle()
- func (ptr *QDesignerPropertyEditorInterface) DisconnectShow()
- func (ptr *QDesignerPropertyEditorInterface) DisconnectShowEvent()
- func (ptr *QDesignerPropertyEditorInterface) DisconnectShowFullScreen()
- func (ptr *QDesignerPropertyEditorInterface) DisconnectShowMaximized()
- func (ptr *QDesignerPropertyEditorInterface) DisconnectShowMinimized()
- func (ptr *QDesignerPropertyEditorInterface) DisconnectShowNormal()
- func (ptr *QDesignerPropertyEditorInterface) DisconnectSizeHint()
- func (ptr *QDesignerPropertyEditorInterface) DisconnectTabletEvent()
- func (ptr *QDesignerPropertyEditorInterface) DisconnectTimerEvent()
- func (ptr *QDesignerPropertyEditorInterface) DisconnectUpdate()
- func (ptr *QDesignerPropertyEditorInterface) DisconnectUpdateMicroFocus()
- func (ptr *QDesignerPropertyEditorInterface) DisconnectWheelEvent()
- func (ptr *QDesignerPropertyEditorInterface) DragEnterEvent(event gui.QDragEnterEvent_ITF)
- func (ptr *QDesignerPropertyEditorInterface) DragEnterEventDefault(event gui.QDragEnterEvent_ITF)
- func (ptr *QDesignerPropertyEditorInterface) DragLeaveEvent(event gui.QDragLeaveEvent_ITF)
- func (ptr *QDesignerPropertyEditorInterface) DragLeaveEventDefault(event gui.QDragLeaveEvent_ITF)
- func (ptr *QDesignerPropertyEditorInterface) DragMoveEvent(event gui.QDragMoveEvent_ITF)
- func (ptr *QDesignerPropertyEditorInterface) DragMoveEventDefault(event gui.QDragMoveEvent_ITF)
- func (ptr *QDesignerPropertyEditorInterface) DropEvent(event gui.QDropEvent_ITF)
- func (ptr *QDesignerPropertyEditorInterface) DropEventDefault(event gui.QDropEvent_ITF)
- func (ptr *QDesignerPropertyEditorInterface) EnterEvent(event core.QEvent_ITF)
- func (ptr *QDesignerPropertyEditorInterface) EnterEventDefault(event core.QEvent_ITF)
- func (ptr *QDesignerPropertyEditorInterface) Event(event core.QEvent_ITF) bool
- func (ptr *QDesignerPropertyEditorInterface) EventDefault(event core.QEvent_ITF) bool
- func (ptr *QDesignerPropertyEditorInterface) EventFilter(watched core.QObject_ITF, event core.QEvent_ITF) bool
- func (ptr *QDesignerPropertyEditorInterface) EventFilterDefault(watched core.QObject_ITF, event core.QEvent_ITF) bool
- func (ptr *QDesignerPropertyEditorInterface) FocusInEvent(event gui.QFocusEvent_ITF)
- func (ptr *QDesignerPropertyEditorInterface) FocusInEventDefault(event gui.QFocusEvent_ITF)
- func (ptr *QDesignerPropertyEditorInterface) FocusNextPrevChild(next bool) bool
- func (ptr *QDesignerPropertyEditorInterface) FocusNextPrevChildDefault(next bool) bool
- func (ptr *QDesignerPropertyEditorInterface) FocusOutEvent(event gui.QFocusEvent_ITF)
- func (ptr *QDesignerPropertyEditorInterface) FocusOutEventDefault(event gui.QFocusEvent_ITF)
- func (ptr *QDesignerPropertyEditorInterface) HasHeightForWidth() bool
- func (ptr *QDesignerPropertyEditorInterface) HasHeightForWidthDefault() bool
- func (ptr *QDesignerPropertyEditorInterface) HeightForWidth(w int) int
- func (ptr *QDesignerPropertyEditorInterface) HeightForWidthDefault(w int) int
- func (ptr *QDesignerPropertyEditorInterface) Hide()
- func (ptr *QDesignerPropertyEditorInterface) HideDefault()
- func (ptr *QDesignerPropertyEditorInterface) HideEvent(event gui.QHideEvent_ITF)
- func (ptr *QDesignerPropertyEditorInterface) HideEventDefault(event gui.QHideEvent_ITF)
- func (ptr *QDesignerPropertyEditorInterface) InputMethodEvent(event gui.QInputMethodEvent_ITF)
- func (ptr *QDesignerPropertyEditorInterface) InputMethodEventDefault(event gui.QInputMethodEvent_ITF)
- func (ptr *QDesignerPropertyEditorInterface) InputMethodQuery(query core.Qt__InputMethodQuery) *core.QVariant
- func (ptr *QDesignerPropertyEditorInterface) InputMethodQueryDefault(query core.Qt__InputMethodQuery) *core.QVariant
- func (ptr *QDesignerPropertyEditorInterface) IsReadOnly() bool
- func (ptr *QDesignerPropertyEditorInterface) KeyPressEvent(event gui.QKeyEvent_ITF)
- func (ptr *QDesignerPropertyEditorInterface) KeyPressEventDefault(event gui.QKeyEvent_ITF)
- func (ptr *QDesignerPropertyEditorInterface) KeyReleaseEvent(event gui.QKeyEvent_ITF)
- func (ptr *QDesignerPropertyEditorInterface) KeyReleaseEventDefault(event gui.QKeyEvent_ITF)
- func (ptr *QDesignerPropertyEditorInterface) LeaveEvent(event core.QEvent_ITF)
- func (ptr *QDesignerPropertyEditorInterface) LeaveEventDefault(event core.QEvent_ITF)
- func (ptr *QDesignerPropertyEditorInterface) Lower()
- func (ptr *QDesignerPropertyEditorInterface) LowerDefault()
- func (ptr *QDesignerPropertyEditorInterface) MetaObject() *core.QMetaObject
- func (ptr *QDesignerPropertyEditorInterface) MetaObjectDefault() *core.QMetaObject
- func (ptr *QDesignerPropertyEditorInterface) Metric(m gui.QPaintDevice__PaintDeviceMetric) int
- func (ptr *QDesignerPropertyEditorInterface) MetricDefault(m gui.QPaintDevice__PaintDeviceMetric) int
- func (ptr *QDesignerPropertyEditorInterface) MinimumSizeHint() *core.QSize
- func (ptr *QDesignerPropertyEditorInterface) MinimumSizeHintDefault() *core.QSize
- func (ptr *QDesignerPropertyEditorInterface) MouseDoubleClickEvent(event gui.QMouseEvent_ITF)
- func (ptr *QDesignerPropertyEditorInterface) MouseDoubleClickEventDefault(event gui.QMouseEvent_ITF)
- func (ptr *QDesignerPropertyEditorInterface) MouseMoveEvent(event gui.QMouseEvent_ITF)
- func (ptr *QDesignerPropertyEditorInterface) MouseMoveEventDefault(event gui.QMouseEvent_ITF)
- func (ptr *QDesignerPropertyEditorInterface) MousePressEvent(event gui.QMouseEvent_ITF)
- func (ptr *QDesignerPropertyEditorInterface) MousePressEventDefault(event gui.QMouseEvent_ITF)
- func (ptr *QDesignerPropertyEditorInterface) MouseReleaseEvent(event gui.QMouseEvent_ITF)
- func (ptr *QDesignerPropertyEditorInterface) MouseReleaseEventDefault(event gui.QMouseEvent_ITF)
- func (ptr *QDesignerPropertyEditorInterface) MoveEvent(event gui.QMoveEvent_ITF)
- func (ptr *QDesignerPropertyEditorInterface) MoveEventDefault(event gui.QMoveEvent_ITF)
- func (ptr *QDesignerPropertyEditorInterface) NativeEvent(eventType core.QByteArray_ITF, message unsafe.Pointer, result int) bool
- func (ptr *QDesignerPropertyEditorInterface) NativeEventDefault(eventType core.QByteArray_ITF, message unsafe.Pointer, result int) bool
- func (ptr *QDesignerPropertyEditorInterface) Object() *core.QObject
- func (ptr *QDesignerPropertyEditorInterface) PaintEngine() *gui.QPaintEngine
- func (ptr *QDesignerPropertyEditorInterface) PaintEngineDefault() *gui.QPaintEngine
- func (ptr *QDesignerPropertyEditorInterface) PaintEvent(event gui.QPaintEvent_ITF)
- func (ptr *QDesignerPropertyEditorInterface) PaintEventDefault(event gui.QPaintEvent_ITF)
- func (p *QDesignerPropertyEditorInterface) Pointer() unsafe.Pointer
- func (ptr *QDesignerPropertyEditorInterface) PropertyChanged(name string, value core.QVariant_ITF)
- func (p *QDesignerPropertyEditorInterface) QDesignerPropertyEditorInterface_PTR() *QDesignerPropertyEditorInterface
- func (ptr *QDesignerPropertyEditorInterface) Raise()
- func (ptr *QDesignerPropertyEditorInterface) RaiseDefault()
- func (ptr *QDesignerPropertyEditorInterface) Repaint()
- func (ptr *QDesignerPropertyEditorInterface) RepaintDefault()
- func (ptr *QDesignerPropertyEditorInterface) ResizeEvent(event gui.QResizeEvent_ITF)
- func (ptr *QDesignerPropertyEditorInterface) ResizeEventDefault(event gui.QResizeEvent_ITF)
- func (ptr *QDesignerPropertyEditorInterface) SetDisabled(disable bool)
- func (ptr *QDesignerPropertyEditorInterface) SetDisabledDefault(disable bool)
- func (ptr *QDesignerPropertyEditorInterface) SetEnabled(vbo bool)
- func (ptr *QDesignerPropertyEditorInterface) SetEnabledDefault(vbo bool)
- func (ptr *QDesignerPropertyEditorInterface) SetFocus2()
- func (ptr *QDesignerPropertyEditorInterface) SetFocus2Default()
- func (ptr *QDesignerPropertyEditorInterface) SetHidden(hidden bool)
- func (ptr *QDesignerPropertyEditorInterface) SetHiddenDefault(hidden bool)
- func (ptr *QDesignerPropertyEditorInterface) SetObject(object core.QObject_ITF)
- func (p *QDesignerPropertyEditorInterface) SetPointer(ptr unsafe.Pointer)
- func (ptr *QDesignerPropertyEditorInterface) SetPropertyValue(name string, value core.QVariant_ITF, changed bool)
- func (ptr *QDesignerPropertyEditorInterface) SetReadOnly(readOnly bool)
- func (ptr *QDesignerPropertyEditorInterface) SetStyleSheet(styleSheet string)
- func (ptr *QDesignerPropertyEditorInterface) SetStyleSheetDefault(styleSheet string)
- func (ptr *QDesignerPropertyEditorInterface) SetVisible(visible bool)
- func (ptr *QDesignerPropertyEditorInterface) SetVisibleDefault(visible bool)
- func (ptr *QDesignerPropertyEditorInterface) SetWindowModified(vbo bool)
- func (ptr *QDesignerPropertyEditorInterface) SetWindowModifiedDefault(vbo bool)
- func (ptr *QDesignerPropertyEditorInterface) SetWindowTitle(vqs string)
- func (ptr *QDesignerPropertyEditorInterface) SetWindowTitleDefault(vqs string)
- func (ptr *QDesignerPropertyEditorInterface) Show()
- func (ptr *QDesignerPropertyEditorInterface) ShowDefault()
- func (ptr *QDesignerPropertyEditorInterface) ShowEvent(event gui.QShowEvent_ITF)
- func (ptr *QDesignerPropertyEditorInterface) ShowEventDefault(event gui.QShowEvent_ITF)
- func (ptr *QDesignerPropertyEditorInterface) ShowFullScreen()
- func (ptr *QDesignerPropertyEditorInterface) ShowFullScreenDefault()
- func (ptr *QDesignerPropertyEditorInterface) ShowMaximized()
- func (ptr *QDesignerPropertyEditorInterface) ShowMaximizedDefault()
- func (ptr *QDesignerPropertyEditorInterface) ShowMinimized()
- func (ptr *QDesignerPropertyEditorInterface) ShowMinimizedDefault()
- func (ptr *QDesignerPropertyEditorInterface) ShowNormal()
- func (ptr *QDesignerPropertyEditorInterface) ShowNormalDefault()
- func (ptr *QDesignerPropertyEditorInterface) SizeHint() *core.QSize
- func (ptr *QDesignerPropertyEditorInterface) SizeHintDefault() *core.QSize
- func (ptr *QDesignerPropertyEditorInterface) TabletEvent(event gui.QTabletEvent_ITF)
- func (ptr *QDesignerPropertyEditorInterface) TabletEventDefault(event gui.QTabletEvent_ITF)
- func (ptr *QDesignerPropertyEditorInterface) TimerEvent(event core.QTimerEvent_ITF)
- func (ptr *QDesignerPropertyEditorInterface) TimerEventDefault(event core.QTimerEvent_ITF)
- func (ptr *QDesignerPropertyEditorInterface) Update()
- func (ptr *QDesignerPropertyEditorInterface) UpdateDefault()
- func (ptr *QDesignerPropertyEditorInterface) UpdateMicroFocus()
- func (ptr *QDesignerPropertyEditorInterface) UpdateMicroFocusDefault()
- func (ptr *QDesignerPropertyEditorInterface) WheelEvent(event gui.QWheelEvent_ITF)
- func (ptr *QDesignerPropertyEditorInterface) WheelEventDefault(event gui.QWheelEvent_ITF)
- type QDesignerPropertyEditorInterface_ITF
- type QDesignerPropertySheetExtension
- func (ptr *QDesignerPropertySheetExtension) ConnectCount(f func() int)
- func (ptr *QDesignerPropertySheetExtension) ConnectDestroyQDesignerPropertySheetExtension(f func())
- func (ptr *QDesignerPropertySheetExtension) ConnectHasReset(f func(index int) bool)
- func (ptr *QDesignerPropertySheetExtension) ConnectIndexOf(f func(name string) int)
- func (ptr *QDesignerPropertySheetExtension) ConnectIsAttribute(f func(index int) bool)
- func (ptr *QDesignerPropertySheetExtension) ConnectIsChanged(f func(index int) bool)
- func (ptr *QDesignerPropertySheetExtension) ConnectIsEnabled(f func(index int) bool)
- func (ptr *QDesignerPropertySheetExtension) ConnectIsVisible(f func(index int) bool)
- func (ptr *QDesignerPropertySheetExtension) ConnectProperty(f func(index int) *core.QVariant)
- func (ptr *QDesignerPropertySheetExtension) ConnectPropertyGroup(f func(index int) string)
- func (ptr *QDesignerPropertySheetExtension) ConnectPropertyName(f func(index int) string)
- func (ptr *QDesignerPropertySheetExtension) ConnectReset(f func(index int) bool)
- func (ptr *QDesignerPropertySheetExtension) ConnectSetAttribute(f func(index int, attribute bool))
- func (ptr *QDesignerPropertySheetExtension) ConnectSetChanged(f func(index int, changed bool))
- func (ptr *QDesignerPropertySheetExtension) ConnectSetProperty(f func(index int, value *core.QVariant))
- func (ptr *QDesignerPropertySheetExtension) ConnectSetPropertyGroup(f func(index int, group string))
- func (ptr *QDesignerPropertySheetExtension) ConnectSetVisible(f func(index int, visible bool))
- func (ptr *QDesignerPropertySheetExtension) Count() int
- func (ptr *QDesignerPropertySheetExtension) DestroyQDesignerPropertySheetExtension()
- func (ptr *QDesignerPropertySheetExtension) DestroyQDesignerPropertySheetExtensionDefault()
- func (ptr *QDesignerPropertySheetExtension) DisconnectCount()
- func (ptr *QDesignerPropertySheetExtension) DisconnectDestroyQDesignerPropertySheetExtension()
- func (ptr *QDesignerPropertySheetExtension) DisconnectHasReset(index int)
- func (ptr *QDesignerPropertySheetExtension) DisconnectIndexOf(name string)
- func (ptr *QDesignerPropertySheetExtension) DisconnectIsAttribute(index int)
- func (ptr *QDesignerPropertySheetExtension) DisconnectIsChanged(index int)
- func (ptr *QDesignerPropertySheetExtension) DisconnectIsEnabled()
- func (ptr *QDesignerPropertySheetExtension) DisconnectIsVisible(index int)
- func (ptr *QDesignerPropertySheetExtension) DisconnectProperty(index int)
- func (ptr *QDesignerPropertySheetExtension) DisconnectPropertyGroup(index int)
- func (ptr *QDesignerPropertySheetExtension) DisconnectPropertyName(index int)
- func (ptr *QDesignerPropertySheetExtension) DisconnectReset(index int)
- func (ptr *QDesignerPropertySheetExtension) DisconnectSetAttribute(index int, attribute bool)
- func (ptr *QDesignerPropertySheetExtension) DisconnectSetChanged(index int, changed bool)
- func (ptr *QDesignerPropertySheetExtension) DisconnectSetProperty(index int, value core.QVariant_ITF)
- func (ptr *QDesignerPropertySheetExtension) DisconnectSetPropertyGroup(index int, group string)
- func (ptr *QDesignerPropertySheetExtension) DisconnectSetVisible(index int, visible bool)
- func (ptr *QDesignerPropertySheetExtension) HasReset(index int) bool
- func (ptr *QDesignerPropertySheetExtension) IndexOf(name string) int
- func (ptr *QDesignerPropertySheetExtension) IsAttribute(index int) bool
- func (ptr *QDesignerPropertySheetExtension) IsChanged(index int) bool
- func (ptr *QDesignerPropertySheetExtension) IsEnabled(index int) bool
- func (ptr *QDesignerPropertySheetExtension) IsEnabledDefault(index int) bool
- func (ptr *QDesignerPropertySheetExtension) IsVisible(index int) bool
- func (p *QDesignerPropertySheetExtension) Pointer() unsafe.Pointer
- func (ptr *QDesignerPropertySheetExtension) Property(index int) *core.QVariant
- func (ptr *QDesignerPropertySheetExtension) PropertyGroup(index int) string
- func (ptr *QDesignerPropertySheetExtension) PropertyName(index int) string
- func (p *QDesignerPropertySheetExtension) QDesignerPropertySheetExtension_PTR() *QDesignerPropertySheetExtension
- func (ptr *QDesignerPropertySheetExtension) Reset(index int) bool
- func (ptr *QDesignerPropertySheetExtension) SetAttribute(index int, attribute bool)
- func (ptr *QDesignerPropertySheetExtension) SetChanged(index int, changed bool)
- func (p *QDesignerPropertySheetExtension) SetPointer(ptr unsafe.Pointer)
- func (ptr *QDesignerPropertySheetExtension) SetProperty(index int, value core.QVariant_ITF)
- func (ptr *QDesignerPropertySheetExtension) SetPropertyGroup(index int, group string)
- func (ptr *QDesignerPropertySheetExtension) SetVisible(index int, visible bool)
- type QDesignerPropertySheetExtension_ITF
- type QDesignerTaskMenuExtension
- func (ptr *QDesignerTaskMenuExtension) ConnectDestroyQDesignerTaskMenuExtension(f func())
- func (ptr *QDesignerTaskMenuExtension) ConnectPreferredEditAction(f func() *widgets.QAction)
- func (ptr *QDesignerTaskMenuExtension) ConnectTaskActions(f func() *[]*widgets.QAction)
- func (ptr *QDesignerTaskMenuExtension) DestroyQDesignerTaskMenuExtension()
- func (ptr *QDesignerTaskMenuExtension) DestroyQDesignerTaskMenuExtensionDefault()
- func (ptr *QDesignerTaskMenuExtension) DisconnectDestroyQDesignerTaskMenuExtension()
- func (ptr *QDesignerTaskMenuExtension) DisconnectPreferredEditAction()
- func (ptr *QDesignerTaskMenuExtension) DisconnectTaskActions()
- func (p *QDesignerTaskMenuExtension) Pointer() unsafe.Pointer
- func (ptr *QDesignerTaskMenuExtension) PreferredEditAction() *widgets.QAction
- func (ptr *QDesignerTaskMenuExtension) PreferredEditActionDefault() *widgets.QAction
- func (p *QDesignerTaskMenuExtension) QDesignerTaskMenuExtension_PTR() *QDesignerTaskMenuExtension
- func (p *QDesignerTaskMenuExtension) SetPointer(ptr unsafe.Pointer)
- func (ptr *QDesignerTaskMenuExtension) TaskActions() []*widgets.QAction
- type QDesignerTaskMenuExtension_ITF
- type QDesignerWidgetBoxInterface
- func (ptr *QDesignerWidgetBoxInterface) ActionEvent(event gui.QActionEvent_ITF)
- func (ptr *QDesignerWidgetBoxInterface) ActionEventDefault(event gui.QActionEvent_ITF)
- func (ptr *QDesignerWidgetBoxInterface) ChangeEvent(event core.QEvent_ITF)
- func (ptr *QDesignerWidgetBoxInterface) ChangeEventDefault(event core.QEvent_ITF)
- func (ptr *QDesignerWidgetBoxInterface) ChildEvent(event core.QChildEvent_ITF)
- func (ptr *QDesignerWidgetBoxInterface) ChildEventDefault(event core.QChildEvent_ITF)
- func (ptr *QDesignerWidgetBoxInterface) Close() bool
- func (ptr *QDesignerWidgetBoxInterface) CloseDefault() bool
- func (ptr *QDesignerWidgetBoxInterface) CloseEvent(event gui.QCloseEvent_ITF)
- func (ptr *QDesignerWidgetBoxInterface) CloseEventDefault(event gui.QCloseEvent_ITF)
- func (ptr *QDesignerWidgetBoxInterface) ConnectActionEvent(f func(event *gui.QActionEvent))
- func (ptr *QDesignerWidgetBoxInterface) ConnectChangeEvent(f func(event *core.QEvent))
- func (ptr *QDesignerWidgetBoxInterface) ConnectChildEvent(f func(event *core.QChildEvent))
- func (ptr *QDesignerWidgetBoxInterface) ConnectClose(f func() bool)
- func (ptr *QDesignerWidgetBoxInterface) ConnectCloseEvent(f func(event *gui.QCloseEvent))
- func (ptr *QDesignerWidgetBoxInterface) ConnectConnectNotify(f func(sign *core.QMetaMethod))
- func (ptr *QDesignerWidgetBoxInterface) ConnectContextMenuEvent(f func(event *gui.QContextMenuEvent))
- func (ptr *QDesignerWidgetBoxInterface) ConnectCustomEvent(f func(event *core.QEvent))
- func (ptr *QDesignerWidgetBoxInterface) ConnectDeleteLater(f func())
- func (ptr *QDesignerWidgetBoxInterface) ConnectDestroyQDesignerWidgetBoxInterface(f func())
- func (ptr *QDesignerWidgetBoxInterface) ConnectDisconnectNotify(f func(sign *core.QMetaMethod))
- func (ptr *QDesignerWidgetBoxInterface) ConnectDragEnterEvent(f func(event *gui.QDragEnterEvent))
- func (ptr *QDesignerWidgetBoxInterface) ConnectDragLeaveEvent(f func(event *gui.QDragLeaveEvent))
- func (ptr *QDesignerWidgetBoxInterface) ConnectDragMoveEvent(f func(event *gui.QDragMoveEvent))
- func (ptr *QDesignerWidgetBoxInterface) ConnectDropEvent(f func(event *gui.QDropEvent))
- func (ptr *QDesignerWidgetBoxInterface) ConnectEnterEvent(f func(event *core.QEvent))
- func (ptr *QDesignerWidgetBoxInterface) ConnectEvent(f func(event *core.QEvent) bool)
- func (ptr *QDesignerWidgetBoxInterface) ConnectEventFilter(f func(watched *core.QObject, event *core.QEvent) bool)
- func (ptr *QDesignerWidgetBoxInterface) ConnectFileName(f func() string)
- func (ptr *QDesignerWidgetBoxInterface) ConnectFocusInEvent(f func(event *gui.QFocusEvent))
- func (ptr *QDesignerWidgetBoxInterface) ConnectFocusNextPrevChild(f func(next bool) bool)
- func (ptr *QDesignerWidgetBoxInterface) ConnectFocusOutEvent(f func(event *gui.QFocusEvent))
- func (ptr *QDesignerWidgetBoxInterface) ConnectHasHeightForWidth(f func() bool)
- func (ptr *QDesignerWidgetBoxInterface) ConnectHeightForWidth(f func(w int) int)
- func (ptr *QDesignerWidgetBoxInterface) ConnectHide(f func())
- func (ptr *QDesignerWidgetBoxInterface) ConnectHideEvent(f func(event *gui.QHideEvent))
- func (ptr *QDesignerWidgetBoxInterface) ConnectInputMethodEvent(f func(event *gui.QInputMethodEvent))
- func (ptr *QDesignerWidgetBoxInterface) ConnectInputMethodQuery(f func(query core.Qt__InputMethodQuery) *core.QVariant)
- func (ptr *QDesignerWidgetBoxInterface) ConnectKeyPressEvent(f func(event *gui.QKeyEvent))
- func (ptr *QDesignerWidgetBoxInterface) ConnectKeyReleaseEvent(f func(event *gui.QKeyEvent))
- func (ptr *QDesignerWidgetBoxInterface) ConnectLeaveEvent(f func(event *core.QEvent))
- func (ptr *QDesignerWidgetBoxInterface) ConnectLoad(f func() bool)
- func (ptr *QDesignerWidgetBoxInterface) ConnectLower(f func())
- func (ptr *QDesignerWidgetBoxInterface) ConnectMetaObject(f func() *core.QMetaObject)
- func (ptr *QDesignerWidgetBoxInterface) ConnectMetric(f func(m gui.QPaintDevice__PaintDeviceMetric) int)
- func (ptr *QDesignerWidgetBoxInterface) ConnectMinimumSizeHint(f func() *core.QSize)
- func (ptr *QDesignerWidgetBoxInterface) ConnectMouseDoubleClickEvent(f func(event *gui.QMouseEvent))
- func (ptr *QDesignerWidgetBoxInterface) ConnectMouseMoveEvent(f func(event *gui.QMouseEvent))
- func (ptr *QDesignerWidgetBoxInterface) ConnectMousePressEvent(f func(event *gui.QMouseEvent))
- func (ptr *QDesignerWidgetBoxInterface) ConnectMouseReleaseEvent(f func(event *gui.QMouseEvent))
- func (ptr *QDesignerWidgetBoxInterface) ConnectMoveEvent(f func(event *gui.QMoveEvent))
- func (ptr *QDesignerWidgetBoxInterface) ConnectNativeEvent(f func(eventType *core.QByteArray, message unsafe.Pointer, result int) bool)
- func (ptr *QDesignerWidgetBoxInterface) ConnectNotify(sign core.QMetaMethod_ITF)
- func (ptr *QDesignerWidgetBoxInterface) ConnectNotifyDefault(sign core.QMetaMethod_ITF)
- func (ptr *QDesignerWidgetBoxInterface) ConnectPaintEngine(f func() *gui.QPaintEngine)
- func (ptr *QDesignerWidgetBoxInterface) ConnectPaintEvent(f func(event *gui.QPaintEvent))
- func (ptr *QDesignerWidgetBoxInterface) ConnectRaise(f func())
- func (ptr *QDesignerWidgetBoxInterface) ConnectRepaint(f func())
- func (ptr *QDesignerWidgetBoxInterface) ConnectResizeEvent(f func(event *gui.QResizeEvent))
- func (ptr *QDesignerWidgetBoxInterface) ConnectSave(f func() bool)
- func (ptr *QDesignerWidgetBoxInterface) ConnectSetDisabled(f func(disable bool))
- func (ptr *QDesignerWidgetBoxInterface) ConnectSetEnabled(f func(vbo bool))
- func (ptr *QDesignerWidgetBoxInterface) ConnectSetFileName(f func(fileName string))
- func (ptr *QDesignerWidgetBoxInterface) ConnectSetFocus2(f func())
- func (ptr *QDesignerWidgetBoxInterface) ConnectSetHidden(f func(hidden bool))
- func (ptr *QDesignerWidgetBoxInterface) ConnectSetStyleSheet(f func(styleSheet string))
- func (ptr *QDesignerWidgetBoxInterface) ConnectSetVisible(f func(visible bool))
- func (ptr *QDesignerWidgetBoxInterface) ConnectSetWindowModified(f func(vbo bool))
- func (ptr *QDesignerWidgetBoxInterface) ConnectSetWindowTitle(f func(vqs string))
- func (ptr *QDesignerWidgetBoxInterface) ConnectShow(f func())
- func (ptr *QDesignerWidgetBoxInterface) ConnectShowEvent(f func(event *gui.QShowEvent))
- func (ptr *QDesignerWidgetBoxInterface) ConnectShowFullScreen(f func())
- func (ptr *QDesignerWidgetBoxInterface) ConnectShowMaximized(f func())
- func (ptr *QDesignerWidgetBoxInterface) ConnectShowMinimized(f func())
- func (ptr *QDesignerWidgetBoxInterface) ConnectShowNormal(f func())
- func (ptr *QDesignerWidgetBoxInterface) ConnectSizeHint(f func() *core.QSize)
- func (ptr *QDesignerWidgetBoxInterface) ConnectTabletEvent(f func(event *gui.QTabletEvent))
- func (ptr *QDesignerWidgetBoxInterface) ConnectTimerEvent(f func(event *core.QTimerEvent))
- func (ptr *QDesignerWidgetBoxInterface) ConnectUpdate(f func())
- func (ptr *QDesignerWidgetBoxInterface) ConnectUpdateMicroFocus(f func())
- func (ptr *QDesignerWidgetBoxInterface) ConnectWheelEvent(f func(event *gui.QWheelEvent))
- func (ptr *QDesignerWidgetBoxInterface) ContextMenuEvent(event gui.QContextMenuEvent_ITF)
- func (ptr *QDesignerWidgetBoxInterface) ContextMenuEventDefault(event gui.QContextMenuEvent_ITF)
- func (ptr *QDesignerWidgetBoxInterface) CustomEvent(event core.QEvent_ITF)
- func (ptr *QDesignerWidgetBoxInterface) CustomEventDefault(event core.QEvent_ITF)
- func (ptr *QDesignerWidgetBoxInterface) DeleteLater()
- func (ptr *QDesignerWidgetBoxInterface) DeleteLaterDefault()
- func (ptr *QDesignerWidgetBoxInterface) DestroyQDesignerWidgetBoxInterface()
- func (ptr *QDesignerWidgetBoxInterface) DestroyQDesignerWidgetBoxInterfaceDefault()
- func (ptr *QDesignerWidgetBoxInterface) DisconnectActionEvent()
- func (ptr *QDesignerWidgetBoxInterface) DisconnectChangeEvent()
- func (ptr *QDesignerWidgetBoxInterface) DisconnectChildEvent()
- func (ptr *QDesignerWidgetBoxInterface) DisconnectClose()
- func (ptr *QDesignerWidgetBoxInterface) DisconnectCloseEvent()
- func (ptr *QDesignerWidgetBoxInterface) DisconnectConnectNotify()
- func (ptr *QDesignerWidgetBoxInterface) DisconnectContextMenuEvent()
- func (ptr *QDesignerWidgetBoxInterface) DisconnectCustomEvent()
- func (ptr *QDesignerWidgetBoxInterface) DisconnectDeleteLater()
- func (ptr *QDesignerWidgetBoxInterface) DisconnectDestroyQDesignerWidgetBoxInterface()
- func (ptr *QDesignerWidgetBoxInterface) DisconnectDisconnectNotify()
- func (ptr *QDesignerWidgetBoxInterface) DisconnectDragEnterEvent()
- func (ptr *QDesignerWidgetBoxInterface) DisconnectDragLeaveEvent()
- func (ptr *QDesignerWidgetBoxInterface) DisconnectDragMoveEvent()
- func (ptr *QDesignerWidgetBoxInterface) DisconnectDropEvent()
- func (ptr *QDesignerWidgetBoxInterface) DisconnectEnterEvent()
- func (ptr *QDesignerWidgetBoxInterface) DisconnectEvent()
- func (ptr *QDesignerWidgetBoxInterface) DisconnectEventFilter()
- func (ptr *QDesignerWidgetBoxInterface) DisconnectFileName()
- func (ptr *QDesignerWidgetBoxInterface) DisconnectFocusInEvent()
- func (ptr *QDesignerWidgetBoxInterface) DisconnectFocusNextPrevChild()
- func (ptr *QDesignerWidgetBoxInterface) DisconnectFocusOutEvent()
- func (ptr *QDesignerWidgetBoxInterface) DisconnectHasHeightForWidth()
- func (ptr *QDesignerWidgetBoxInterface) DisconnectHeightForWidth()
- func (ptr *QDesignerWidgetBoxInterface) DisconnectHide()
- func (ptr *QDesignerWidgetBoxInterface) DisconnectHideEvent()
- func (ptr *QDesignerWidgetBoxInterface) DisconnectInputMethodEvent()
- func (ptr *QDesignerWidgetBoxInterface) DisconnectInputMethodQuery()
- func (ptr *QDesignerWidgetBoxInterface) DisconnectKeyPressEvent()
- func (ptr *QDesignerWidgetBoxInterface) DisconnectKeyReleaseEvent()
- func (ptr *QDesignerWidgetBoxInterface) DisconnectLeaveEvent()
- func (ptr *QDesignerWidgetBoxInterface) DisconnectLoad()
- func (ptr *QDesignerWidgetBoxInterface) DisconnectLower()
- func (ptr *QDesignerWidgetBoxInterface) DisconnectMetaObject()
- func (ptr *QDesignerWidgetBoxInterface) DisconnectMetric()
- func (ptr *QDesignerWidgetBoxInterface) DisconnectMinimumSizeHint()
- func (ptr *QDesignerWidgetBoxInterface) DisconnectMouseDoubleClickEvent()
- func (ptr *QDesignerWidgetBoxInterface) DisconnectMouseMoveEvent()
- func (ptr *QDesignerWidgetBoxInterface) DisconnectMousePressEvent()
- func (ptr *QDesignerWidgetBoxInterface) DisconnectMouseReleaseEvent()
- func (ptr *QDesignerWidgetBoxInterface) DisconnectMoveEvent()
- func (ptr *QDesignerWidgetBoxInterface) DisconnectNativeEvent()
- func (ptr *QDesignerWidgetBoxInterface) DisconnectNotify(sign core.QMetaMethod_ITF)
- func (ptr *QDesignerWidgetBoxInterface) DisconnectNotifyDefault(sign core.QMetaMethod_ITF)
- func (ptr *QDesignerWidgetBoxInterface) DisconnectPaintEngine()
- func (ptr *QDesignerWidgetBoxInterface) DisconnectPaintEvent()
- func (ptr *QDesignerWidgetBoxInterface) DisconnectRaise()
- func (ptr *QDesignerWidgetBoxInterface) DisconnectRepaint()
- func (ptr *QDesignerWidgetBoxInterface) DisconnectResizeEvent()
- func (ptr *QDesignerWidgetBoxInterface) DisconnectSave()
- func (ptr *QDesignerWidgetBoxInterface) DisconnectSetDisabled()
- func (ptr *QDesignerWidgetBoxInterface) DisconnectSetEnabled()
- func (ptr *QDesignerWidgetBoxInterface) DisconnectSetFileName(fileName string)
- func (ptr *QDesignerWidgetBoxInterface) DisconnectSetFocus2()
- func (ptr *QDesignerWidgetBoxInterface) DisconnectSetHidden()
- func (ptr *QDesignerWidgetBoxInterface) DisconnectSetStyleSheet()
- func (ptr *QDesignerWidgetBoxInterface) DisconnectSetVisible()
- func (ptr *QDesignerWidgetBoxInterface) DisconnectSetWindowModified()
- func (ptr *QDesignerWidgetBoxInterface) DisconnectSetWindowTitle()
- func (ptr *QDesignerWidgetBoxInterface) DisconnectShow()
- func (ptr *QDesignerWidgetBoxInterface) DisconnectShowEvent()
- func (ptr *QDesignerWidgetBoxInterface) DisconnectShowFullScreen()
- func (ptr *QDesignerWidgetBoxInterface) DisconnectShowMaximized()
- func (ptr *QDesignerWidgetBoxInterface) DisconnectShowMinimized()
- func (ptr *QDesignerWidgetBoxInterface) DisconnectShowNormal()
- func (ptr *QDesignerWidgetBoxInterface) DisconnectSizeHint()
- func (ptr *QDesignerWidgetBoxInterface) DisconnectTabletEvent()
- func (ptr *QDesignerWidgetBoxInterface) DisconnectTimerEvent()
- func (ptr *QDesignerWidgetBoxInterface) DisconnectUpdate()
- func (ptr *QDesignerWidgetBoxInterface) DisconnectUpdateMicroFocus()
- func (ptr *QDesignerWidgetBoxInterface) DisconnectWheelEvent()
- func (ptr *QDesignerWidgetBoxInterface) DragEnterEvent(event gui.QDragEnterEvent_ITF)
- func (ptr *QDesignerWidgetBoxInterface) DragEnterEventDefault(event gui.QDragEnterEvent_ITF)
- func (ptr *QDesignerWidgetBoxInterface) DragLeaveEvent(event gui.QDragLeaveEvent_ITF)
- func (ptr *QDesignerWidgetBoxInterface) DragLeaveEventDefault(event gui.QDragLeaveEvent_ITF)
- func (ptr *QDesignerWidgetBoxInterface) DragMoveEvent(event gui.QDragMoveEvent_ITF)
- func (ptr *QDesignerWidgetBoxInterface) DragMoveEventDefault(event gui.QDragMoveEvent_ITF)
- func (ptr *QDesignerWidgetBoxInterface) DropEvent(event gui.QDropEvent_ITF)
- func (ptr *QDesignerWidgetBoxInterface) DropEventDefault(event gui.QDropEvent_ITF)
- func (ptr *QDesignerWidgetBoxInterface) EnterEvent(event core.QEvent_ITF)
- func (ptr *QDesignerWidgetBoxInterface) EnterEventDefault(event core.QEvent_ITF)
- func (ptr *QDesignerWidgetBoxInterface) Event(event core.QEvent_ITF) bool
- func (ptr *QDesignerWidgetBoxInterface) EventDefault(event core.QEvent_ITF) bool
- func (ptr *QDesignerWidgetBoxInterface) EventFilter(watched core.QObject_ITF, event core.QEvent_ITF) bool
- func (ptr *QDesignerWidgetBoxInterface) EventFilterDefault(watched core.QObject_ITF, event core.QEvent_ITF) bool
- func (ptr *QDesignerWidgetBoxInterface) FileName() string
- func (ptr *QDesignerWidgetBoxInterface) FocusInEvent(event gui.QFocusEvent_ITF)
- func (ptr *QDesignerWidgetBoxInterface) FocusInEventDefault(event gui.QFocusEvent_ITF)
- func (ptr *QDesignerWidgetBoxInterface) FocusNextPrevChild(next bool) bool
- func (ptr *QDesignerWidgetBoxInterface) FocusNextPrevChildDefault(next bool) bool
- func (ptr *QDesignerWidgetBoxInterface) FocusOutEvent(event gui.QFocusEvent_ITF)
- func (ptr *QDesignerWidgetBoxInterface) FocusOutEventDefault(event gui.QFocusEvent_ITF)
- func (ptr *QDesignerWidgetBoxInterface) HasHeightForWidth() bool
- func (ptr *QDesignerWidgetBoxInterface) HasHeightForWidthDefault() bool
- func (ptr *QDesignerWidgetBoxInterface) HeightForWidth(w int) int
- func (ptr *QDesignerWidgetBoxInterface) HeightForWidthDefault(w int) int
- func (ptr *QDesignerWidgetBoxInterface) Hide()
- func (ptr *QDesignerWidgetBoxInterface) HideDefault()
- func (ptr *QDesignerWidgetBoxInterface) HideEvent(event gui.QHideEvent_ITF)
- func (ptr *QDesignerWidgetBoxInterface) HideEventDefault(event gui.QHideEvent_ITF)
- func (ptr *QDesignerWidgetBoxInterface) InputMethodEvent(event gui.QInputMethodEvent_ITF)
- func (ptr *QDesignerWidgetBoxInterface) InputMethodEventDefault(event gui.QInputMethodEvent_ITF)
- func (ptr *QDesignerWidgetBoxInterface) InputMethodQuery(query core.Qt__InputMethodQuery) *core.QVariant
- func (ptr *QDesignerWidgetBoxInterface) InputMethodQueryDefault(query core.Qt__InputMethodQuery) *core.QVariant
- func (ptr *QDesignerWidgetBoxInterface) KeyPressEvent(event gui.QKeyEvent_ITF)
- func (ptr *QDesignerWidgetBoxInterface) KeyPressEventDefault(event gui.QKeyEvent_ITF)
- func (ptr *QDesignerWidgetBoxInterface) KeyReleaseEvent(event gui.QKeyEvent_ITF)
- func (ptr *QDesignerWidgetBoxInterface) KeyReleaseEventDefault(event gui.QKeyEvent_ITF)
- func (ptr *QDesignerWidgetBoxInterface) LeaveEvent(event core.QEvent_ITF)
- func (ptr *QDesignerWidgetBoxInterface) LeaveEventDefault(event core.QEvent_ITF)
- func (ptr *QDesignerWidgetBoxInterface) Load() bool
- func (ptr *QDesignerWidgetBoxInterface) Lower()
- func (ptr *QDesignerWidgetBoxInterface) LowerDefault()
- func (ptr *QDesignerWidgetBoxInterface) MetaObject() *core.QMetaObject
- func (ptr *QDesignerWidgetBoxInterface) MetaObjectDefault() *core.QMetaObject
- func (ptr *QDesignerWidgetBoxInterface) Metric(m gui.QPaintDevice__PaintDeviceMetric) int
- func (ptr *QDesignerWidgetBoxInterface) MetricDefault(m gui.QPaintDevice__PaintDeviceMetric) int
- func (ptr *QDesignerWidgetBoxInterface) MinimumSizeHint() *core.QSize
- func (ptr *QDesignerWidgetBoxInterface) MinimumSizeHintDefault() *core.QSize
- func (ptr *QDesignerWidgetBoxInterface) MouseDoubleClickEvent(event gui.QMouseEvent_ITF)
- func (ptr *QDesignerWidgetBoxInterface) MouseDoubleClickEventDefault(event gui.QMouseEvent_ITF)
- func (ptr *QDesignerWidgetBoxInterface) MouseMoveEvent(event gui.QMouseEvent_ITF)
- func (ptr *QDesignerWidgetBoxInterface) MouseMoveEventDefault(event gui.QMouseEvent_ITF)
- func (ptr *QDesignerWidgetBoxInterface) MousePressEvent(event gui.QMouseEvent_ITF)
- func (ptr *QDesignerWidgetBoxInterface) MousePressEventDefault(event gui.QMouseEvent_ITF)
- func (ptr *QDesignerWidgetBoxInterface) MouseReleaseEvent(event gui.QMouseEvent_ITF)
- func (ptr *QDesignerWidgetBoxInterface) MouseReleaseEventDefault(event gui.QMouseEvent_ITF)
- func (ptr *QDesignerWidgetBoxInterface) MoveEvent(event gui.QMoveEvent_ITF)
- func (ptr *QDesignerWidgetBoxInterface) MoveEventDefault(event gui.QMoveEvent_ITF)
- func (ptr *QDesignerWidgetBoxInterface) NativeEvent(eventType core.QByteArray_ITF, message unsafe.Pointer, result int) bool
- func (ptr *QDesignerWidgetBoxInterface) NativeEventDefault(eventType core.QByteArray_ITF, message unsafe.Pointer, result int) bool
- func (ptr *QDesignerWidgetBoxInterface) PaintEngine() *gui.QPaintEngine
- func (ptr *QDesignerWidgetBoxInterface) PaintEngineDefault() *gui.QPaintEngine
- func (ptr *QDesignerWidgetBoxInterface) PaintEvent(event gui.QPaintEvent_ITF)
- func (ptr *QDesignerWidgetBoxInterface) PaintEventDefault(event gui.QPaintEvent_ITF)
- func (p *QDesignerWidgetBoxInterface) Pointer() unsafe.Pointer
- func (p *QDesignerWidgetBoxInterface) QDesignerWidgetBoxInterface_PTR() *QDesignerWidgetBoxInterface
- func (ptr *QDesignerWidgetBoxInterface) Raise()
- func (ptr *QDesignerWidgetBoxInterface) RaiseDefault()
- func (ptr *QDesignerWidgetBoxInterface) Repaint()
- func (ptr *QDesignerWidgetBoxInterface) RepaintDefault()
- func (ptr *QDesignerWidgetBoxInterface) ResizeEvent(event gui.QResizeEvent_ITF)
- func (ptr *QDesignerWidgetBoxInterface) ResizeEventDefault(event gui.QResizeEvent_ITF)
- func (ptr *QDesignerWidgetBoxInterface) Save() bool
- func (ptr *QDesignerWidgetBoxInterface) SetDisabled(disable bool)
- func (ptr *QDesignerWidgetBoxInterface) SetDisabledDefault(disable bool)
- func (ptr *QDesignerWidgetBoxInterface) SetEnabled(vbo bool)
- func (ptr *QDesignerWidgetBoxInterface) SetEnabledDefault(vbo bool)
- func (ptr *QDesignerWidgetBoxInterface) SetFileName(fileName string)
- func (ptr *QDesignerWidgetBoxInterface) SetFocus2()
- func (ptr *QDesignerWidgetBoxInterface) SetFocus2Default()
- func (ptr *QDesignerWidgetBoxInterface) SetHidden(hidden bool)
- func (ptr *QDesignerWidgetBoxInterface) SetHiddenDefault(hidden bool)
- func (p *QDesignerWidgetBoxInterface) SetPointer(ptr unsafe.Pointer)
- func (ptr *QDesignerWidgetBoxInterface) SetStyleSheet(styleSheet string)
- func (ptr *QDesignerWidgetBoxInterface) SetStyleSheetDefault(styleSheet string)
- func (ptr *QDesignerWidgetBoxInterface) SetVisible(visible bool)
- func (ptr *QDesignerWidgetBoxInterface) SetVisibleDefault(visible bool)
- func (ptr *QDesignerWidgetBoxInterface) SetWindowModified(vbo bool)
- func (ptr *QDesignerWidgetBoxInterface) SetWindowModifiedDefault(vbo bool)
- func (ptr *QDesignerWidgetBoxInterface) SetWindowTitle(vqs string)
- func (ptr *QDesignerWidgetBoxInterface) SetWindowTitleDefault(vqs string)
- func (ptr *QDesignerWidgetBoxInterface) Show()
- func (ptr *QDesignerWidgetBoxInterface) ShowDefault()
- func (ptr *QDesignerWidgetBoxInterface) ShowEvent(event gui.QShowEvent_ITF)
- func (ptr *QDesignerWidgetBoxInterface) ShowEventDefault(event gui.QShowEvent_ITF)
- func (ptr *QDesignerWidgetBoxInterface) ShowFullScreen()
- func (ptr *QDesignerWidgetBoxInterface) ShowFullScreenDefault()
- func (ptr *QDesignerWidgetBoxInterface) ShowMaximized()
- func (ptr *QDesignerWidgetBoxInterface) ShowMaximizedDefault()
- func (ptr *QDesignerWidgetBoxInterface) ShowMinimized()
- func (ptr *QDesignerWidgetBoxInterface) ShowMinimizedDefault()
- func (ptr *QDesignerWidgetBoxInterface) ShowNormal()
- func (ptr *QDesignerWidgetBoxInterface) ShowNormalDefault()
- func (ptr *QDesignerWidgetBoxInterface) SizeHint() *core.QSize
- func (ptr *QDesignerWidgetBoxInterface) SizeHintDefault() *core.QSize
- func (ptr *QDesignerWidgetBoxInterface) TabletEvent(event gui.QTabletEvent_ITF)
- func (ptr *QDesignerWidgetBoxInterface) TabletEventDefault(event gui.QTabletEvent_ITF)
- func (ptr *QDesignerWidgetBoxInterface) TimerEvent(event core.QTimerEvent_ITF)
- func (ptr *QDesignerWidgetBoxInterface) TimerEventDefault(event core.QTimerEvent_ITF)
- func (ptr *QDesignerWidgetBoxInterface) Update()
- func (ptr *QDesignerWidgetBoxInterface) UpdateDefault()
- func (ptr *QDesignerWidgetBoxInterface) UpdateMicroFocus()
- func (ptr *QDesignerWidgetBoxInterface) UpdateMicroFocusDefault()
- func (ptr *QDesignerWidgetBoxInterface) WheelEvent(event gui.QWheelEvent_ITF)
- func (ptr *QDesignerWidgetBoxInterface) WheelEventDefault(event gui.QWheelEvent_ITF)
- type QDesignerWidgetBoxInterface_ITF
- type QExtensionFactory
- func (ptr *QExtensionFactory) ChildEvent(event core.QChildEvent_ITF)
- func (ptr *QExtensionFactory) ChildEventDefault(event core.QChildEvent_ITF)
- func (ptr *QExtensionFactory) ConnectChildEvent(f func(event *core.QChildEvent))
- func (ptr *QExtensionFactory) ConnectConnectNotify(f func(sign *core.QMetaMethod))
- func (ptr *QExtensionFactory) ConnectCreateExtension(f func(object *core.QObject, iid string, parent *core.QObject) *core.QObject)
- func (ptr *QExtensionFactory) ConnectCustomEvent(f func(event *core.QEvent))
- func (ptr *QExtensionFactory) ConnectDeleteLater(f func())
- func (ptr *QExtensionFactory) ConnectDisconnectNotify(f func(sign *core.QMetaMethod))
- func (ptr *QExtensionFactory) ConnectEvent(f func(e *core.QEvent) bool)
- func (ptr *QExtensionFactory) ConnectEventFilter(f func(watched *core.QObject, event *core.QEvent) bool)
- func (ptr *QExtensionFactory) ConnectExtension(f func(object *core.QObject, iid string) *core.QObject)
- func (ptr *QExtensionFactory) ConnectMetaObject(f func() *core.QMetaObject)
- func (ptr *QExtensionFactory) ConnectNotify(sign core.QMetaMethod_ITF)
- func (ptr *QExtensionFactory) ConnectNotifyDefault(sign core.QMetaMethod_ITF)
- func (ptr *QExtensionFactory) ConnectTimerEvent(f func(event *core.QTimerEvent))
- func (ptr *QExtensionFactory) CreateExtension(object core.QObject_ITF, iid string, parent core.QObject_ITF) *core.QObject
- func (ptr *QExtensionFactory) CreateExtensionDefault(object core.QObject_ITF, iid string, parent core.QObject_ITF) *core.QObject
- func (ptr *QExtensionFactory) CustomEvent(event core.QEvent_ITF)
- func (ptr *QExtensionFactory) CustomEventDefault(event core.QEvent_ITF)
- func (ptr *QExtensionFactory) DeleteLater()
- func (ptr *QExtensionFactory) DeleteLaterDefault()
- func (ptr *QExtensionFactory) DestroyQExtensionFactory()
- func (ptr *QExtensionFactory) DisconnectChildEvent()
- func (ptr *QExtensionFactory) DisconnectConnectNotify()
- func (ptr *QExtensionFactory) DisconnectCreateExtension()
- func (ptr *QExtensionFactory) DisconnectCustomEvent()
- func (ptr *QExtensionFactory) DisconnectDeleteLater()
- func (ptr *QExtensionFactory) DisconnectDisconnectNotify()
- func (ptr *QExtensionFactory) DisconnectEvent()
- func (ptr *QExtensionFactory) DisconnectEventFilter()
- func (ptr *QExtensionFactory) DisconnectExtension()
- func (ptr *QExtensionFactory) DisconnectMetaObject()
- func (ptr *QExtensionFactory) DisconnectNotify(sign core.QMetaMethod_ITF)
- func (ptr *QExtensionFactory) DisconnectNotifyDefault(sign core.QMetaMethod_ITF)
- func (ptr *QExtensionFactory) DisconnectTimerEvent()
- func (ptr *QExtensionFactory) Event(e core.QEvent_ITF) bool
- func (ptr *QExtensionFactory) EventDefault(e core.QEvent_ITF) bool
- func (ptr *QExtensionFactory) EventFilter(watched core.QObject_ITF, event core.QEvent_ITF) bool
- func (ptr *QExtensionFactory) EventFilterDefault(watched core.QObject_ITF, event core.QEvent_ITF) bool
- func (ptr *QExtensionFactory) Extension(object core.QObject_ITF, iid string) *core.QObject
- func (ptr *QExtensionFactory) ExtensionDefault(object core.QObject_ITF, iid string) *core.QObject
- func (ptr *QExtensionFactory) ExtensionManager() *QExtensionManager
- func (ptr *QExtensionFactory) MetaObject() *core.QMetaObject
- func (ptr *QExtensionFactory) MetaObjectDefault() *core.QMetaObject
- func (p *QExtensionFactory) Pointer() unsafe.Pointer
- func (p *QExtensionFactory) QExtensionFactory_PTR() *QExtensionFactory
- func (p *QExtensionFactory) SetPointer(ptr unsafe.Pointer)
- func (ptr *QExtensionFactory) TimerEvent(event core.QTimerEvent_ITF)
- func (ptr *QExtensionFactory) TimerEventDefault(event core.QTimerEvent_ITF)
- type QExtensionFactory_ITF
- type QExtensionManager
- func (ptr *QExtensionManager) ChildEvent(event core.QChildEvent_ITF)
- func (ptr *QExtensionManager) ChildEventDefault(event core.QChildEvent_ITF)
- func (ptr *QExtensionManager) ConnectChildEvent(f func(event *core.QChildEvent))
- func (ptr *QExtensionManager) ConnectConnectNotify(f func(sign *core.QMetaMethod))
- func (ptr *QExtensionManager) ConnectCustomEvent(f func(event *core.QEvent))
- func (ptr *QExtensionManager) ConnectDeleteLater(f func())
- func (ptr *QExtensionManager) ConnectDisconnectNotify(f func(sign *core.QMetaMethod))
- func (ptr *QExtensionManager) ConnectEvent(f func(e *core.QEvent) bool)
- func (ptr *QExtensionManager) ConnectEventFilter(f func(watched *core.QObject, event *core.QEvent) bool)
- func (ptr *QExtensionManager) ConnectExtension(f func(object *core.QObject, iid string) *core.QObject)
- func (ptr *QExtensionManager) ConnectMetaObject(f func() *core.QMetaObject)
- func (ptr *QExtensionManager) ConnectNotify(sign core.QMetaMethod_ITF)
- func (ptr *QExtensionManager) ConnectNotifyDefault(sign core.QMetaMethod_ITF)
- func (ptr *QExtensionManager) ConnectRegisterExtensions(f func(factory *QAbstractExtensionFactory, iid string))
- func (ptr *QExtensionManager) ConnectTimerEvent(f func(event *core.QTimerEvent))
- func (ptr *QExtensionManager) ConnectUnregisterExtensions(f func(factory *QAbstractExtensionFactory, iid string))
- func (ptr *QExtensionManager) CustomEvent(event core.QEvent_ITF)
- func (ptr *QExtensionManager) CustomEventDefault(event core.QEvent_ITF)
- func (ptr *QExtensionManager) DeleteLater()
- func (ptr *QExtensionManager) DeleteLaterDefault()
- func (ptr *QExtensionManager) DestroyQExtensionManager()
- func (ptr *QExtensionManager) DisconnectChildEvent()
- func (ptr *QExtensionManager) DisconnectConnectNotify()
- func (ptr *QExtensionManager) DisconnectCustomEvent()
- func (ptr *QExtensionManager) DisconnectDeleteLater()
- func (ptr *QExtensionManager) DisconnectDisconnectNotify()
- func (ptr *QExtensionManager) DisconnectEvent()
- func (ptr *QExtensionManager) DisconnectEventFilter()
- func (ptr *QExtensionManager) DisconnectExtension()
- func (ptr *QExtensionManager) DisconnectMetaObject()
- func (ptr *QExtensionManager) DisconnectNotify(sign core.QMetaMethod_ITF)
- func (ptr *QExtensionManager) DisconnectNotifyDefault(sign core.QMetaMethod_ITF)
- func (ptr *QExtensionManager) DisconnectRegisterExtensions()
- func (ptr *QExtensionManager) DisconnectTimerEvent()
- func (ptr *QExtensionManager) DisconnectUnregisterExtensions()
- func (ptr *QExtensionManager) Event(e core.QEvent_ITF) bool
- func (ptr *QExtensionManager) EventDefault(e core.QEvent_ITF) bool
- func (ptr *QExtensionManager) EventFilter(watched core.QObject_ITF, event core.QEvent_ITF) bool
- func (ptr *QExtensionManager) EventFilterDefault(watched core.QObject_ITF, event core.QEvent_ITF) bool
- func (ptr *QExtensionManager) Extension(object core.QObject_ITF, iid string) *core.QObject
- func (ptr *QExtensionManager) ExtensionDefault(object core.QObject_ITF, iid string) *core.QObject
- func (ptr *QExtensionManager) MetaObject() *core.QMetaObject
- func (ptr *QExtensionManager) MetaObjectDefault() *core.QMetaObject
- func (p *QExtensionManager) Pointer() unsafe.Pointer
- func (p *QExtensionManager) QExtensionManager_PTR() *QExtensionManager
- func (ptr *QExtensionManager) RegisterExtensions(factory QAbstractExtensionFactory_ITF, iid string)
- func (ptr *QExtensionManager) RegisterExtensionsDefault(factory QAbstractExtensionFactory_ITF, iid string)
- func (p *QExtensionManager) SetPointer(ptr unsafe.Pointer)
- func (ptr *QExtensionManager) TimerEvent(event core.QTimerEvent_ITF)
- func (ptr *QExtensionManager) TimerEventDefault(event core.QTimerEvent_ITF)
- func (ptr *QExtensionManager) UnregisterExtensions(factory QAbstractExtensionFactory_ITF, iid string)
- func (ptr *QExtensionManager) UnregisterExtensionsDefault(factory QAbstractExtensionFactory_ITF, iid string)
- type QExtensionManager_ITF
- type QFormBuilder
- func (ptr *QFormBuilder) AddPluginPath(pluginPath string)
- func (ptr *QFormBuilder) ClearPluginPaths()
- func (ptr *QFormBuilder) ConnectDestroyQFormBuilder(f func())
- func (ptr *QFormBuilder) ConnectLoad(f func(device *core.QIODevice, parent *widgets.QWidget) *widgets.QWidget)
- func (ptr *QFormBuilder) ConnectSave(f func(device *core.QIODevice, widget *widgets.QWidget))
- func (ptr *QFormBuilder) CustomWidgets() []*QDesignerCustomWidgetInterface
- func (ptr *QFormBuilder) DestroyQFormBuilder()
- func (ptr *QFormBuilder) DestroyQFormBuilderDefault()
- func (ptr *QFormBuilder) DisconnectDestroyQFormBuilder()
- func (ptr *QFormBuilder) DisconnectLoad()
- func (ptr *QFormBuilder) DisconnectSave()
- func (ptr *QFormBuilder) Load(device core.QIODevice_ITF, parent widgets.QWidget_ITF) *widgets.QWidget
- func (ptr *QFormBuilder) LoadDefault(device core.QIODevice_ITF, parent widgets.QWidget_ITF) *widgets.QWidget
- func (ptr *QFormBuilder) PluginPaths() []string
- func (p *QFormBuilder) Pointer() unsafe.Pointer
- func (p *QFormBuilder) QFormBuilder_PTR() *QFormBuilder
- func (ptr *QFormBuilder) Save(device core.QIODevice_ITF, widget widgets.QWidget_ITF)
- func (ptr *QFormBuilder) SaveDefault(device core.QIODevice_ITF, widget widgets.QWidget_ITF)
- func (ptr *QFormBuilder) SetPluginPath(pluginPaths []string)
- func (p *QFormBuilder) SetPointer(ptr unsafe.Pointer)
- type QFormBuilder_ITF
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PointerFromQAbstractExtensionFactory ¶
func PointerFromQAbstractExtensionFactory(ptr QAbstractExtensionFactory_ITF) unsafe.Pointer
func PointerFromQAbstractExtensionManager ¶
func PointerFromQAbstractExtensionManager(ptr QAbstractExtensionManager_ITF) unsafe.Pointer
func PointerFromQAbstractFormBuilder ¶
func PointerFromQAbstractFormBuilder(ptr QAbstractFormBuilder_ITF) unsafe.Pointer
func PointerFromQDesignerActionEditorInterface ¶
func PointerFromQDesignerActionEditorInterface(ptr QDesignerActionEditorInterface_ITF) unsafe.Pointer
func PointerFromQDesignerContainerExtension ¶
func PointerFromQDesignerContainerExtension(ptr QDesignerContainerExtension_ITF) unsafe.Pointer
func PointerFromQDesignerCustomWidgetCollectionInterface ¶
func PointerFromQDesignerCustomWidgetCollectionInterface(ptr QDesignerCustomWidgetCollectionInterface_ITF) unsafe.Pointer
func PointerFromQDesignerCustomWidgetInterface ¶
func PointerFromQDesignerCustomWidgetInterface(ptr QDesignerCustomWidgetInterface_ITF) unsafe.Pointer
func PointerFromQDesignerDynamicPropertySheetExtension ¶
func PointerFromQDesignerDynamicPropertySheetExtension(ptr QDesignerDynamicPropertySheetExtension_ITF) unsafe.Pointer
func PointerFromQDesignerFormEditorInterface ¶
func PointerFromQDesignerFormEditorInterface(ptr QDesignerFormEditorInterface_ITF) unsafe.Pointer
func PointerFromQDesignerFormWindowCursorInterface ¶
func PointerFromQDesignerFormWindowCursorInterface(ptr QDesignerFormWindowCursorInterface_ITF) unsafe.Pointer
func PointerFromQDesignerFormWindowInterface ¶
func PointerFromQDesignerFormWindowInterface(ptr QDesignerFormWindowInterface_ITF) unsafe.Pointer
func PointerFromQDesignerFormWindowManagerInterface ¶
func PointerFromQDesignerFormWindowManagerInterface(ptr QDesignerFormWindowManagerInterface_ITF) unsafe.Pointer
func PointerFromQDesignerMemberSheetExtension ¶
func PointerFromQDesignerMemberSheetExtension(ptr QDesignerMemberSheetExtension_ITF) unsafe.Pointer
func PointerFromQDesignerObjectInspectorInterface ¶
func PointerFromQDesignerObjectInspectorInterface(ptr QDesignerObjectInspectorInterface_ITF) unsafe.Pointer
func PointerFromQDesignerPropertyEditorInterface ¶
func PointerFromQDesignerPropertyEditorInterface(ptr QDesignerPropertyEditorInterface_ITF) unsafe.Pointer
func PointerFromQDesignerPropertySheetExtension ¶
func PointerFromQDesignerPropertySheetExtension(ptr QDesignerPropertySheetExtension_ITF) unsafe.Pointer
func PointerFromQDesignerTaskMenuExtension ¶
func PointerFromQDesignerTaskMenuExtension(ptr QDesignerTaskMenuExtension_ITF) unsafe.Pointer
func PointerFromQDesignerWidgetBoxInterface ¶
func PointerFromQDesignerWidgetBoxInterface(ptr QDesignerWidgetBoxInterface_ITF) unsafe.Pointer
func PointerFromQExtensionFactory ¶
func PointerFromQExtensionFactory(ptr QExtensionFactory_ITF) unsafe.Pointer
func PointerFromQExtensionManager ¶
func PointerFromQExtensionManager(ptr QExtensionManager_ITF) unsafe.Pointer
func PointerFromQFormBuilder ¶
func PointerFromQFormBuilder(ptr QFormBuilder_ITF) unsafe.Pointer
Types ¶
type QAbstractExtensionFactory ¶
type QAbstractExtensionFactory struct {
// contains filtered or unexported fields
}
func NewQAbstractExtensionFactoryFromPointer ¶
func NewQAbstractExtensionFactoryFromPointer(ptr unsafe.Pointer) *QAbstractExtensionFactory
func (*QAbstractExtensionFactory) ConnectDestroyQAbstractExtensionFactory ¶
func (ptr *QAbstractExtensionFactory) ConnectDestroyQAbstractExtensionFactory(f func())
func (*QAbstractExtensionFactory) ConnectExtension ¶
func (*QAbstractExtensionFactory) DestroyQAbstractExtensionFactory ¶
func (ptr *QAbstractExtensionFactory) DestroyQAbstractExtensionFactory()
func (*QAbstractExtensionFactory) DestroyQAbstractExtensionFactoryDefault ¶
func (ptr *QAbstractExtensionFactory) DestroyQAbstractExtensionFactoryDefault()
func (*QAbstractExtensionFactory) DisconnectDestroyQAbstractExtensionFactory ¶
func (ptr *QAbstractExtensionFactory) DisconnectDestroyQAbstractExtensionFactory()
func (*QAbstractExtensionFactory) DisconnectExtension ¶
func (ptr *QAbstractExtensionFactory) DisconnectExtension(object core.QObject_ITF, iid string)
func (*QAbstractExtensionFactory) Extension ¶
func (ptr *QAbstractExtensionFactory) Extension(object core.QObject_ITF, iid string) *core.QObject
func (*QAbstractExtensionFactory) Pointer ¶
func (p *QAbstractExtensionFactory) Pointer() unsafe.Pointer
func (*QAbstractExtensionFactory) QAbstractExtensionFactory_PTR ¶
func (p *QAbstractExtensionFactory) QAbstractExtensionFactory_PTR() *QAbstractExtensionFactory
func (*QAbstractExtensionFactory) SetPointer ¶
func (p *QAbstractExtensionFactory) SetPointer(ptr unsafe.Pointer)
type QAbstractExtensionFactory_ITF ¶
type QAbstractExtensionFactory_ITF interface {
QAbstractExtensionFactory_PTR() *QAbstractExtensionFactory
}
type QAbstractExtensionManager ¶
type QAbstractExtensionManager struct {
// contains filtered or unexported fields
}
func NewQAbstractExtensionManagerFromPointer ¶
func NewQAbstractExtensionManagerFromPointer(ptr unsafe.Pointer) *QAbstractExtensionManager
func (*QAbstractExtensionManager) ConnectDestroyQAbstractExtensionManager ¶
func (ptr *QAbstractExtensionManager) ConnectDestroyQAbstractExtensionManager(f func())
func (*QAbstractExtensionManager) ConnectExtension ¶
func (*QAbstractExtensionManager) ConnectRegisterExtensions ¶
func (ptr *QAbstractExtensionManager) ConnectRegisterExtensions(f func(factory *QAbstractExtensionFactory, iid string))
func (*QAbstractExtensionManager) ConnectUnregisterExtensions ¶
func (ptr *QAbstractExtensionManager) ConnectUnregisterExtensions(f func(factory *QAbstractExtensionFactory, iid string))
func (*QAbstractExtensionManager) DestroyQAbstractExtensionManager ¶
func (ptr *QAbstractExtensionManager) DestroyQAbstractExtensionManager()
func (*QAbstractExtensionManager) DestroyQAbstractExtensionManagerDefault ¶
func (ptr *QAbstractExtensionManager) DestroyQAbstractExtensionManagerDefault()
func (*QAbstractExtensionManager) DisconnectDestroyQAbstractExtensionManager ¶
func (ptr *QAbstractExtensionManager) DisconnectDestroyQAbstractExtensionManager()
func (*QAbstractExtensionManager) DisconnectExtension ¶
func (ptr *QAbstractExtensionManager) DisconnectExtension(object core.QObject_ITF, iid string)
func (*QAbstractExtensionManager) DisconnectRegisterExtensions ¶
func (ptr *QAbstractExtensionManager) DisconnectRegisterExtensions(factory QAbstractExtensionFactory_ITF, iid string)
func (*QAbstractExtensionManager) DisconnectUnregisterExtensions ¶
func (ptr *QAbstractExtensionManager) DisconnectUnregisterExtensions(factory QAbstractExtensionFactory_ITF, iid string)
func (*QAbstractExtensionManager) Extension ¶
func (ptr *QAbstractExtensionManager) Extension(object core.QObject_ITF, iid string) *core.QObject
func (*QAbstractExtensionManager) Pointer ¶
func (p *QAbstractExtensionManager) Pointer() unsafe.Pointer
func (*QAbstractExtensionManager) QAbstractExtensionManager_PTR ¶
func (p *QAbstractExtensionManager) QAbstractExtensionManager_PTR() *QAbstractExtensionManager
func (*QAbstractExtensionManager) RegisterExtensions ¶
func (ptr *QAbstractExtensionManager) RegisterExtensions(factory QAbstractExtensionFactory_ITF, iid string)
func (*QAbstractExtensionManager) SetPointer ¶
func (p *QAbstractExtensionManager) SetPointer(ptr unsafe.Pointer)
func (*QAbstractExtensionManager) UnregisterExtensions ¶
func (ptr *QAbstractExtensionManager) UnregisterExtensions(factory QAbstractExtensionFactory_ITF, iid string)
type QAbstractExtensionManager_ITF ¶
type QAbstractExtensionManager_ITF interface {
QAbstractExtensionManager_PTR() *QAbstractExtensionManager
}
type QAbstractFormBuilder ¶
type QAbstractFormBuilder struct {
// contains filtered or unexported fields
}
func NewQAbstractFormBuilder ¶
func NewQAbstractFormBuilder() *QAbstractFormBuilder
func NewQAbstractFormBuilderFromPointer ¶
func NewQAbstractFormBuilderFromPointer(ptr unsafe.Pointer) *QAbstractFormBuilder
func (*QAbstractFormBuilder) ConnectDestroyQAbstractFormBuilder ¶
func (ptr *QAbstractFormBuilder) ConnectDestroyQAbstractFormBuilder(f func())
func (*QAbstractFormBuilder) ConnectLoad ¶
func (*QAbstractFormBuilder) ConnectSave ¶
func (ptr *QAbstractFormBuilder) ConnectSave(f func(device *core.QIODevice, widget *widgets.QWidget))
func (*QAbstractFormBuilder) DestroyQAbstractFormBuilder ¶
func (ptr *QAbstractFormBuilder) DestroyQAbstractFormBuilder()
func (*QAbstractFormBuilder) DestroyQAbstractFormBuilderDefault ¶
func (ptr *QAbstractFormBuilder) DestroyQAbstractFormBuilderDefault()
func (*QAbstractFormBuilder) DisconnectDestroyQAbstractFormBuilder ¶
func (ptr *QAbstractFormBuilder) DisconnectDestroyQAbstractFormBuilder()
func (*QAbstractFormBuilder) DisconnectLoad ¶
func (ptr *QAbstractFormBuilder) DisconnectLoad()
func (*QAbstractFormBuilder) DisconnectSave ¶
func (ptr *QAbstractFormBuilder) DisconnectSave()
func (*QAbstractFormBuilder) ErrorString ¶
func (ptr *QAbstractFormBuilder) ErrorString() string
func (*QAbstractFormBuilder) Load ¶
func (ptr *QAbstractFormBuilder) Load(device core.QIODevice_ITF, parent widgets.QWidget_ITF) *widgets.QWidget
func (*QAbstractFormBuilder) LoadDefault ¶
func (ptr *QAbstractFormBuilder) LoadDefault(device core.QIODevice_ITF, parent widgets.QWidget_ITF) *widgets.QWidget
func (*QAbstractFormBuilder) Pointer ¶
func (p *QAbstractFormBuilder) Pointer() unsafe.Pointer
func (*QAbstractFormBuilder) QAbstractFormBuilder_PTR ¶
func (p *QAbstractFormBuilder) QAbstractFormBuilder_PTR() *QAbstractFormBuilder
func (*QAbstractFormBuilder) Save ¶
func (ptr *QAbstractFormBuilder) Save(device core.QIODevice_ITF, widget widgets.QWidget_ITF)
func (*QAbstractFormBuilder) SaveDefault ¶
func (ptr *QAbstractFormBuilder) SaveDefault(device core.QIODevice_ITF, widget widgets.QWidget_ITF)
func (*QAbstractFormBuilder) SetPointer ¶
func (p *QAbstractFormBuilder) SetPointer(ptr unsafe.Pointer)
func (*QAbstractFormBuilder) SetWorkingDirectory ¶
func (ptr *QAbstractFormBuilder) SetWorkingDirectory(directory core.QDir_ITF)
func (*QAbstractFormBuilder) WorkingDirectory ¶
func (ptr *QAbstractFormBuilder) WorkingDirectory() *core.QDir
type QAbstractFormBuilder_ITF ¶
type QAbstractFormBuilder_ITF interface {
QAbstractFormBuilder_PTR() *QAbstractFormBuilder
}
type QDesignerActionEditorInterface ¶
func NewQDesignerActionEditorInterface ¶
func NewQDesignerActionEditorInterface(parent widgets.QWidget_ITF, flags core.Qt__WindowType) *QDesignerActionEditorInterface
func NewQDesignerActionEditorInterfaceFromPointer ¶
func NewQDesignerActionEditorInterfaceFromPointer(ptr unsafe.Pointer) *QDesignerActionEditorInterface
func (*QDesignerActionEditorInterface) ActionEvent ¶
func (ptr *QDesignerActionEditorInterface) ActionEvent(event gui.QActionEvent_ITF)
func (*QDesignerActionEditorInterface) ActionEventDefault ¶
func (ptr *QDesignerActionEditorInterface) ActionEventDefault(event gui.QActionEvent_ITF)
func (*QDesignerActionEditorInterface) ChangeEvent ¶
func (ptr *QDesignerActionEditorInterface) ChangeEvent(event core.QEvent_ITF)
func (*QDesignerActionEditorInterface) ChangeEventDefault ¶
func (ptr *QDesignerActionEditorInterface) ChangeEventDefault(event core.QEvent_ITF)
func (*QDesignerActionEditorInterface) ChildEvent ¶
func (ptr *QDesignerActionEditorInterface) ChildEvent(event core.QChildEvent_ITF)
func (*QDesignerActionEditorInterface) ChildEventDefault ¶
func (ptr *QDesignerActionEditorInterface) ChildEventDefault(event core.QChildEvent_ITF)
func (*QDesignerActionEditorInterface) Close ¶
func (ptr *QDesignerActionEditorInterface) Close() bool
func (*QDesignerActionEditorInterface) CloseDefault ¶
func (ptr *QDesignerActionEditorInterface) CloseDefault() bool
func (*QDesignerActionEditorInterface) CloseEvent ¶
func (ptr *QDesignerActionEditorInterface) CloseEvent(event gui.QCloseEvent_ITF)
func (*QDesignerActionEditorInterface) CloseEventDefault ¶
func (ptr *QDesignerActionEditorInterface) CloseEventDefault(event gui.QCloseEvent_ITF)
func (*QDesignerActionEditorInterface) ConnectActionEvent ¶
func (ptr *QDesignerActionEditorInterface) ConnectActionEvent(f func(event *gui.QActionEvent))
func (*QDesignerActionEditorInterface) ConnectChangeEvent ¶
func (ptr *QDesignerActionEditorInterface) ConnectChangeEvent(f func(event *core.QEvent))
func (*QDesignerActionEditorInterface) ConnectChildEvent ¶
func (ptr *QDesignerActionEditorInterface) ConnectChildEvent(f func(event *core.QChildEvent))
func (*QDesignerActionEditorInterface) ConnectClose ¶
func (ptr *QDesignerActionEditorInterface) ConnectClose(f func() bool)
func (*QDesignerActionEditorInterface) ConnectCloseEvent ¶
func (ptr *QDesignerActionEditorInterface) ConnectCloseEvent(f func(event *gui.QCloseEvent))
func (*QDesignerActionEditorInterface) ConnectConnectNotify ¶
func (ptr *QDesignerActionEditorInterface) ConnectConnectNotify(f func(sign *core.QMetaMethod))
func (*QDesignerActionEditorInterface) ConnectContextMenuEvent ¶
func (ptr *QDesignerActionEditorInterface) ConnectContextMenuEvent(f func(event *gui.QContextMenuEvent))
func (*QDesignerActionEditorInterface) ConnectCore ¶
func (ptr *QDesignerActionEditorInterface) ConnectCore(f func() *QDesignerFormEditorInterface)
func (*QDesignerActionEditorInterface) ConnectCustomEvent ¶
func (ptr *QDesignerActionEditorInterface) ConnectCustomEvent(f func(event *core.QEvent))
func (*QDesignerActionEditorInterface) ConnectDeleteLater ¶
func (ptr *QDesignerActionEditorInterface) ConnectDeleteLater(f func())
func (*QDesignerActionEditorInterface) ConnectDestroyQDesignerActionEditorInterface ¶
func (ptr *QDesignerActionEditorInterface) ConnectDestroyQDesignerActionEditorInterface(f func())
func (*QDesignerActionEditorInterface) ConnectDisconnectNotify ¶
func (ptr *QDesignerActionEditorInterface) ConnectDisconnectNotify(f func(sign *core.QMetaMethod))
func (*QDesignerActionEditorInterface) ConnectDragEnterEvent ¶
func (ptr *QDesignerActionEditorInterface) ConnectDragEnterEvent(f func(event *gui.QDragEnterEvent))
func (*QDesignerActionEditorInterface) ConnectDragLeaveEvent ¶
func (ptr *QDesignerActionEditorInterface) ConnectDragLeaveEvent(f func(event *gui.QDragLeaveEvent))
func (*QDesignerActionEditorInterface) ConnectDragMoveEvent ¶
func (ptr *QDesignerActionEditorInterface) ConnectDragMoveEvent(f func(event *gui.QDragMoveEvent))
func (*QDesignerActionEditorInterface) ConnectDropEvent ¶
func (ptr *QDesignerActionEditorInterface) ConnectDropEvent(f func(event *gui.QDropEvent))
func (*QDesignerActionEditorInterface) ConnectEnterEvent ¶
func (ptr *QDesignerActionEditorInterface) ConnectEnterEvent(f func(event *core.QEvent))
func (*QDesignerActionEditorInterface) ConnectEvent ¶
func (ptr *QDesignerActionEditorInterface) ConnectEvent(f func(event *core.QEvent) bool)
func (*QDesignerActionEditorInterface) ConnectEventFilter ¶
func (*QDesignerActionEditorInterface) ConnectFocusInEvent ¶
func (ptr *QDesignerActionEditorInterface) ConnectFocusInEvent(f func(event *gui.QFocusEvent))
func (*QDesignerActionEditorInterface) ConnectFocusNextPrevChild ¶
func (ptr *QDesignerActionEditorInterface) ConnectFocusNextPrevChild(f func(next bool) bool)
func (*QDesignerActionEditorInterface) ConnectFocusOutEvent ¶
func (ptr *QDesignerActionEditorInterface) ConnectFocusOutEvent(f func(event *gui.QFocusEvent))
func (*QDesignerActionEditorInterface) ConnectHasHeightForWidth ¶
func (ptr *QDesignerActionEditorInterface) ConnectHasHeightForWidth(f func() bool)
func (*QDesignerActionEditorInterface) ConnectHeightForWidth ¶
func (ptr *QDesignerActionEditorInterface) ConnectHeightForWidth(f func(w int) int)
func (*QDesignerActionEditorInterface) ConnectHide ¶
func (ptr *QDesignerActionEditorInterface) ConnectHide(f func())
func (*QDesignerActionEditorInterface) ConnectHideEvent ¶
func (ptr *QDesignerActionEditorInterface) ConnectHideEvent(f func(event *gui.QHideEvent))
func (*QDesignerActionEditorInterface) ConnectInputMethodEvent ¶
func (ptr *QDesignerActionEditorInterface) ConnectInputMethodEvent(f func(event *gui.QInputMethodEvent))
func (*QDesignerActionEditorInterface) ConnectInputMethodQuery ¶
func (ptr *QDesignerActionEditorInterface) ConnectInputMethodQuery(f func(query core.Qt__InputMethodQuery) *core.QVariant)
func (*QDesignerActionEditorInterface) ConnectKeyPressEvent ¶
func (ptr *QDesignerActionEditorInterface) ConnectKeyPressEvent(f func(event *gui.QKeyEvent))
func (*QDesignerActionEditorInterface) ConnectKeyReleaseEvent ¶
func (ptr *QDesignerActionEditorInterface) ConnectKeyReleaseEvent(f func(event *gui.QKeyEvent))
func (*QDesignerActionEditorInterface) ConnectLeaveEvent ¶
func (ptr *QDesignerActionEditorInterface) ConnectLeaveEvent(f func(event *core.QEvent))
func (*QDesignerActionEditorInterface) ConnectLower ¶
func (ptr *QDesignerActionEditorInterface) ConnectLower(f func())
func (*QDesignerActionEditorInterface) ConnectManageAction ¶
func (ptr *QDesignerActionEditorInterface) ConnectManageAction(f func(action *widgets.QAction))
func (*QDesignerActionEditorInterface) ConnectMetaObject ¶
func (ptr *QDesignerActionEditorInterface) ConnectMetaObject(f func() *core.QMetaObject)
func (*QDesignerActionEditorInterface) ConnectMetric ¶
func (ptr *QDesignerActionEditorInterface) ConnectMetric(f func(m gui.QPaintDevice__PaintDeviceMetric) int)
func (*QDesignerActionEditorInterface) ConnectMinimumSizeHint ¶
func (ptr *QDesignerActionEditorInterface) ConnectMinimumSizeHint(f func() *core.QSize)
func (*QDesignerActionEditorInterface) ConnectMouseDoubleClickEvent ¶
func (ptr *QDesignerActionEditorInterface) ConnectMouseDoubleClickEvent(f func(event *gui.QMouseEvent))
func (*QDesignerActionEditorInterface) ConnectMouseMoveEvent ¶
func (ptr *QDesignerActionEditorInterface) ConnectMouseMoveEvent(f func(event *gui.QMouseEvent))
func (*QDesignerActionEditorInterface) ConnectMousePressEvent ¶
func (ptr *QDesignerActionEditorInterface) ConnectMousePressEvent(f func(event *gui.QMouseEvent))
func (*QDesignerActionEditorInterface) ConnectMouseReleaseEvent ¶
func (ptr *QDesignerActionEditorInterface) ConnectMouseReleaseEvent(f func(event *gui.QMouseEvent))
func (*QDesignerActionEditorInterface) ConnectMoveEvent ¶
func (ptr *QDesignerActionEditorInterface) ConnectMoveEvent(f func(event *gui.QMoveEvent))
func (*QDesignerActionEditorInterface) ConnectNativeEvent ¶
func (ptr *QDesignerActionEditorInterface) ConnectNativeEvent(f func(eventType *core.QByteArray, message unsafe.Pointer, result int) bool)
func (*QDesignerActionEditorInterface) ConnectNotify ¶
func (ptr *QDesignerActionEditorInterface) ConnectNotify(sign core.QMetaMethod_ITF)
func (*QDesignerActionEditorInterface) ConnectNotifyDefault ¶
func (ptr *QDesignerActionEditorInterface) ConnectNotifyDefault(sign core.QMetaMethod_ITF)
func (*QDesignerActionEditorInterface) ConnectPaintEngine ¶
func (ptr *QDesignerActionEditorInterface) ConnectPaintEngine(f func() *gui.QPaintEngine)
func (*QDesignerActionEditorInterface) ConnectPaintEvent ¶
func (ptr *QDesignerActionEditorInterface) ConnectPaintEvent(f func(event *gui.QPaintEvent))
func (*QDesignerActionEditorInterface) ConnectRaise ¶
func (ptr *QDesignerActionEditorInterface) ConnectRaise(f func())
func (*QDesignerActionEditorInterface) ConnectRepaint ¶
func (ptr *QDesignerActionEditorInterface) ConnectRepaint(f func())
func (*QDesignerActionEditorInterface) ConnectResizeEvent ¶
func (ptr *QDesignerActionEditorInterface) ConnectResizeEvent(f func(event *gui.QResizeEvent))
func (*QDesignerActionEditorInterface) ConnectSetDisabled ¶
func (ptr *QDesignerActionEditorInterface) ConnectSetDisabled(f func(disable bool))
func (*QDesignerActionEditorInterface) ConnectSetEnabled ¶
func (ptr *QDesignerActionEditorInterface) ConnectSetEnabled(f func(vbo bool))
func (*QDesignerActionEditorInterface) ConnectSetFocus2 ¶
func (ptr *QDesignerActionEditorInterface) ConnectSetFocus2(f func())
func (*QDesignerActionEditorInterface) ConnectSetFormWindow ¶
func (ptr *QDesignerActionEditorInterface) ConnectSetFormWindow(f func(formWindow *QDesignerFormWindowInterface))
func (*QDesignerActionEditorInterface) ConnectSetHidden ¶
func (ptr *QDesignerActionEditorInterface) ConnectSetHidden(f func(hidden bool))
func (*QDesignerActionEditorInterface) ConnectSetStyleSheet ¶
func (ptr *QDesignerActionEditorInterface) ConnectSetStyleSheet(f func(styleSheet string))
func (*QDesignerActionEditorInterface) ConnectSetVisible ¶
func (ptr *QDesignerActionEditorInterface) ConnectSetVisible(f func(visible bool))
func (*QDesignerActionEditorInterface) ConnectSetWindowModified ¶
func (ptr *QDesignerActionEditorInterface) ConnectSetWindowModified(f func(vbo bool))
func (*QDesignerActionEditorInterface) ConnectSetWindowTitle ¶
func (ptr *QDesignerActionEditorInterface) ConnectSetWindowTitle(f func(vqs string))
func (*QDesignerActionEditorInterface) ConnectShow ¶
func (ptr *QDesignerActionEditorInterface) ConnectShow(f func())
func (*QDesignerActionEditorInterface) ConnectShowEvent ¶
func (ptr *QDesignerActionEditorInterface) ConnectShowEvent(f func(event *gui.QShowEvent))
func (*QDesignerActionEditorInterface) ConnectShowFullScreen ¶
func (ptr *QDesignerActionEditorInterface) ConnectShowFullScreen(f func())
func (*QDesignerActionEditorInterface) ConnectShowMaximized ¶
func (ptr *QDesignerActionEditorInterface) ConnectShowMaximized(f func())
func (*QDesignerActionEditorInterface) ConnectShowMinimized ¶
func (ptr *QDesignerActionEditorInterface) ConnectShowMinimized(f func())
func (*QDesignerActionEditorInterface) ConnectShowNormal ¶
func (ptr *QDesignerActionEditorInterface) ConnectShowNormal(f func())
func (*QDesignerActionEditorInterface) ConnectSizeHint ¶
func (ptr *QDesignerActionEditorInterface) ConnectSizeHint(f func() *core.QSize)
func (*QDesignerActionEditorInterface) ConnectTabletEvent ¶
func (ptr *QDesignerActionEditorInterface) ConnectTabletEvent(f func(event *gui.QTabletEvent))
func (*QDesignerActionEditorInterface) ConnectTimerEvent ¶
func (ptr *QDesignerActionEditorInterface) ConnectTimerEvent(f func(event *core.QTimerEvent))
func (*QDesignerActionEditorInterface) ConnectUnmanageAction ¶
func (ptr *QDesignerActionEditorInterface) ConnectUnmanageAction(f func(action *widgets.QAction))
func (*QDesignerActionEditorInterface) ConnectUpdate ¶
func (ptr *QDesignerActionEditorInterface) ConnectUpdate(f func())
func (*QDesignerActionEditorInterface) ConnectUpdateMicroFocus ¶
func (ptr *QDesignerActionEditorInterface) ConnectUpdateMicroFocus(f func())
func (*QDesignerActionEditorInterface) ConnectWheelEvent ¶
func (ptr *QDesignerActionEditorInterface) ConnectWheelEvent(f func(event *gui.QWheelEvent))
func (*QDesignerActionEditorInterface) ContextMenuEvent ¶
func (ptr *QDesignerActionEditorInterface) ContextMenuEvent(event gui.QContextMenuEvent_ITF)
func (*QDesignerActionEditorInterface) ContextMenuEventDefault ¶
func (ptr *QDesignerActionEditorInterface) ContextMenuEventDefault(event gui.QContextMenuEvent_ITF)
func (*QDesignerActionEditorInterface) Core ¶
func (ptr *QDesignerActionEditorInterface) Core() *QDesignerFormEditorInterface
func (*QDesignerActionEditorInterface) CoreDefault ¶
func (ptr *QDesignerActionEditorInterface) CoreDefault() *QDesignerFormEditorInterface
func (*QDesignerActionEditorInterface) CustomEvent ¶
func (ptr *QDesignerActionEditorInterface) CustomEvent(event core.QEvent_ITF)
func (*QDesignerActionEditorInterface) CustomEventDefault ¶
func (ptr *QDesignerActionEditorInterface) CustomEventDefault(event core.QEvent_ITF)
func (*QDesignerActionEditorInterface) DeleteLater ¶
func (ptr *QDesignerActionEditorInterface) DeleteLater()
func (*QDesignerActionEditorInterface) DeleteLaterDefault ¶
func (ptr *QDesignerActionEditorInterface) DeleteLaterDefault()
func (*QDesignerActionEditorInterface) DestroyQDesignerActionEditorInterface ¶
func (ptr *QDesignerActionEditorInterface) DestroyQDesignerActionEditorInterface()
func (*QDesignerActionEditorInterface) DestroyQDesignerActionEditorInterfaceDefault ¶
func (ptr *QDesignerActionEditorInterface) DestroyQDesignerActionEditorInterfaceDefault()
func (*QDesignerActionEditorInterface) DisconnectActionEvent ¶
func (ptr *QDesignerActionEditorInterface) DisconnectActionEvent()
func (*QDesignerActionEditorInterface) DisconnectChangeEvent ¶
func (ptr *QDesignerActionEditorInterface) DisconnectChangeEvent()
func (*QDesignerActionEditorInterface) DisconnectChildEvent ¶
func (ptr *QDesignerActionEditorInterface) DisconnectChildEvent()
func (*QDesignerActionEditorInterface) DisconnectClose ¶
func (ptr *QDesignerActionEditorInterface) DisconnectClose()
func (*QDesignerActionEditorInterface) DisconnectCloseEvent ¶
func (ptr *QDesignerActionEditorInterface) DisconnectCloseEvent()
func (*QDesignerActionEditorInterface) DisconnectConnectNotify ¶
func (ptr *QDesignerActionEditorInterface) DisconnectConnectNotify()
func (*QDesignerActionEditorInterface) DisconnectContextMenuEvent ¶
func (ptr *QDesignerActionEditorInterface) DisconnectContextMenuEvent()
func (*QDesignerActionEditorInterface) DisconnectCore ¶
func (ptr *QDesignerActionEditorInterface) DisconnectCore()
func (*QDesignerActionEditorInterface) DisconnectCustomEvent ¶
func (ptr *QDesignerActionEditorInterface) DisconnectCustomEvent()
func (*QDesignerActionEditorInterface) DisconnectDeleteLater ¶
func (ptr *QDesignerActionEditorInterface) DisconnectDeleteLater()
func (*QDesignerActionEditorInterface) DisconnectDestroyQDesignerActionEditorInterface ¶
func (ptr *QDesignerActionEditorInterface) DisconnectDestroyQDesignerActionEditorInterface()
func (*QDesignerActionEditorInterface) DisconnectDisconnectNotify ¶
func (ptr *QDesignerActionEditorInterface) DisconnectDisconnectNotify()
func (*QDesignerActionEditorInterface) DisconnectDragEnterEvent ¶
func (ptr *QDesignerActionEditorInterface) DisconnectDragEnterEvent()
func (*QDesignerActionEditorInterface) DisconnectDragLeaveEvent ¶
func (ptr *QDesignerActionEditorInterface) DisconnectDragLeaveEvent()
func (*QDesignerActionEditorInterface) DisconnectDragMoveEvent ¶
func (ptr *QDesignerActionEditorInterface) DisconnectDragMoveEvent()
func (*QDesignerActionEditorInterface) DisconnectDropEvent ¶
func (ptr *QDesignerActionEditorInterface) DisconnectDropEvent()
func (*QDesignerActionEditorInterface) DisconnectEnterEvent ¶
func (ptr *QDesignerActionEditorInterface) DisconnectEnterEvent()
func (*QDesignerActionEditorInterface) DisconnectEvent ¶
func (ptr *QDesignerActionEditorInterface) DisconnectEvent()
func (*QDesignerActionEditorInterface) DisconnectEventFilter ¶
func (ptr *QDesignerActionEditorInterface) DisconnectEventFilter()
func (*QDesignerActionEditorInterface) DisconnectFocusInEvent ¶
func (ptr *QDesignerActionEditorInterface) DisconnectFocusInEvent()
func (*QDesignerActionEditorInterface) DisconnectFocusNextPrevChild ¶
func (ptr *QDesignerActionEditorInterface) DisconnectFocusNextPrevChild()
func (*QDesignerActionEditorInterface) DisconnectFocusOutEvent ¶
func (ptr *QDesignerActionEditorInterface) DisconnectFocusOutEvent()
func (*QDesignerActionEditorInterface) DisconnectHasHeightForWidth ¶
func (ptr *QDesignerActionEditorInterface) DisconnectHasHeightForWidth()
func (*QDesignerActionEditorInterface) DisconnectHeightForWidth ¶
func (ptr *QDesignerActionEditorInterface) DisconnectHeightForWidth()
func (*QDesignerActionEditorInterface) DisconnectHide ¶
func (ptr *QDesignerActionEditorInterface) DisconnectHide()
func (*QDesignerActionEditorInterface) DisconnectHideEvent ¶
func (ptr *QDesignerActionEditorInterface) DisconnectHideEvent()
func (*QDesignerActionEditorInterface) DisconnectInputMethodEvent ¶
func (ptr *QDesignerActionEditorInterface) DisconnectInputMethodEvent()
func (*QDesignerActionEditorInterface) DisconnectInputMethodQuery ¶
func (ptr *QDesignerActionEditorInterface) DisconnectInputMethodQuery()
func (*QDesignerActionEditorInterface) DisconnectKeyPressEvent ¶
func (ptr *QDesignerActionEditorInterface) DisconnectKeyPressEvent()
func (*QDesignerActionEditorInterface) DisconnectKeyReleaseEvent ¶
func (ptr *QDesignerActionEditorInterface) DisconnectKeyReleaseEvent()
func (*QDesignerActionEditorInterface) DisconnectLeaveEvent ¶
func (ptr *QDesignerActionEditorInterface) DisconnectLeaveEvent()
func (*QDesignerActionEditorInterface) DisconnectLower ¶
func (ptr *QDesignerActionEditorInterface) DisconnectLower()
func (*QDesignerActionEditorInterface) DisconnectManageAction ¶
func (ptr *QDesignerActionEditorInterface) DisconnectManageAction(action widgets.QAction_ITF)
func (*QDesignerActionEditorInterface) DisconnectMetaObject ¶
func (ptr *QDesignerActionEditorInterface) DisconnectMetaObject()
func (*QDesignerActionEditorInterface) DisconnectMetric ¶
func (ptr *QDesignerActionEditorInterface) DisconnectMetric()
func (*QDesignerActionEditorInterface) DisconnectMinimumSizeHint ¶
func (ptr *QDesignerActionEditorInterface) DisconnectMinimumSizeHint()
func (*QDesignerActionEditorInterface) DisconnectMouseDoubleClickEvent ¶
func (ptr *QDesignerActionEditorInterface) DisconnectMouseDoubleClickEvent()
func (*QDesignerActionEditorInterface) DisconnectMouseMoveEvent ¶
func (ptr *QDesignerActionEditorInterface) DisconnectMouseMoveEvent()
func (*QDesignerActionEditorInterface) DisconnectMousePressEvent ¶
func (ptr *QDesignerActionEditorInterface) DisconnectMousePressEvent()
func (*QDesignerActionEditorInterface) DisconnectMouseReleaseEvent ¶
func (ptr *QDesignerActionEditorInterface) DisconnectMouseReleaseEvent()
func (*QDesignerActionEditorInterface) DisconnectMoveEvent ¶
func (ptr *QDesignerActionEditorInterface) DisconnectMoveEvent()
func (*QDesignerActionEditorInterface) DisconnectNativeEvent ¶
func (ptr *QDesignerActionEditorInterface) DisconnectNativeEvent()
func (*QDesignerActionEditorInterface) DisconnectNotify ¶
func (ptr *QDesignerActionEditorInterface) DisconnectNotify(sign core.QMetaMethod_ITF)
func (*QDesignerActionEditorInterface) DisconnectNotifyDefault ¶
func (ptr *QDesignerActionEditorInterface) DisconnectNotifyDefault(sign core.QMetaMethod_ITF)
func (*QDesignerActionEditorInterface) DisconnectPaintEngine ¶
func (ptr *QDesignerActionEditorInterface) DisconnectPaintEngine()
func (*QDesignerActionEditorInterface) DisconnectPaintEvent ¶
func (ptr *QDesignerActionEditorInterface) DisconnectPaintEvent()
func (*QDesignerActionEditorInterface) DisconnectRaise ¶
func (ptr *QDesignerActionEditorInterface) DisconnectRaise()
func (*QDesignerActionEditorInterface) DisconnectRepaint ¶
func (ptr *QDesignerActionEditorInterface) DisconnectRepaint()
func (*QDesignerActionEditorInterface) DisconnectResizeEvent ¶
func (ptr *QDesignerActionEditorInterface) DisconnectResizeEvent()
func (*QDesignerActionEditorInterface) DisconnectSetDisabled ¶
func (ptr *QDesignerActionEditorInterface) DisconnectSetDisabled()
func (*QDesignerActionEditorInterface) DisconnectSetEnabled ¶
func (ptr *QDesignerActionEditorInterface) DisconnectSetEnabled()
func (*QDesignerActionEditorInterface) DisconnectSetFocus2 ¶
func (ptr *QDesignerActionEditorInterface) DisconnectSetFocus2()
func (*QDesignerActionEditorInterface) DisconnectSetFormWindow ¶
func (ptr *QDesignerActionEditorInterface) DisconnectSetFormWindow(formWindow QDesignerFormWindowInterface_ITF)
func (*QDesignerActionEditorInterface) DisconnectSetHidden ¶
func (ptr *QDesignerActionEditorInterface) DisconnectSetHidden()
func (*QDesignerActionEditorInterface) DisconnectSetStyleSheet ¶
func (ptr *QDesignerActionEditorInterface) DisconnectSetStyleSheet()
func (*QDesignerActionEditorInterface) DisconnectSetVisible ¶
func (ptr *QDesignerActionEditorInterface) DisconnectSetVisible()
func (*QDesignerActionEditorInterface) DisconnectSetWindowModified ¶
func (ptr *QDesignerActionEditorInterface) DisconnectSetWindowModified()
func (*QDesignerActionEditorInterface) DisconnectSetWindowTitle ¶
func (ptr *QDesignerActionEditorInterface) DisconnectSetWindowTitle()
func (*QDesignerActionEditorInterface) DisconnectShow ¶
func (ptr *QDesignerActionEditorInterface) DisconnectShow()
func (*QDesignerActionEditorInterface) DisconnectShowEvent ¶
func (ptr *QDesignerActionEditorInterface) DisconnectShowEvent()
func (*QDesignerActionEditorInterface) DisconnectShowFullScreen ¶
func (ptr *QDesignerActionEditorInterface) DisconnectShowFullScreen()
func (*QDesignerActionEditorInterface) DisconnectShowMaximized ¶
func (ptr *QDesignerActionEditorInterface) DisconnectShowMaximized()
func (*QDesignerActionEditorInterface) DisconnectShowMinimized ¶
func (ptr *QDesignerActionEditorInterface) DisconnectShowMinimized()
func (*QDesignerActionEditorInterface) DisconnectShowNormal ¶
func (ptr *QDesignerActionEditorInterface) DisconnectShowNormal()
func (*QDesignerActionEditorInterface) DisconnectSizeHint ¶
func (ptr *QDesignerActionEditorInterface) DisconnectSizeHint()
func (*QDesignerActionEditorInterface) DisconnectTabletEvent ¶
func (ptr *QDesignerActionEditorInterface) DisconnectTabletEvent()
func (*QDesignerActionEditorInterface) DisconnectTimerEvent ¶
func (ptr *QDesignerActionEditorInterface) DisconnectTimerEvent()
func (*QDesignerActionEditorInterface) DisconnectUnmanageAction ¶
func (ptr *QDesignerActionEditorInterface) DisconnectUnmanageAction(action widgets.QAction_ITF)
func (*QDesignerActionEditorInterface) DisconnectUpdate ¶
func (ptr *QDesignerActionEditorInterface) DisconnectUpdate()
func (*QDesignerActionEditorInterface) DisconnectUpdateMicroFocus ¶
func (ptr *QDesignerActionEditorInterface) DisconnectUpdateMicroFocus()
func (*QDesignerActionEditorInterface) DisconnectWheelEvent ¶
func (ptr *QDesignerActionEditorInterface) DisconnectWheelEvent()
func (*QDesignerActionEditorInterface) DragEnterEvent ¶
func (ptr *QDesignerActionEditorInterface) DragEnterEvent(event gui.QDragEnterEvent_ITF)
func (*QDesignerActionEditorInterface) DragEnterEventDefault ¶
func (ptr *QDesignerActionEditorInterface) DragEnterEventDefault(event gui.QDragEnterEvent_ITF)
func (*QDesignerActionEditorInterface) DragLeaveEvent ¶
func (ptr *QDesignerActionEditorInterface) DragLeaveEvent(event gui.QDragLeaveEvent_ITF)
func (*QDesignerActionEditorInterface) DragLeaveEventDefault ¶
func (ptr *QDesignerActionEditorInterface) DragLeaveEventDefault(event gui.QDragLeaveEvent_ITF)
func (*QDesignerActionEditorInterface) DragMoveEvent ¶
func (ptr *QDesignerActionEditorInterface) DragMoveEvent(event gui.QDragMoveEvent_ITF)
func (*QDesignerActionEditorInterface) DragMoveEventDefault ¶
func (ptr *QDesignerActionEditorInterface) DragMoveEventDefault(event gui.QDragMoveEvent_ITF)
func (*QDesignerActionEditorInterface) DropEvent ¶
func (ptr *QDesignerActionEditorInterface) DropEvent(event gui.QDropEvent_ITF)
func (*QDesignerActionEditorInterface) DropEventDefault ¶
func (ptr *QDesignerActionEditorInterface) DropEventDefault(event gui.QDropEvent_ITF)
func (*QDesignerActionEditorInterface) EnterEvent ¶
func (ptr *QDesignerActionEditorInterface) EnterEvent(event core.QEvent_ITF)
func (*QDesignerActionEditorInterface) EnterEventDefault ¶
func (ptr *QDesignerActionEditorInterface) EnterEventDefault(event core.QEvent_ITF)
func (*QDesignerActionEditorInterface) Event ¶
func (ptr *QDesignerActionEditorInterface) Event(event core.QEvent_ITF) bool
func (*QDesignerActionEditorInterface) EventDefault ¶
func (ptr *QDesignerActionEditorInterface) EventDefault(event core.QEvent_ITF) bool
func (*QDesignerActionEditorInterface) EventFilter ¶
func (ptr *QDesignerActionEditorInterface) EventFilter(watched core.QObject_ITF, event core.QEvent_ITF) bool
func (*QDesignerActionEditorInterface) EventFilterDefault ¶
func (ptr *QDesignerActionEditorInterface) EventFilterDefault(watched core.QObject_ITF, event core.QEvent_ITF) bool
func (*QDesignerActionEditorInterface) FocusInEvent ¶
func (ptr *QDesignerActionEditorInterface) FocusInEvent(event gui.QFocusEvent_ITF)
func (*QDesignerActionEditorInterface) FocusInEventDefault ¶
func (ptr *QDesignerActionEditorInterface) FocusInEventDefault(event gui.QFocusEvent_ITF)
func (*QDesignerActionEditorInterface) FocusNextPrevChild ¶
func (ptr *QDesignerActionEditorInterface) FocusNextPrevChild(next bool) bool
func (*QDesignerActionEditorInterface) FocusNextPrevChildDefault ¶
func (ptr *QDesignerActionEditorInterface) FocusNextPrevChildDefault(next bool) bool
func (*QDesignerActionEditorInterface) FocusOutEvent ¶
func (ptr *QDesignerActionEditorInterface) FocusOutEvent(event gui.QFocusEvent_ITF)
func (*QDesignerActionEditorInterface) FocusOutEventDefault ¶
func (ptr *QDesignerActionEditorInterface) FocusOutEventDefault(event gui.QFocusEvent_ITF)
func (*QDesignerActionEditorInterface) HasHeightForWidth ¶
func (ptr *QDesignerActionEditorInterface) HasHeightForWidth() bool
func (*QDesignerActionEditorInterface) HasHeightForWidthDefault ¶
func (ptr *QDesignerActionEditorInterface) HasHeightForWidthDefault() bool
func (*QDesignerActionEditorInterface) HeightForWidth ¶
func (ptr *QDesignerActionEditorInterface) HeightForWidth(w int) int
func (*QDesignerActionEditorInterface) HeightForWidthDefault ¶
func (ptr *QDesignerActionEditorInterface) HeightForWidthDefault(w int) int
func (*QDesignerActionEditorInterface) Hide ¶
func (ptr *QDesignerActionEditorInterface) Hide()
func (*QDesignerActionEditorInterface) HideDefault ¶
func (ptr *QDesignerActionEditorInterface) HideDefault()
func (*QDesignerActionEditorInterface) HideEvent ¶
func (ptr *QDesignerActionEditorInterface) HideEvent(event gui.QHideEvent_ITF)
func (*QDesignerActionEditorInterface) HideEventDefault ¶
func (ptr *QDesignerActionEditorInterface) HideEventDefault(event gui.QHideEvent_ITF)
func (*QDesignerActionEditorInterface) InputMethodEvent ¶
func (ptr *QDesignerActionEditorInterface) InputMethodEvent(event gui.QInputMethodEvent_ITF)
func (*QDesignerActionEditorInterface) InputMethodEventDefault ¶
func (ptr *QDesignerActionEditorInterface) InputMethodEventDefault(event gui.QInputMethodEvent_ITF)
func (*QDesignerActionEditorInterface) InputMethodQuery ¶
func (ptr *QDesignerActionEditorInterface) InputMethodQuery(query core.Qt__InputMethodQuery) *core.QVariant
func (*QDesignerActionEditorInterface) InputMethodQueryDefault ¶
func (ptr *QDesignerActionEditorInterface) InputMethodQueryDefault(query core.Qt__InputMethodQuery) *core.QVariant
func (*QDesignerActionEditorInterface) KeyPressEvent ¶
func (ptr *QDesignerActionEditorInterface) KeyPressEvent(event gui.QKeyEvent_ITF)
func (*QDesignerActionEditorInterface) KeyPressEventDefault ¶
func (ptr *QDesignerActionEditorInterface) KeyPressEventDefault(event gui.QKeyEvent_ITF)
func (*QDesignerActionEditorInterface) KeyReleaseEvent ¶
func (ptr *QDesignerActionEditorInterface) KeyReleaseEvent(event gui.QKeyEvent_ITF)
func (*QDesignerActionEditorInterface) KeyReleaseEventDefault ¶
func (ptr *QDesignerActionEditorInterface) KeyReleaseEventDefault(event gui.QKeyEvent_ITF)
func (*QDesignerActionEditorInterface) LeaveEvent ¶
func (ptr *QDesignerActionEditorInterface) LeaveEvent(event core.QEvent_ITF)
func (*QDesignerActionEditorInterface) LeaveEventDefault ¶
func (ptr *QDesignerActionEditorInterface) LeaveEventDefault(event core.QEvent_ITF)
func (*QDesignerActionEditorInterface) Lower ¶
func (ptr *QDesignerActionEditorInterface) Lower()
func (*QDesignerActionEditorInterface) LowerDefault ¶
func (ptr *QDesignerActionEditorInterface) LowerDefault()
func (*QDesignerActionEditorInterface) ManageAction ¶
func (ptr *QDesignerActionEditorInterface) ManageAction(action widgets.QAction_ITF)
func (*QDesignerActionEditorInterface) MetaObject ¶
func (ptr *QDesignerActionEditorInterface) MetaObject() *core.QMetaObject
func (*QDesignerActionEditorInterface) MetaObjectDefault ¶
func (ptr *QDesignerActionEditorInterface) MetaObjectDefault() *core.QMetaObject
func (*QDesignerActionEditorInterface) Metric ¶
func (ptr *QDesignerActionEditorInterface) Metric(m gui.QPaintDevice__PaintDeviceMetric) int
func (*QDesignerActionEditorInterface) MetricDefault ¶
func (ptr *QDesignerActionEditorInterface) MetricDefault(m gui.QPaintDevice__PaintDeviceMetric) int
func (*QDesignerActionEditorInterface) MinimumSizeHint ¶
func (ptr *QDesignerActionEditorInterface) MinimumSizeHint() *core.QSize
func (*QDesignerActionEditorInterface) MinimumSizeHintDefault ¶
func (ptr *QDesignerActionEditorInterface) MinimumSizeHintDefault() *core.QSize
func (*QDesignerActionEditorInterface) MouseDoubleClickEvent ¶
func (ptr *QDesignerActionEditorInterface) MouseDoubleClickEvent(event gui.QMouseEvent_ITF)
func (*QDesignerActionEditorInterface) MouseDoubleClickEventDefault ¶
func (ptr *QDesignerActionEditorInterface) MouseDoubleClickEventDefault(event gui.QMouseEvent_ITF)
func (*QDesignerActionEditorInterface) MouseMoveEvent ¶
func (ptr *QDesignerActionEditorInterface) MouseMoveEvent(event gui.QMouseEvent_ITF)
func (*QDesignerActionEditorInterface) MouseMoveEventDefault ¶
func (ptr *QDesignerActionEditorInterface) MouseMoveEventDefault(event gui.QMouseEvent_ITF)
func (*QDesignerActionEditorInterface) MousePressEvent ¶
func (ptr *QDesignerActionEditorInterface) MousePressEvent(event gui.QMouseEvent_ITF)
func (*QDesignerActionEditorInterface) MousePressEventDefault ¶
func (ptr *QDesignerActionEditorInterface) MousePressEventDefault(event gui.QMouseEvent_ITF)
func (*QDesignerActionEditorInterface) MouseReleaseEvent ¶
func (ptr *QDesignerActionEditorInterface) MouseReleaseEvent(event gui.QMouseEvent_ITF)
func (*QDesignerActionEditorInterface) MouseReleaseEventDefault ¶
func (ptr *QDesignerActionEditorInterface) MouseReleaseEventDefault(event gui.QMouseEvent_ITF)
func (*QDesignerActionEditorInterface) MoveEvent ¶
func (ptr *QDesignerActionEditorInterface) MoveEvent(event gui.QMoveEvent_ITF)
func (*QDesignerActionEditorInterface) MoveEventDefault ¶
func (ptr *QDesignerActionEditorInterface) MoveEventDefault(event gui.QMoveEvent_ITF)
func (*QDesignerActionEditorInterface) NativeEvent ¶
func (ptr *QDesignerActionEditorInterface) NativeEvent(eventType core.QByteArray_ITF, message unsafe.Pointer, result int) bool
func (*QDesignerActionEditorInterface) NativeEventDefault ¶
func (ptr *QDesignerActionEditorInterface) NativeEventDefault(eventType core.QByteArray_ITF, message unsafe.Pointer, result int) bool
func (*QDesignerActionEditorInterface) PaintEngine ¶
func (ptr *QDesignerActionEditorInterface) PaintEngine() *gui.QPaintEngine
func (*QDesignerActionEditorInterface) PaintEngineDefault ¶
func (ptr *QDesignerActionEditorInterface) PaintEngineDefault() *gui.QPaintEngine
func (*QDesignerActionEditorInterface) PaintEvent ¶
func (ptr *QDesignerActionEditorInterface) PaintEvent(event gui.QPaintEvent_ITF)
func (*QDesignerActionEditorInterface) PaintEventDefault ¶
func (ptr *QDesignerActionEditorInterface) PaintEventDefault(event gui.QPaintEvent_ITF)
func (*QDesignerActionEditorInterface) Pointer ¶
func (p *QDesignerActionEditorInterface) Pointer() unsafe.Pointer
func (*QDesignerActionEditorInterface) QDesignerActionEditorInterface_PTR ¶
func (p *QDesignerActionEditorInterface) QDesignerActionEditorInterface_PTR() *QDesignerActionEditorInterface
func (*QDesignerActionEditorInterface) Raise ¶
func (ptr *QDesignerActionEditorInterface) Raise()
func (*QDesignerActionEditorInterface) RaiseDefault ¶
func (ptr *QDesignerActionEditorInterface) RaiseDefault()
func (*QDesignerActionEditorInterface) Repaint ¶
func (ptr *QDesignerActionEditorInterface) Repaint()
func (*QDesignerActionEditorInterface) RepaintDefault ¶
func (ptr *QDesignerActionEditorInterface) RepaintDefault()
func (*QDesignerActionEditorInterface) ResizeEvent ¶
func (ptr *QDesignerActionEditorInterface) ResizeEvent(event gui.QResizeEvent_ITF)
func (*QDesignerActionEditorInterface) ResizeEventDefault ¶
func (ptr *QDesignerActionEditorInterface) ResizeEventDefault(event gui.QResizeEvent_ITF)
func (*QDesignerActionEditorInterface) SetDisabled ¶
func (ptr *QDesignerActionEditorInterface) SetDisabled(disable bool)
func (*QDesignerActionEditorInterface) SetDisabledDefault ¶
func (ptr *QDesignerActionEditorInterface) SetDisabledDefault(disable bool)
func (*QDesignerActionEditorInterface) SetEnabled ¶
func (ptr *QDesignerActionEditorInterface) SetEnabled(vbo bool)
func (*QDesignerActionEditorInterface) SetEnabledDefault ¶
func (ptr *QDesignerActionEditorInterface) SetEnabledDefault(vbo bool)
func (*QDesignerActionEditorInterface) SetFocus2 ¶
func (ptr *QDesignerActionEditorInterface) SetFocus2()
func (*QDesignerActionEditorInterface) SetFocus2Default ¶
func (ptr *QDesignerActionEditorInterface) SetFocus2Default()
func (*QDesignerActionEditorInterface) SetFormWindow ¶
func (ptr *QDesignerActionEditorInterface) SetFormWindow(formWindow QDesignerFormWindowInterface_ITF)
func (*QDesignerActionEditorInterface) SetHidden ¶
func (ptr *QDesignerActionEditorInterface) SetHidden(hidden bool)
func (*QDesignerActionEditorInterface) SetHiddenDefault ¶
func (ptr *QDesignerActionEditorInterface) SetHiddenDefault(hidden bool)
func (*QDesignerActionEditorInterface) SetPointer ¶
func (p *QDesignerActionEditorInterface) SetPointer(ptr unsafe.Pointer)
func (*QDesignerActionEditorInterface) SetStyleSheet ¶
func (ptr *QDesignerActionEditorInterface) SetStyleSheet(styleSheet string)
func (*QDesignerActionEditorInterface) SetStyleSheetDefault ¶
func (ptr *QDesignerActionEditorInterface) SetStyleSheetDefault(styleSheet string)
func (*QDesignerActionEditorInterface) SetVisible ¶
func (ptr *QDesignerActionEditorInterface) SetVisible(visible bool)
func (*QDesignerActionEditorInterface) SetVisibleDefault ¶
func (ptr *QDesignerActionEditorInterface) SetVisibleDefault(visible bool)
func (*QDesignerActionEditorInterface) SetWindowModified ¶
func (ptr *QDesignerActionEditorInterface) SetWindowModified(vbo bool)
func (*QDesignerActionEditorInterface) SetWindowModifiedDefault ¶
func (ptr *QDesignerActionEditorInterface) SetWindowModifiedDefault(vbo bool)
func (*QDesignerActionEditorInterface) SetWindowTitle ¶
func (ptr *QDesignerActionEditorInterface) SetWindowTitle(vqs string)
func (*QDesignerActionEditorInterface) SetWindowTitleDefault ¶
func (ptr *QDesignerActionEditorInterface) SetWindowTitleDefault(vqs string)
func (*QDesignerActionEditorInterface) Show ¶
func (ptr *QDesignerActionEditorInterface) Show()
func (*QDesignerActionEditorInterface) ShowDefault ¶
func (ptr *QDesignerActionEditorInterface) ShowDefault()
func (*QDesignerActionEditorInterface) ShowEvent ¶
func (ptr *QDesignerActionEditorInterface) ShowEvent(event gui.QShowEvent_ITF)
func (*QDesignerActionEditorInterface) ShowEventDefault ¶
func (ptr *QDesignerActionEditorInterface) ShowEventDefault(event gui.QShowEvent_ITF)
func (*QDesignerActionEditorInterface) ShowFullScreen ¶
func (ptr *QDesignerActionEditorInterface) ShowFullScreen()
func (*QDesignerActionEditorInterface) ShowFullScreenDefault ¶
func (ptr *QDesignerActionEditorInterface) ShowFullScreenDefault()
func (*QDesignerActionEditorInterface) ShowMaximized ¶
func (ptr *QDesignerActionEditorInterface) ShowMaximized()
func (*QDesignerActionEditorInterface) ShowMaximizedDefault ¶
func (ptr *QDesignerActionEditorInterface) ShowMaximizedDefault()
func (*QDesignerActionEditorInterface) ShowMinimized ¶
func (ptr *QDesignerActionEditorInterface) ShowMinimized()
func (*QDesignerActionEditorInterface) ShowMinimizedDefault ¶
func (ptr *QDesignerActionEditorInterface) ShowMinimizedDefault()
func (*QDesignerActionEditorInterface) ShowNormal ¶
func (ptr *QDesignerActionEditorInterface) ShowNormal()
func (*QDesignerActionEditorInterface) ShowNormalDefault ¶
func (ptr *QDesignerActionEditorInterface) ShowNormalDefault()
func (*QDesignerActionEditorInterface) SizeHint ¶
func (ptr *QDesignerActionEditorInterface) SizeHint() *core.QSize
func (*QDesignerActionEditorInterface) SizeHintDefault ¶
func (ptr *QDesignerActionEditorInterface) SizeHintDefault() *core.QSize
func (*QDesignerActionEditorInterface) TabletEvent ¶
func (ptr *QDesignerActionEditorInterface) TabletEvent(event gui.QTabletEvent_ITF)
func (*QDesignerActionEditorInterface) TabletEventDefault ¶
func (ptr *QDesignerActionEditorInterface) TabletEventDefault(event gui.QTabletEvent_ITF)
func (*QDesignerActionEditorInterface) TimerEvent ¶
func (ptr *QDesignerActionEditorInterface) TimerEvent(event core.QTimerEvent_ITF)
func (*QDesignerActionEditorInterface) TimerEventDefault ¶
func (ptr *QDesignerActionEditorInterface) TimerEventDefault(event core.QTimerEvent_ITF)
func (*QDesignerActionEditorInterface) UnmanageAction ¶
func (ptr *QDesignerActionEditorInterface) UnmanageAction(action widgets.QAction_ITF)
func (*QDesignerActionEditorInterface) Update ¶
func (ptr *QDesignerActionEditorInterface) Update()
func (*QDesignerActionEditorInterface) UpdateDefault ¶
func (ptr *QDesignerActionEditorInterface) UpdateDefault()
func (*QDesignerActionEditorInterface) UpdateMicroFocus ¶
func (ptr *QDesignerActionEditorInterface) UpdateMicroFocus()
func (*QDesignerActionEditorInterface) UpdateMicroFocusDefault ¶
func (ptr *QDesignerActionEditorInterface) UpdateMicroFocusDefault()
func (*QDesignerActionEditorInterface) WheelEvent ¶
func (ptr *QDesignerActionEditorInterface) WheelEvent(event gui.QWheelEvent_ITF)
func (*QDesignerActionEditorInterface) WheelEventDefault ¶
func (ptr *QDesignerActionEditorInterface) WheelEventDefault(event gui.QWheelEvent_ITF)
type QDesignerActionEditorInterface_ITF ¶
type QDesignerActionEditorInterface_ITF interface { widgets.QWidget_ITF QDesignerActionEditorInterface_PTR() *QDesignerActionEditorInterface }
type QDesignerContainerExtension ¶
type QDesignerContainerExtension struct {
// contains filtered or unexported fields
}
func NewQDesignerContainerExtensionFromPointer ¶
func NewQDesignerContainerExtensionFromPointer(ptr unsafe.Pointer) *QDesignerContainerExtension
func (*QDesignerContainerExtension) AddWidget ¶
func (ptr *QDesignerContainerExtension) AddWidget(page widgets.QWidget_ITF)
func (*QDesignerContainerExtension) CanAddWidget ¶
func (ptr *QDesignerContainerExtension) CanAddWidget() bool
func (*QDesignerContainerExtension) CanAddWidgetDefault ¶
func (ptr *QDesignerContainerExtension) CanAddWidgetDefault() bool
func (*QDesignerContainerExtension) CanRemove ¶
func (ptr *QDesignerContainerExtension) CanRemove(index int) bool
func (*QDesignerContainerExtension) CanRemoveDefault ¶
func (ptr *QDesignerContainerExtension) CanRemoveDefault(index int) bool
func (*QDesignerContainerExtension) ConnectAddWidget ¶
func (ptr *QDesignerContainerExtension) ConnectAddWidget(f func(page *widgets.QWidget))
func (*QDesignerContainerExtension) ConnectCanAddWidget ¶
func (ptr *QDesignerContainerExtension) ConnectCanAddWidget(f func() bool)
func (*QDesignerContainerExtension) ConnectCanRemove ¶
func (ptr *QDesignerContainerExtension) ConnectCanRemove(f func(index int) bool)
func (*QDesignerContainerExtension) ConnectCount ¶
func (ptr *QDesignerContainerExtension) ConnectCount(f func() int)
func (*QDesignerContainerExtension) ConnectCurrentIndex ¶
func (ptr *QDesignerContainerExtension) ConnectCurrentIndex(f func() int)
func (*QDesignerContainerExtension) ConnectDestroyQDesignerContainerExtension ¶
func (ptr *QDesignerContainerExtension) ConnectDestroyQDesignerContainerExtension(f func())
func (*QDesignerContainerExtension) ConnectInsertWidget ¶
func (ptr *QDesignerContainerExtension) ConnectInsertWidget(f func(index int, page *widgets.QWidget))
func (*QDesignerContainerExtension) ConnectRemove ¶
func (ptr *QDesignerContainerExtension) ConnectRemove(f func(index int))
func (*QDesignerContainerExtension) ConnectSetCurrentIndex ¶
func (ptr *QDesignerContainerExtension) ConnectSetCurrentIndex(f func(index int))
func (*QDesignerContainerExtension) ConnectWidget ¶
func (ptr *QDesignerContainerExtension) ConnectWidget(f func(index int) *widgets.QWidget)
func (*QDesignerContainerExtension) Count ¶
func (ptr *QDesignerContainerExtension) Count() int
func (*QDesignerContainerExtension) CurrentIndex ¶
func (ptr *QDesignerContainerExtension) CurrentIndex() int
func (*QDesignerContainerExtension) DestroyQDesignerContainerExtension ¶
func (ptr *QDesignerContainerExtension) DestroyQDesignerContainerExtension()
func (*QDesignerContainerExtension) DestroyQDesignerContainerExtensionDefault ¶
func (ptr *QDesignerContainerExtension) DestroyQDesignerContainerExtensionDefault()
func (*QDesignerContainerExtension) DisconnectAddWidget ¶
func (ptr *QDesignerContainerExtension) DisconnectAddWidget(page widgets.QWidget_ITF)
func (*QDesignerContainerExtension) DisconnectCanAddWidget ¶
func (ptr *QDesignerContainerExtension) DisconnectCanAddWidget()
func (*QDesignerContainerExtension) DisconnectCanRemove ¶
func (ptr *QDesignerContainerExtension) DisconnectCanRemove()
func (*QDesignerContainerExtension) DisconnectCount ¶
func (ptr *QDesignerContainerExtension) DisconnectCount()
func (*QDesignerContainerExtension) DisconnectCurrentIndex ¶
func (ptr *QDesignerContainerExtension) DisconnectCurrentIndex()
func (*QDesignerContainerExtension) DisconnectDestroyQDesignerContainerExtension ¶
func (ptr *QDesignerContainerExtension) DisconnectDestroyQDesignerContainerExtension()
func (*QDesignerContainerExtension) DisconnectInsertWidget ¶
func (ptr *QDesignerContainerExtension) DisconnectInsertWidget(index int, page widgets.QWidget_ITF)
func (*QDesignerContainerExtension) DisconnectRemove ¶
func (ptr *QDesignerContainerExtension) DisconnectRemove(index int)
func (*QDesignerContainerExtension) DisconnectSetCurrentIndex ¶
func (ptr *QDesignerContainerExtension) DisconnectSetCurrentIndex(index int)
func (*QDesignerContainerExtension) DisconnectWidget ¶
func (ptr *QDesignerContainerExtension) DisconnectWidget(index int)
func (*QDesignerContainerExtension) InsertWidget ¶
func (ptr *QDesignerContainerExtension) InsertWidget(index int, page widgets.QWidget_ITF)
func (*QDesignerContainerExtension) Pointer ¶
func (p *QDesignerContainerExtension) Pointer() unsafe.Pointer
func (*QDesignerContainerExtension) QDesignerContainerExtension_PTR ¶
func (p *QDesignerContainerExtension) QDesignerContainerExtension_PTR() *QDesignerContainerExtension
func (*QDesignerContainerExtension) Remove ¶
func (ptr *QDesignerContainerExtension) Remove(index int)
func (*QDesignerContainerExtension) SetCurrentIndex ¶
func (ptr *QDesignerContainerExtension) SetCurrentIndex(index int)
func (*QDesignerContainerExtension) SetPointer ¶
func (p *QDesignerContainerExtension) SetPointer(ptr unsafe.Pointer)
type QDesignerContainerExtension_ITF ¶
type QDesignerContainerExtension_ITF interface {
QDesignerContainerExtension_PTR() *QDesignerContainerExtension
}
type QDesignerCustomWidgetCollectionInterface ¶
type QDesignerCustomWidgetCollectionInterface struct {
// contains filtered or unexported fields
}
func NewQDesignerCustomWidgetCollectionInterfaceFromPointer ¶
func NewQDesignerCustomWidgetCollectionInterfaceFromPointer(ptr unsafe.Pointer) *QDesignerCustomWidgetCollectionInterface
func (*QDesignerCustomWidgetCollectionInterface) ConnectCustomWidgets ¶
func (ptr *QDesignerCustomWidgetCollectionInterface) ConnectCustomWidgets(f func() []*QDesignerCustomWidgetInterface)
func (*QDesignerCustomWidgetCollectionInterface) ConnectDestroyQDesignerCustomWidgetCollectionInterface ¶
func (ptr *QDesignerCustomWidgetCollectionInterface) ConnectDestroyQDesignerCustomWidgetCollectionInterface(f func())
func (*QDesignerCustomWidgetCollectionInterface) CustomWidgets ¶
func (ptr *QDesignerCustomWidgetCollectionInterface) CustomWidgets() []*QDesignerCustomWidgetInterface
func (*QDesignerCustomWidgetCollectionInterface) DestroyQDesignerCustomWidgetCollectionInterface ¶
func (ptr *QDesignerCustomWidgetCollectionInterface) DestroyQDesignerCustomWidgetCollectionInterface()
func (*QDesignerCustomWidgetCollectionInterface) DestroyQDesignerCustomWidgetCollectionInterfaceDefault ¶
func (ptr *QDesignerCustomWidgetCollectionInterface) DestroyQDesignerCustomWidgetCollectionInterfaceDefault()
func (*QDesignerCustomWidgetCollectionInterface) DisconnectCustomWidgets ¶
func (ptr *QDesignerCustomWidgetCollectionInterface) DisconnectCustomWidgets()
func (*QDesignerCustomWidgetCollectionInterface) DisconnectDestroyQDesignerCustomWidgetCollectionInterface ¶
func (ptr *QDesignerCustomWidgetCollectionInterface) DisconnectDestroyQDesignerCustomWidgetCollectionInterface()
func (*QDesignerCustomWidgetCollectionInterface) Pointer ¶
func (p *QDesignerCustomWidgetCollectionInterface) Pointer() unsafe.Pointer
func (*QDesignerCustomWidgetCollectionInterface) QDesignerCustomWidgetCollectionInterface_PTR ¶
func (p *QDesignerCustomWidgetCollectionInterface) QDesignerCustomWidgetCollectionInterface_PTR() *QDesignerCustomWidgetCollectionInterface
func (*QDesignerCustomWidgetCollectionInterface) SetPointer ¶
func (p *QDesignerCustomWidgetCollectionInterface) SetPointer(ptr unsafe.Pointer)
type QDesignerCustomWidgetCollectionInterface_ITF ¶
type QDesignerCustomWidgetCollectionInterface_ITF interface {
QDesignerCustomWidgetCollectionInterface_PTR() *QDesignerCustomWidgetCollectionInterface
}
type QDesignerCustomWidgetInterface ¶
type QDesignerCustomWidgetInterface struct {
// contains filtered or unexported fields
}
func NewQDesignerCustomWidgetInterfaceFromPointer ¶
func NewQDesignerCustomWidgetInterfaceFromPointer(ptr unsafe.Pointer) *QDesignerCustomWidgetInterface
func (*QDesignerCustomWidgetInterface) CodeTemplate ¶
func (ptr *QDesignerCustomWidgetInterface) CodeTemplate() string
func (*QDesignerCustomWidgetInterface) CodeTemplateDefault ¶
func (ptr *QDesignerCustomWidgetInterface) CodeTemplateDefault() string
func (*QDesignerCustomWidgetInterface) ConnectCodeTemplate ¶
func (ptr *QDesignerCustomWidgetInterface) ConnectCodeTemplate(f func() string)
func (*QDesignerCustomWidgetInterface) ConnectCreateWidget ¶
func (ptr *QDesignerCustomWidgetInterface) ConnectCreateWidget(f func(parent *widgets.QWidget) *widgets.QWidget)
func (*QDesignerCustomWidgetInterface) ConnectDestroyQDesignerCustomWidgetInterface ¶
func (ptr *QDesignerCustomWidgetInterface) ConnectDestroyQDesignerCustomWidgetInterface(f func())
func (*QDesignerCustomWidgetInterface) ConnectDomXml ¶
func (ptr *QDesignerCustomWidgetInterface) ConnectDomXml(f func() string)
func (*QDesignerCustomWidgetInterface) ConnectGroup ¶
func (ptr *QDesignerCustomWidgetInterface) ConnectGroup(f func() string)
func (*QDesignerCustomWidgetInterface) ConnectIcon ¶
func (ptr *QDesignerCustomWidgetInterface) ConnectIcon(f func() *gui.QIcon)
func (*QDesignerCustomWidgetInterface) ConnectIncludeFile ¶
func (ptr *QDesignerCustomWidgetInterface) ConnectIncludeFile(f func() string)
func (*QDesignerCustomWidgetInterface) ConnectInitialize ¶
func (ptr *QDesignerCustomWidgetInterface) ConnectInitialize(f func(formEditor *QDesignerFormEditorInterface))
func (*QDesignerCustomWidgetInterface) ConnectIsContainer ¶
func (ptr *QDesignerCustomWidgetInterface) ConnectIsContainer(f func() bool)
func (*QDesignerCustomWidgetInterface) ConnectIsInitialized ¶
func (ptr *QDesignerCustomWidgetInterface) ConnectIsInitialized(f func() bool)
func (*QDesignerCustomWidgetInterface) ConnectName ¶
func (ptr *QDesignerCustomWidgetInterface) ConnectName(f func() string)
func (*QDesignerCustomWidgetInterface) ConnectToolTip ¶
func (ptr *QDesignerCustomWidgetInterface) ConnectToolTip(f func() string)
func (*QDesignerCustomWidgetInterface) ConnectWhatsThis ¶
func (ptr *QDesignerCustomWidgetInterface) ConnectWhatsThis(f func() string)
func (*QDesignerCustomWidgetInterface) CreateWidget ¶
func (ptr *QDesignerCustomWidgetInterface) CreateWidget(parent widgets.QWidget_ITF) *widgets.QWidget
func (*QDesignerCustomWidgetInterface) DestroyQDesignerCustomWidgetInterface ¶
func (ptr *QDesignerCustomWidgetInterface) DestroyQDesignerCustomWidgetInterface()
func (*QDesignerCustomWidgetInterface) DestroyQDesignerCustomWidgetInterfaceDefault ¶
func (ptr *QDesignerCustomWidgetInterface) DestroyQDesignerCustomWidgetInterfaceDefault()
func (*QDesignerCustomWidgetInterface) DisconnectCodeTemplate ¶
func (ptr *QDesignerCustomWidgetInterface) DisconnectCodeTemplate()
func (*QDesignerCustomWidgetInterface) DisconnectCreateWidget ¶
func (ptr *QDesignerCustomWidgetInterface) DisconnectCreateWidget(parent widgets.QWidget_ITF)
func (*QDesignerCustomWidgetInterface) DisconnectDestroyQDesignerCustomWidgetInterface ¶
func (ptr *QDesignerCustomWidgetInterface) DisconnectDestroyQDesignerCustomWidgetInterface()
func (*QDesignerCustomWidgetInterface) DisconnectDomXml ¶
func (ptr *QDesignerCustomWidgetInterface) DisconnectDomXml()
func (*QDesignerCustomWidgetInterface) DisconnectGroup ¶
func (ptr *QDesignerCustomWidgetInterface) DisconnectGroup()
func (*QDesignerCustomWidgetInterface) DisconnectIcon ¶
func (ptr *QDesignerCustomWidgetInterface) DisconnectIcon()
func (*QDesignerCustomWidgetInterface) DisconnectIncludeFile ¶
func (ptr *QDesignerCustomWidgetInterface) DisconnectIncludeFile()
func (*QDesignerCustomWidgetInterface) DisconnectInitialize ¶
func (ptr *QDesignerCustomWidgetInterface) DisconnectInitialize()
func (*QDesignerCustomWidgetInterface) DisconnectIsContainer ¶
func (ptr *QDesignerCustomWidgetInterface) DisconnectIsContainer()
func (*QDesignerCustomWidgetInterface) DisconnectIsInitialized ¶
func (ptr *QDesignerCustomWidgetInterface) DisconnectIsInitialized()
func (*QDesignerCustomWidgetInterface) DisconnectName ¶
func (ptr *QDesignerCustomWidgetInterface) DisconnectName()
func (*QDesignerCustomWidgetInterface) DisconnectToolTip ¶
func (ptr *QDesignerCustomWidgetInterface) DisconnectToolTip()
func (*QDesignerCustomWidgetInterface) DisconnectWhatsThis ¶
func (ptr *QDesignerCustomWidgetInterface) DisconnectWhatsThis()
func (*QDesignerCustomWidgetInterface) DomXml ¶
func (ptr *QDesignerCustomWidgetInterface) DomXml() string
func (*QDesignerCustomWidgetInterface) DomXmlDefault ¶
func (ptr *QDesignerCustomWidgetInterface) DomXmlDefault() string
func (*QDesignerCustomWidgetInterface) Group ¶
func (ptr *QDesignerCustomWidgetInterface) Group() string
func (*QDesignerCustomWidgetInterface) Icon ¶
func (ptr *QDesignerCustomWidgetInterface) Icon() *gui.QIcon
func (*QDesignerCustomWidgetInterface) IncludeFile ¶
func (ptr *QDesignerCustomWidgetInterface) IncludeFile() string
func (*QDesignerCustomWidgetInterface) Initialize ¶
func (ptr *QDesignerCustomWidgetInterface) Initialize(formEditor QDesignerFormEditorInterface_ITF)
func (*QDesignerCustomWidgetInterface) InitializeDefault ¶
func (ptr *QDesignerCustomWidgetInterface) InitializeDefault(formEditor QDesignerFormEditorInterface_ITF)
func (*QDesignerCustomWidgetInterface) IsContainer ¶
func (ptr *QDesignerCustomWidgetInterface) IsContainer() bool
func (*QDesignerCustomWidgetInterface) IsInitialized ¶
func (ptr *QDesignerCustomWidgetInterface) IsInitialized() bool
func (*QDesignerCustomWidgetInterface) IsInitializedDefault ¶
func (ptr *QDesignerCustomWidgetInterface) IsInitializedDefault() bool
func (*QDesignerCustomWidgetInterface) Name ¶
func (ptr *QDesignerCustomWidgetInterface) Name() string
func (*QDesignerCustomWidgetInterface) Pointer ¶
func (p *QDesignerCustomWidgetInterface) Pointer() unsafe.Pointer
func (*QDesignerCustomWidgetInterface) QDesignerCustomWidgetInterface_PTR ¶
func (p *QDesignerCustomWidgetInterface) QDesignerCustomWidgetInterface_PTR() *QDesignerCustomWidgetInterface
func (*QDesignerCustomWidgetInterface) SetPointer ¶
func (p *QDesignerCustomWidgetInterface) SetPointer(ptr unsafe.Pointer)
func (*QDesignerCustomWidgetInterface) ToolTip ¶
func (ptr *QDesignerCustomWidgetInterface) ToolTip() string
func (*QDesignerCustomWidgetInterface) WhatsThis ¶
func (ptr *QDesignerCustomWidgetInterface) WhatsThis() string
type QDesignerCustomWidgetInterface_ITF ¶
type QDesignerCustomWidgetInterface_ITF interface {
QDesignerCustomWidgetInterface_PTR() *QDesignerCustomWidgetInterface
}
type QDesignerDynamicPropertySheetExtension ¶
type QDesignerDynamicPropertySheetExtension struct {
// contains filtered or unexported fields
}
func NewQDesignerDynamicPropertySheetExtensionFromPointer ¶
func NewQDesignerDynamicPropertySheetExtensionFromPointer(ptr unsafe.Pointer) *QDesignerDynamicPropertySheetExtension
func (*QDesignerDynamicPropertySheetExtension) AddDynamicProperty ¶
func (ptr *QDesignerDynamicPropertySheetExtension) AddDynamicProperty(propertyName string, value core.QVariant_ITF) int
func (*QDesignerDynamicPropertySheetExtension) CanAddDynamicProperty ¶
func (ptr *QDesignerDynamicPropertySheetExtension) CanAddDynamicProperty(propertyName string) bool
func (*QDesignerDynamicPropertySheetExtension) ConnectAddDynamicProperty ¶
func (ptr *QDesignerDynamicPropertySheetExtension) ConnectAddDynamicProperty(f func(propertyName string, value *core.QVariant) int)
func (*QDesignerDynamicPropertySheetExtension) ConnectCanAddDynamicProperty ¶
func (ptr *QDesignerDynamicPropertySheetExtension) ConnectCanAddDynamicProperty(f func(propertyName string) bool)
func (*QDesignerDynamicPropertySheetExtension) ConnectDestroyQDesignerDynamicPropertySheetExtension ¶
func (ptr *QDesignerDynamicPropertySheetExtension) ConnectDestroyQDesignerDynamicPropertySheetExtension(f func())
func (*QDesignerDynamicPropertySheetExtension) ConnectDynamicPropertiesAllowed ¶
func (ptr *QDesignerDynamicPropertySheetExtension) ConnectDynamicPropertiesAllowed(f func() bool)
func (*QDesignerDynamicPropertySheetExtension) ConnectIsDynamicProperty ¶
func (ptr *QDesignerDynamicPropertySheetExtension) ConnectIsDynamicProperty(f func(index int) bool)
func (*QDesignerDynamicPropertySheetExtension) ConnectRemoveDynamicProperty ¶
func (ptr *QDesignerDynamicPropertySheetExtension) ConnectRemoveDynamicProperty(f func(index int) bool)
func (*QDesignerDynamicPropertySheetExtension) DestroyQDesignerDynamicPropertySheetExtension ¶
func (ptr *QDesignerDynamicPropertySheetExtension) DestroyQDesignerDynamicPropertySheetExtension()
func (*QDesignerDynamicPropertySheetExtension) DestroyQDesignerDynamicPropertySheetExtensionDefault ¶
func (ptr *QDesignerDynamicPropertySheetExtension) DestroyQDesignerDynamicPropertySheetExtensionDefault()
func (*QDesignerDynamicPropertySheetExtension) DisconnectAddDynamicProperty ¶
func (ptr *QDesignerDynamicPropertySheetExtension) DisconnectAddDynamicProperty(propertyName string, value core.QVariant_ITF)
func (*QDesignerDynamicPropertySheetExtension) DisconnectCanAddDynamicProperty ¶
func (ptr *QDesignerDynamicPropertySheetExtension) DisconnectCanAddDynamicProperty(propertyName string)
func (*QDesignerDynamicPropertySheetExtension) DisconnectDestroyQDesignerDynamicPropertySheetExtension ¶
func (ptr *QDesignerDynamicPropertySheetExtension) DisconnectDestroyQDesignerDynamicPropertySheetExtension()
func (*QDesignerDynamicPropertySheetExtension) DisconnectDynamicPropertiesAllowed ¶
func (ptr *QDesignerDynamicPropertySheetExtension) DisconnectDynamicPropertiesAllowed()
func (*QDesignerDynamicPropertySheetExtension) DisconnectIsDynamicProperty ¶
func (ptr *QDesignerDynamicPropertySheetExtension) DisconnectIsDynamicProperty(index int)
func (*QDesignerDynamicPropertySheetExtension) DisconnectRemoveDynamicProperty ¶
func (ptr *QDesignerDynamicPropertySheetExtension) DisconnectRemoveDynamicProperty(index int)
func (*QDesignerDynamicPropertySheetExtension) DynamicPropertiesAllowed ¶
func (ptr *QDesignerDynamicPropertySheetExtension) DynamicPropertiesAllowed() bool
func (*QDesignerDynamicPropertySheetExtension) IsDynamicProperty ¶
func (ptr *QDesignerDynamicPropertySheetExtension) IsDynamicProperty(index int) bool
func (*QDesignerDynamicPropertySheetExtension) Pointer ¶
func (p *QDesignerDynamicPropertySheetExtension) Pointer() unsafe.Pointer
func (*QDesignerDynamicPropertySheetExtension) QDesignerDynamicPropertySheetExtension_PTR ¶
func (p *QDesignerDynamicPropertySheetExtension) QDesignerDynamicPropertySheetExtension_PTR() *QDesignerDynamicPropertySheetExtension
func (*QDesignerDynamicPropertySheetExtension) RemoveDynamicProperty ¶
func (ptr *QDesignerDynamicPropertySheetExtension) RemoveDynamicProperty(index int) bool
func (*QDesignerDynamicPropertySheetExtension) SetPointer ¶
func (p *QDesignerDynamicPropertySheetExtension) SetPointer(ptr unsafe.Pointer)
type QDesignerDynamicPropertySheetExtension_ITF ¶
type QDesignerDynamicPropertySheetExtension_ITF interface {
QDesignerDynamicPropertySheetExtension_PTR() *QDesignerDynamicPropertySheetExtension
}
type QDesignerFormEditorInterface ¶
func NewQDesignerFormEditorInterface ¶
func NewQDesignerFormEditorInterface(parent core.QObject_ITF) *QDesignerFormEditorInterface
func NewQDesignerFormEditorInterfaceFromPointer ¶
func NewQDesignerFormEditorInterfaceFromPointer(ptr unsafe.Pointer) *QDesignerFormEditorInterface
func (*QDesignerFormEditorInterface) ActionEditor ¶
func (ptr *QDesignerFormEditorInterface) ActionEditor() *QDesignerActionEditorInterface
func (*QDesignerFormEditorInterface) ChildEvent ¶
func (ptr *QDesignerFormEditorInterface) ChildEvent(event core.QChildEvent_ITF)
func (*QDesignerFormEditorInterface) ChildEventDefault ¶
func (ptr *QDesignerFormEditorInterface) ChildEventDefault(event core.QChildEvent_ITF)
func (*QDesignerFormEditorInterface) ConnectChildEvent ¶
func (ptr *QDesignerFormEditorInterface) ConnectChildEvent(f func(event *core.QChildEvent))
func (*QDesignerFormEditorInterface) ConnectConnectNotify ¶
func (ptr *QDesignerFormEditorInterface) ConnectConnectNotify(f func(sign *core.QMetaMethod))
func (*QDesignerFormEditorInterface) ConnectCustomEvent ¶
func (ptr *QDesignerFormEditorInterface) ConnectCustomEvent(f func(event *core.QEvent))
func (*QDesignerFormEditorInterface) ConnectDeleteLater ¶
func (ptr *QDesignerFormEditorInterface) ConnectDeleteLater(f func())
func (*QDesignerFormEditorInterface) ConnectDestroyQDesignerFormEditorInterface ¶
func (ptr *QDesignerFormEditorInterface) ConnectDestroyQDesignerFormEditorInterface(f func())
func (*QDesignerFormEditorInterface) ConnectDisconnectNotify ¶
func (ptr *QDesignerFormEditorInterface) ConnectDisconnectNotify(f func(sign *core.QMetaMethod))
func (*QDesignerFormEditorInterface) ConnectEvent ¶
func (ptr *QDesignerFormEditorInterface) ConnectEvent(f func(e *core.QEvent) bool)
func (*QDesignerFormEditorInterface) ConnectEventFilter ¶
func (*QDesignerFormEditorInterface) ConnectMetaObject ¶
func (ptr *QDesignerFormEditorInterface) ConnectMetaObject(f func() *core.QMetaObject)
func (*QDesignerFormEditorInterface) ConnectNotify ¶
func (ptr *QDesignerFormEditorInterface) ConnectNotify(sign core.QMetaMethod_ITF)
func (*QDesignerFormEditorInterface) ConnectNotifyDefault ¶
func (ptr *QDesignerFormEditorInterface) ConnectNotifyDefault(sign core.QMetaMethod_ITF)
func (*QDesignerFormEditorInterface) ConnectTimerEvent ¶
func (ptr *QDesignerFormEditorInterface) ConnectTimerEvent(f func(event *core.QTimerEvent))
func (*QDesignerFormEditorInterface) CustomEvent ¶
func (ptr *QDesignerFormEditorInterface) CustomEvent(event core.QEvent_ITF)
func (*QDesignerFormEditorInterface) CustomEventDefault ¶
func (ptr *QDesignerFormEditorInterface) CustomEventDefault(event core.QEvent_ITF)
func (*QDesignerFormEditorInterface) DeleteLater ¶
func (ptr *QDesignerFormEditorInterface) DeleteLater()
func (*QDesignerFormEditorInterface) DeleteLaterDefault ¶
func (ptr *QDesignerFormEditorInterface) DeleteLaterDefault()
func (*QDesignerFormEditorInterface) DestroyQDesignerFormEditorInterface ¶
func (ptr *QDesignerFormEditorInterface) DestroyQDesignerFormEditorInterface()
func (*QDesignerFormEditorInterface) DestroyQDesignerFormEditorInterfaceDefault ¶
func (ptr *QDesignerFormEditorInterface) DestroyQDesignerFormEditorInterfaceDefault()
func (*QDesignerFormEditorInterface) DisconnectChildEvent ¶
func (ptr *QDesignerFormEditorInterface) DisconnectChildEvent()
func (*QDesignerFormEditorInterface) DisconnectConnectNotify ¶
func (ptr *QDesignerFormEditorInterface) DisconnectConnectNotify()
func (*QDesignerFormEditorInterface) DisconnectCustomEvent ¶
func (ptr *QDesignerFormEditorInterface) DisconnectCustomEvent()
func (*QDesignerFormEditorInterface) DisconnectDeleteLater ¶
func (ptr *QDesignerFormEditorInterface) DisconnectDeleteLater()
func (*QDesignerFormEditorInterface) DisconnectDestroyQDesignerFormEditorInterface ¶
func (ptr *QDesignerFormEditorInterface) DisconnectDestroyQDesignerFormEditorInterface()
func (*QDesignerFormEditorInterface) DisconnectDisconnectNotify ¶
func (ptr *QDesignerFormEditorInterface) DisconnectDisconnectNotify()
func (*QDesignerFormEditorInterface) DisconnectEvent ¶
func (ptr *QDesignerFormEditorInterface) DisconnectEvent()
func (*QDesignerFormEditorInterface) DisconnectEventFilter ¶
func (ptr *QDesignerFormEditorInterface) DisconnectEventFilter()
func (*QDesignerFormEditorInterface) DisconnectMetaObject ¶
func (ptr *QDesignerFormEditorInterface) DisconnectMetaObject()
func (*QDesignerFormEditorInterface) DisconnectNotify ¶
func (ptr *QDesignerFormEditorInterface) DisconnectNotify(sign core.QMetaMethod_ITF)
func (*QDesignerFormEditorInterface) DisconnectNotifyDefault ¶
func (ptr *QDesignerFormEditorInterface) DisconnectNotifyDefault(sign core.QMetaMethod_ITF)
func (*QDesignerFormEditorInterface) DisconnectTimerEvent ¶
func (ptr *QDesignerFormEditorInterface) DisconnectTimerEvent()
func (*QDesignerFormEditorInterface) Event ¶
func (ptr *QDesignerFormEditorInterface) Event(e core.QEvent_ITF) bool
func (*QDesignerFormEditorInterface) EventDefault ¶
func (ptr *QDesignerFormEditorInterface) EventDefault(e core.QEvent_ITF) bool
func (*QDesignerFormEditorInterface) EventFilter ¶
func (ptr *QDesignerFormEditorInterface) EventFilter(watched core.QObject_ITF, event core.QEvent_ITF) bool
func (*QDesignerFormEditorInterface) EventFilterDefault ¶
func (ptr *QDesignerFormEditorInterface) EventFilterDefault(watched core.QObject_ITF, event core.QEvent_ITF) bool
func (*QDesignerFormEditorInterface) ExtensionManager ¶
func (ptr *QDesignerFormEditorInterface) ExtensionManager() *QExtensionManager
func (*QDesignerFormEditorInterface) FormWindowManager ¶
func (ptr *QDesignerFormEditorInterface) FormWindowManager() *QDesignerFormWindowManagerInterface
func (*QDesignerFormEditorInterface) MetaObject ¶
func (ptr *QDesignerFormEditorInterface) MetaObject() *core.QMetaObject
func (*QDesignerFormEditorInterface) MetaObjectDefault ¶
func (ptr *QDesignerFormEditorInterface) MetaObjectDefault() *core.QMetaObject
func (*QDesignerFormEditorInterface) ObjectInspector ¶
func (ptr *QDesignerFormEditorInterface) ObjectInspector() *QDesignerObjectInspectorInterface
func (*QDesignerFormEditorInterface) Pointer ¶
func (p *QDesignerFormEditorInterface) Pointer() unsafe.Pointer
func (*QDesignerFormEditorInterface) PropertyEditor ¶
func (ptr *QDesignerFormEditorInterface) PropertyEditor() *QDesignerPropertyEditorInterface
func (*QDesignerFormEditorInterface) QDesignerFormEditorInterface_PTR ¶
func (p *QDesignerFormEditorInterface) QDesignerFormEditorInterface_PTR() *QDesignerFormEditorInterface
func (*QDesignerFormEditorInterface) SetActionEditor ¶
func (ptr *QDesignerFormEditorInterface) SetActionEditor(actionEditor QDesignerActionEditorInterface_ITF)
func (*QDesignerFormEditorInterface) SetObjectInspector ¶
func (ptr *QDesignerFormEditorInterface) SetObjectInspector(objectInspector QDesignerObjectInspectorInterface_ITF)
func (*QDesignerFormEditorInterface) SetPointer ¶
func (p *QDesignerFormEditorInterface) SetPointer(ptr unsafe.Pointer)
func (*QDesignerFormEditorInterface) SetPropertyEditor ¶
func (ptr *QDesignerFormEditorInterface) SetPropertyEditor(propertyEditor QDesignerPropertyEditorInterface_ITF)
func (*QDesignerFormEditorInterface) SetWidgetBox ¶
func (ptr *QDesignerFormEditorInterface) SetWidgetBox(widgetBox QDesignerWidgetBoxInterface_ITF)
func (*QDesignerFormEditorInterface) TimerEvent ¶
func (ptr *QDesignerFormEditorInterface) TimerEvent(event core.QTimerEvent_ITF)
func (*QDesignerFormEditorInterface) TimerEventDefault ¶
func (ptr *QDesignerFormEditorInterface) TimerEventDefault(event core.QTimerEvent_ITF)
func (*QDesignerFormEditorInterface) TopLevel ¶
func (ptr *QDesignerFormEditorInterface) TopLevel() *widgets.QWidget
func (*QDesignerFormEditorInterface) WidgetBox ¶
func (ptr *QDesignerFormEditorInterface) WidgetBox() *QDesignerWidgetBoxInterface
type QDesignerFormEditorInterface_ITF ¶
type QDesignerFormEditorInterface_ITF interface { core.QObject_ITF QDesignerFormEditorInterface_PTR() *QDesignerFormEditorInterface }
type QDesignerFormWindowCursorInterface ¶
type QDesignerFormWindowCursorInterface struct {
// contains filtered or unexported fields
}
func NewQDesignerFormWindowCursorInterfaceFromPointer ¶
func NewQDesignerFormWindowCursorInterfaceFromPointer(ptr unsafe.Pointer) *QDesignerFormWindowCursorInterface
func (*QDesignerFormWindowCursorInterface) ConnectCurrent ¶
func (ptr *QDesignerFormWindowCursorInterface) ConnectCurrent(f func() *widgets.QWidget)
func (*QDesignerFormWindowCursorInterface) ConnectDestroyQDesignerFormWindowCursorInterface ¶
func (ptr *QDesignerFormWindowCursorInterface) ConnectDestroyQDesignerFormWindowCursorInterface(f func())
func (*QDesignerFormWindowCursorInterface) ConnectFormWindow ¶
func (ptr *QDesignerFormWindowCursorInterface) ConnectFormWindow(f func() *QDesignerFormWindowInterface)
func (*QDesignerFormWindowCursorInterface) ConnectHasSelection ¶
func (ptr *QDesignerFormWindowCursorInterface) ConnectHasSelection(f func() bool)
func (*QDesignerFormWindowCursorInterface) ConnectMovePosition ¶
func (ptr *QDesignerFormWindowCursorInterface) ConnectMovePosition(f func(operation QDesignerFormWindowCursorInterface__MoveOperation, mode QDesignerFormWindowCursorInterface__MoveMode) bool)
func (*QDesignerFormWindowCursorInterface) ConnectPosition ¶
func (ptr *QDesignerFormWindowCursorInterface) ConnectPosition(f func() int)
func (*QDesignerFormWindowCursorInterface) ConnectResetWidgetProperty ¶
func (ptr *QDesignerFormWindowCursorInterface) ConnectResetWidgetProperty(f func(widget *widgets.QWidget, name string))
func (*QDesignerFormWindowCursorInterface) ConnectSelectedWidget ¶
func (ptr *QDesignerFormWindowCursorInterface) ConnectSelectedWidget(f func(index int) *widgets.QWidget)
func (*QDesignerFormWindowCursorInterface) ConnectSelectedWidgetCount ¶
func (ptr *QDesignerFormWindowCursorInterface) ConnectSelectedWidgetCount(f func() int)
func (*QDesignerFormWindowCursorInterface) ConnectSetPosition ¶
func (ptr *QDesignerFormWindowCursorInterface) ConnectSetPosition(f func(position int, mode QDesignerFormWindowCursorInterface__MoveMode))
func (*QDesignerFormWindowCursorInterface) ConnectSetProperty ¶
func (ptr *QDesignerFormWindowCursorInterface) ConnectSetProperty(f func(name string, value *core.QVariant))
func (*QDesignerFormWindowCursorInterface) ConnectSetWidgetProperty ¶
func (*QDesignerFormWindowCursorInterface) ConnectWidget ¶
func (ptr *QDesignerFormWindowCursorInterface) ConnectWidget(f func(index int) *widgets.QWidget)
func (*QDesignerFormWindowCursorInterface) ConnectWidgetCount ¶
func (ptr *QDesignerFormWindowCursorInterface) ConnectWidgetCount(f func() int)
func (*QDesignerFormWindowCursorInterface) Current ¶
func (ptr *QDesignerFormWindowCursorInterface) Current() *widgets.QWidget
func (*QDesignerFormWindowCursorInterface) DestroyQDesignerFormWindowCursorInterface ¶
func (ptr *QDesignerFormWindowCursorInterface) DestroyQDesignerFormWindowCursorInterface()
func (*QDesignerFormWindowCursorInterface) DestroyQDesignerFormWindowCursorInterfaceDefault ¶
func (ptr *QDesignerFormWindowCursorInterface) DestroyQDesignerFormWindowCursorInterfaceDefault()
func (*QDesignerFormWindowCursorInterface) DisconnectCurrent ¶
func (ptr *QDesignerFormWindowCursorInterface) DisconnectCurrent()
func (*QDesignerFormWindowCursorInterface) DisconnectDestroyQDesignerFormWindowCursorInterface ¶
func (ptr *QDesignerFormWindowCursorInterface) DisconnectDestroyQDesignerFormWindowCursorInterface()
func (*QDesignerFormWindowCursorInterface) DisconnectFormWindow ¶
func (ptr *QDesignerFormWindowCursorInterface) DisconnectFormWindow()
func (*QDesignerFormWindowCursorInterface) DisconnectHasSelection ¶
func (ptr *QDesignerFormWindowCursorInterface) DisconnectHasSelection()
func (*QDesignerFormWindowCursorInterface) DisconnectMovePosition ¶
func (ptr *QDesignerFormWindowCursorInterface) DisconnectMovePosition(operation QDesignerFormWindowCursorInterface__MoveOperation, mode QDesignerFormWindowCursorInterface__MoveMode)
func (*QDesignerFormWindowCursorInterface) DisconnectPosition ¶
func (ptr *QDesignerFormWindowCursorInterface) DisconnectPosition()
func (*QDesignerFormWindowCursorInterface) DisconnectResetWidgetProperty ¶
func (ptr *QDesignerFormWindowCursorInterface) DisconnectResetWidgetProperty(widget widgets.QWidget_ITF, name string)
func (*QDesignerFormWindowCursorInterface) DisconnectSelectedWidget ¶
func (ptr *QDesignerFormWindowCursorInterface) DisconnectSelectedWidget(index int)
func (*QDesignerFormWindowCursorInterface) DisconnectSelectedWidgetCount ¶
func (ptr *QDesignerFormWindowCursorInterface) DisconnectSelectedWidgetCount()
func (*QDesignerFormWindowCursorInterface) DisconnectSetPosition ¶
func (ptr *QDesignerFormWindowCursorInterface) DisconnectSetPosition(position int, mode QDesignerFormWindowCursorInterface__MoveMode)
func (*QDesignerFormWindowCursorInterface) DisconnectSetProperty ¶
func (ptr *QDesignerFormWindowCursorInterface) DisconnectSetProperty(name string, value core.QVariant_ITF)
func (*QDesignerFormWindowCursorInterface) DisconnectSetWidgetProperty ¶
func (ptr *QDesignerFormWindowCursorInterface) DisconnectSetWidgetProperty(widget widgets.QWidget_ITF, name string, value core.QVariant_ITF)
func (*QDesignerFormWindowCursorInterface) DisconnectWidget ¶
func (ptr *QDesignerFormWindowCursorInterface) DisconnectWidget(index int)
func (*QDesignerFormWindowCursorInterface) DisconnectWidgetCount ¶
func (ptr *QDesignerFormWindowCursorInterface) DisconnectWidgetCount()
func (*QDesignerFormWindowCursorInterface) FormWindow ¶
func (ptr *QDesignerFormWindowCursorInterface) FormWindow() *QDesignerFormWindowInterface
func (*QDesignerFormWindowCursorInterface) HasSelection ¶
func (ptr *QDesignerFormWindowCursorInterface) HasSelection() bool
func (*QDesignerFormWindowCursorInterface) IsWidgetSelected ¶
func (ptr *QDesignerFormWindowCursorInterface) IsWidgetSelected(widget widgets.QWidget_ITF) bool
func (*QDesignerFormWindowCursorInterface) MovePosition ¶
func (ptr *QDesignerFormWindowCursorInterface) MovePosition(operation QDesignerFormWindowCursorInterface__MoveOperation, mode QDesignerFormWindowCursorInterface__MoveMode) bool
func (*QDesignerFormWindowCursorInterface) Pointer ¶
func (p *QDesignerFormWindowCursorInterface) Pointer() unsafe.Pointer
func (*QDesignerFormWindowCursorInterface) Position ¶
func (ptr *QDesignerFormWindowCursorInterface) Position() int
func (*QDesignerFormWindowCursorInterface) QDesignerFormWindowCursorInterface_PTR ¶
func (p *QDesignerFormWindowCursorInterface) QDesignerFormWindowCursorInterface_PTR() *QDesignerFormWindowCursorInterface
func (*QDesignerFormWindowCursorInterface) ResetWidgetProperty ¶
func (ptr *QDesignerFormWindowCursorInterface) ResetWidgetProperty(widget widgets.QWidget_ITF, name string)
func (*QDesignerFormWindowCursorInterface) SelectedWidget ¶
func (ptr *QDesignerFormWindowCursorInterface) SelectedWidget(index int) *widgets.QWidget
func (*QDesignerFormWindowCursorInterface) SelectedWidgetCount ¶
func (ptr *QDesignerFormWindowCursorInterface) SelectedWidgetCount() int
func (*QDesignerFormWindowCursorInterface) SetPointer ¶
func (p *QDesignerFormWindowCursorInterface) SetPointer(ptr unsafe.Pointer)
func (*QDesignerFormWindowCursorInterface) SetPosition ¶
func (ptr *QDesignerFormWindowCursorInterface) SetPosition(position int, mode QDesignerFormWindowCursorInterface__MoveMode)
func (*QDesignerFormWindowCursorInterface) SetProperty ¶
func (ptr *QDesignerFormWindowCursorInterface) SetProperty(name string, value core.QVariant_ITF)
func (*QDesignerFormWindowCursorInterface) SetWidgetProperty ¶
func (ptr *QDesignerFormWindowCursorInterface) SetWidgetProperty(widget widgets.QWidget_ITF, name string, value core.QVariant_ITF)
func (*QDesignerFormWindowCursorInterface) Widget ¶
func (ptr *QDesignerFormWindowCursorInterface) Widget(index int) *widgets.QWidget
func (*QDesignerFormWindowCursorInterface) WidgetCount ¶
func (ptr *QDesignerFormWindowCursorInterface) WidgetCount() int
type QDesignerFormWindowCursorInterface_ITF ¶
type QDesignerFormWindowCursorInterface_ITF interface {
QDesignerFormWindowCursorInterface_PTR() *QDesignerFormWindowCursorInterface
}
type QDesignerFormWindowCursorInterface__MoveMode ¶
type QDesignerFormWindowCursorInterface__MoveMode int64
QDesignerFormWindowCursorInterface::MoveMode
const ( QDesignerFormWindowCursorInterface__MoveAnchor QDesignerFormWindowCursorInterface__MoveMode = QDesignerFormWindowCursorInterface__MoveMode(0) QDesignerFormWindowCursorInterface__KeepAnchor QDesignerFormWindowCursorInterface__MoveMode = QDesignerFormWindowCursorInterface__MoveMode(1) )
type QDesignerFormWindowCursorInterface__MoveOperation ¶
type QDesignerFormWindowCursorInterface__MoveOperation int64
QDesignerFormWindowCursorInterface::MoveOperation
const ( QDesignerFormWindowCursorInterface__NoMove QDesignerFormWindowCursorInterface__MoveOperation = QDesignerFormWindowCursorInterface__MoveOperation(0) QDesignerFormWindowCursorInterface__Start QDesignerFormWindowCursorInterface__MoveOperation = QDesignerFormWindowCursorInterface__MoveOperation(1) QDesignerFormWindowCursorInterface__End QDesignerFormWindowCursorInterface__MoveOperation = QDesignerFormWindowCursorInterface__MoveOperation(2) QDesignerFormWindowCursorInterface__Next QDesignerFormWindowCursorInterface__MoveOperation = QDesignerFormWindowCursorInterface__MoveOperation(3) QDesignerFormWindowCursorInterface__Prev QDesignerFormWindowCursorInterface__MoveOperation = QDesignerFormWindowCursorInterface__MoveOperation(4) QDesignerFormWindowCursorInterface__Left QDesignerFormWindowCursorInterface__MoveOperation = QDesignerFormWindowCursorInterface__MoveOperation(5) QDesignerFormWindowCursorInterface__Right QDesignerFormWindowCursorInterface__MoveOperation = QDesignerFormWindowCursorInterface__MoveOperation(6) QDesignerFormWindowCursorInterface__Up QDesignerFormWindowCursorInterface__MoveOperation = QDesignerFormWindowCursorInterface__MoveOperation(7) QDesignerFormWindowCursorInterface__Down QDesignerFormWindowCursorInterface__MoveOperation = QDesignerFormWindowCursorInterface__MoveOperation(8) )
type QDesignerFormWindowInterface ¶
func NewQDesignerFormWindowInterfaceFromPointer ¶
func NewQDesignerFormWindowInterfaceFromPointer(ptr unsafe.Pointer) *QDesignerFormWindowInterface
func QDesignerFormWindowInterface_FindFormWindow ¶
func QDesignerFormWindowInterface_FindFormWindow(widget widgets.QWidget_ITF) *QDesignerFormWindowInterface
func QDesignerFormWindowInterface_FindFormWindow2 ¶
func QDesignerFormWindowInterface_FindFormWindow2(object core.QObject_ITF) *QDesignerFormWindowInterface
func (*QDesignerFormWindowInterface) AboutToUnmanageWidget ¶
func (ptr *QDesignerFormWindowInterface) AboutToUnmanageWidget(widget widgets.QWidget_ITF)
func (*QDesignerFormWindowInterface) AbsoluteDir ¶
func (ptr *QDesignerFormWindowInterface) AbsoluteDir() *core.QDir
func (*QDesignerFormWindowInterface) ActionEvent ¶
func (ptr *QDesignerFormWindowInterface) ActionEvent(event gui.QActionEvent_ITF)
func (*QDesignerFormWindowInterface) ActionEventDefault ¶
func (ptr *QDesignerFormWindowInterface) ActionEventDefault(event gui.QActionEvent_ITF)
func (*QDesignerFormWindowInterface) ActivateResourceFilePaths ¶
func (ptr *QDesignerFormWindowInterface) ActivateResourceFilePaths(paths []string, errorCount int, errorMessages string)
func (*QDesignerFormWindowInterface) Activated ¶
func (ptr *QDesignerFormWindowInterface) Activated(widget widgets.QWidget_ITF)
func (*QDesignerFormWindowInterface) ActiveResourceFilePaths ¶
func (ptr *QDesignerFormWindowInterface) ActiveResourceFilePaths() []string
func (*QDesignerFormWindowInterface) AddResourceFile ¶
func (ptr *QDesignerFormWindowInterface) AddResourceFile(path string)
func (*QDesignerFormWindowInterface) Author ¶
func (ptr *QDesignerFormWindowInterface) Author() string
func (*QDesignerFormWindowInterface) ChangeEvent ¶
func (ptr *QDesignerFormWindowInterface) ChangeEvent(event core.QEvent_ITF)
func (*QDesignerFormWindowInterface) ChangeEventDefault ¶
func (ptr *QDesignerFormWindowInterface) ChangeEventDefault(event core.QEvent_ITF)
func (*QDesignerFormWindowInterface) Changed ¶
func (ptr *QDesignerFormWindowInterface) Changed()
func (*QDesignerFormWindowInterface) CheckContents ¶
func (ptr *QDesignerFormWindowInterface) CheckContents() []string
func (*QDesignerFormWindowInterface) ChildEvent ¶
func (ptr *QDesignerFormWindowInterface) ChildEvent(event core.QChildEvent_ITF)
func (*QDesignerFormWindowInterface) ChildEventDefault ¶
func (ptr *QDesignerFormWindowInterface) ChildEventDefault(event core.QChildEvent_ITF)
func (*QDesignerFormWindowInterface) ClearSelection ¶
func (ptr *QDesignerFormWindowInterface) ClearSelection(update bool)
func (*QDesignerFormWindowInterface) Close ¶
func (ptr *QDesignerFormWindowInterface) Close() bool
func (*QDesignerFormWindowInterface) CloseDefault ¶
func (ptr *QDesignerFormWindowInterface) CloseDefault() bool
func (*QDesignerFormWindowInterface) CloseEvent ¶
func (ptr *QDesignerFormWindowInterface) CloseEvent(event gui.QCloseEvent_ITF)
func (*QDesignerFormWindowInterface) CloseEventDefault ¶
func (ptr *QDesignerFormWindowInterface) CloseEventDefault(event gui.QCloseEvent_ITF)
func (*QDesignerFormWindowInterface) Comment ¶
func (ptr *QDesignerFormWindowInterface) Comment() string
func (*QDesignerFormWindowInterface) ConnectAboutToUnmanageWidget ¶
func (ptr *QDesignerFormWindowInterface) ConnectAboutToUnmanageWidget(f func(widget *widgets.QWidget))
func (*QDesignerFormWindowInterface) ConnectAbsoluteDir ¶
func (ptr *QDesignerFormWindowInterface) ConnectAbsoluteDir(f func() *core.QDir)
func (*QDesignerFormWindowInterface) ConnectActionEvent ¶
func (ptr *QDesignerFormWindowInterface) ConnectActionEvent(f func(event *gui.QActionEvent))
func (*QDesignerFormWindowInterface) ConnectActivateResourceFilePaths ¶
func (ptr *QDesignerFormWindowInterface) ConnectActivateResourceFilePaths(f func(paths []string, errorCount int, errorMessages string))
func (*QDesignerFormWindowInterface) ConnectActivated ¶
func (ptr *QDesignerFormWindowInterface) ConnectActivated(f func(widget *widgets.QWidget))
func (*QDesignerFormWindowInterface) ConnectAddResourceFile ¶
func (ptr *QDesignerFormWindowInterface) ConnectAddResourceFile(f func(path string))
func (*QDesignerFormWindowInterface) ConnectAuthor ¶
func (ptr *QDesignerFormWindowInterface) ConnectAuthor(f func() string)
func (*QDesignerFormWindowInterface) ConnectChangeEvent ¶
func (ptr *QDesignerFormWindowInterface) ConnectChangeEvent(f func(event *core.QEvent))
func (*QDesignerFormWindowInterface) ConnectChanged ¶
func (ptr *QDesignerFormWindowInterface) ConnectChanged(f func())
func (*QDesignerFormWindowInterface) ConnectCheckContents ¶
func (ptr *QDesignerFormWindowInterface) ConnectCheckContents(f func() []string)
func (*QDesignerFormWindowInterface) ConnectChildEvent ¶
func (ptr *QDesignerFormWindowInterface) ConnectChildEvent(f func(event *core.QChildEvent))
func (*QDesignerFormWindowInterface) ConnectClearSelection ¶
func (ptr *QDesignerFormWindowInterface) ConnectClearSelection(f func(update bool))
func (*QDesignerFormWindowInterface) ConnectClose ¶
func (ptr *QDesignerFormWindowInterface) ConnectClose(f func() bool)
func (*QDesignerFormWindowInterface) ConnectCloseEvent ¶
func (ptr *QDesignerFormWindowInterface) ConnectCloseEvent(f func(event *gui.QCloseEvent))
func (*QDesignerFormWindowInterface) ConnectComment ¶
func (ptr *QDesignerFormWindowInterface) ConnectComment(f func() string)
func (*QDesignerFormWindowInterface) ConnectConnectNotify ¶
func (ptr *QDesignerFormWindowInterface) ConnectConnectNotify(f func(sign *core.QMetaMethod))
func (*QDesignerFormWindowInterface) ConnectContents ¶
func (ptr *QDesignerFormWindowInterface) ConnectContents(f func() string)
func (*QDesignerFormWindowInterface) ConnectContextMenuEvent ¶
func (ptr *QDesignerFormWindowInterface) ConnectContextMenuEvent(f func(event *gui.QContextMenuEvent))
func (*QDesignerFormWindowInterface) ConnectCore ¶
func (ptr *QDesignerFormWindowInterface) ConnectCore(f func() *QDesignerFormEditorInterface)
func (*QDesignerFormWindowInterface) ConnectCursor ¶
func (ptr *QDesignerFormWindowInterface) ConnectCursor(f func() *QDesignerFormWindowCursorInterface)
func (*QDesignerFormWindowInterface) ConnectCustomEvent ¶
func (ptr *QDesignerFormWindowInterface) ConnectCustomEvent(f func(event *core.QEvent))
func (*QDesignerFormWindowInterface) ConnectDeleteLater ¶
func (ptr *QDesignerFormWindowInterface) ConnectDeleteLater(f func())
func (*QDesignerFormWindowInterface) ConnectDestroyQDesignerFormWindowInterface ¶
func (ptr *QDesignerFormWindowInterface) ConnectDestroyQDesignerFormWindowInterface(f func())
func (*QDesignerFormWindowInterface) ConnectDisconnectNotify ¶
func (ptr *QDesignerFormWindowInterface) ConnectDisconnectNotify(f func(sign *core.QMetaMethod))
func (*QDesignerFormWindowInterface) ConnectDragEnterEvent ¶
func (ptr *QDesignerFormWindowInterface) ConnectDragEnterEvent(f func(event *gui.QDragEnterEvent))
func (*QDesignerFormWindowInterface) ConnectDragLeaveEvent ¶
func (ptr *QDesignerFormWindowInterface) ConnectDragLeaveEvent(f func(event *gui.QDragLeaveEvent))
func (*QDesignerFormWindowInterface) ConnectDragMoveEvent ¶
func (ptr *QDesignerFormWindowInterface) ConnectDragMoveEvent(f func(event *gui.QDragMoveEvent))
func (*QDesignerFormWindowInterface) ConnectDropEvent ¶
func (ptr *QDesignerFormWindowInterface) ConnectDropEvent(f func(event *gui.QDropEvent))
func (*QDesignerFormWindowInterface) ConnectEmitSelectionChanged ¶
func (ptr *QDesignerFormWindowInterface) ConnectEmitSelectionChanged(f func())
func (*QDesignerFormWindowInterface) ConnectEnterEvent ¶
func (ptr *QDesignerFormWindowInterface) ConnectEnterEvent(f func(event *core.QEvent))
func (*QDesignerFormWindowInterface) ConnectEvent ¶
func (ptr *QDesignerFormWindowInterface) ConnectEvent(f func(event *core.QEvent) bool)
func (*QDesignerFormWindowInterface) ConnectEventFilter ¶
func (*QDesignerFormWindowInterface) ConnectExportMacro ¶
func (ptr *QDesignerFormWindowInterface) ConnectExportMacro(f func() string)
func (*QDesignerFormWindowInterface) ConnectFeatureChanged ¶
func (ptr *QDesignerFormWindowInterface) ConnectFeatureChanged(f func(feature QDesignerFormWindowInterface__FeatureFlag))
func (*QDesignerFormWindowInterface) ConnectFeatures ¶
func (ptr *QDesignerFormWindowInterface) ConnectFeatures(f func() QDesignerFormWindowInterface__FeatureFlag)
func (*QDesignerFormWindowInterface) ConnectFileName ¶
func (ptr *QDesignerFormWindowInterface) ConnectFileName(f func() string)
func (*QDesignerFormWindowInterface) ConnectFileNameChanged ¶
func (ptr *QDesignerFormWindowInterface) ConnectFileNameChanged(f func(fileName string))
func (*QDesignerFormWindowInterface) ConnectFocusInEvent ¶
func (ptr *QDesignerFormWindowInterface) ConnectFocusInEvent(f func(event *gui.QFocusEvent))
func (*QDesignerFormWindowInterface) ConnectFocusNextPrevChild ¶
func (ptr *QDesignerFormWindowInterface) ConnectFocusNextPrevChild(f func(next bool) bool)
func (*QDesignerFormWindowInterface) ConnectFocusOutEvent ¶
func (ptr *QDesignerFormWindowInterface) ConnectFocusOutEvent(f func(event *gui.QFocusEvent))
func (*QDesignerFormWindowInterface) ConnectFormContainer ¶
func (ptr *QDesignerFormWindowInterface) ConnectFormContainer(f func() *widgets.QWidget)
func (*QDesignerFormWindowInterface) ConnectGeometryChanged ¶
func (ptr *QDesignerFormWindowInterface) ConnectGeometryChanged(f func())
func (*QDesignerFormWindowInterface) ConnectGrid ¶
func (ptr *QDesignerFormWindowInterface) ConnectGrid(f func() *core.QPoint)
func (*QDesignerFormWindowInterface) ConnectHasFeature ¶
func (ptr *QDesignerFormWindowInterface) ConnectHasFeature(f func(feature QDesignerFormWindowInterface__FeatureFlag) bool)
func (*QDesignerFormWindowInterface) ConnectHasHeightForWidth ¶
func (ptr *QDesignerFormWindowInterface) ConnectHasHeightForWidth(f func() bool)
func (*QDesignerFormWindowInterface) ConnectHeightForWidth ¶
func (ptr *QDesignerFormWindowInterface) ConnectHeightForWidth(f func(w int) int)
func (*QDesignerFormWindowInterface) ConnectHide ¶
func (ptr *QDesignerFormWindowInterface) ConnectHide(f func())
func (*QDesignerFormWindowInterface) ConnectHideEvent ¶
func (ptr *QDesignerFormWindowInterface) ConnectHideEvent(f func(event *gui.QHideEvent))
func (*QDesignerFormWindowInterface) ConnectIncludeHints ¶
func (ptr *QDesignerFormWindowInterface) ConnectIncludeHints(f func() []string)
func (*QDesignerFormWindowInterface) ConnectInputMethodEvent ¶
func (ptr *QDesignerFormWindowInterface) ConnectInputMethodEvent(f func(event *gui.QInputMethodEvent))
func (*QDesignerFormWindowInterface) ConnectInputMethodQuery ¶
func (ptr *QDesignerFormWindowInterface) ConnectInputMethodQuery(f func(query core.Qt__InputMethodQuery) *core.QVariant)
func (*QDesignerFormWindowInterface) ConnectIsDirty ¶
func (ptr *QDesignerFormWindowInterface) ConnectIsDirty(f func() bool)
func (*QDesignerFormWindowInterface) ConnectIsManaged ¶
func (ptr *QDesignerFormWindowInterface) ConnectIsManaged(f func(widget *widgets.QWidget) bool)
func (*QDesignerFormWindowInterface) ConnectKeyPressEvent ¶
func (ptr *QDesignerFormWindowInterface) ConnectKeyPressEvent(f func(event *gui.QKeyEvent))
func (*QDesignerFormWindowInterface) ConnectKeyReleaseEvent ¶
func (ptr *QDesignerFormWindowInterface) ConnectKeyReleaseEvent(f func(event *gui.QKeyEvent))
func (*QDesignerFormWindowInterface) ConnectLayoutDefault ¶
func (ptr *QDesignerFormWindowInterface) ConnectLayoutDefault(f func(margin int, spacing int))
func (*QDesignerFormWindowInterface) ConnectLayoutFunction ¶
func (ptr *QDesignerFormWindowInterface) ConnectLayoutFunction(f func(margin string, spacing string))
func (*QDesignerFormWindowInterface) ConnectLeaveEvent ¶
func (ptr *QDesignerFormWindowInterface) ConnectLeaveEvent(f func(event *core.QEvent))
func (*QDesignerFormWindowInterface) ConnectLower ¶
func (ptr *QDesignerFormWindowInterface) ConnectLower(f func())
func (*QDesignerFormWindowInterface) ConnectMainContainerChanged ¶
func (ptr *QDesignerFormWindowInterface) ConnectMainContainerChanged(f func(mainContainer *widgets.QWidget))
func (*QDesignerFormWindowInterface) ConnectManageWidget ¶
func (ptr *QDesignerFormWindowInterface) ConnectManageWidget(f func(widget *widgets.QWidget))
func (*QDesignerFormWindowInterface) ConnectMetaObject ¶
func (ptr *QDesignerFormWindowInterface) ConnectMetaObject(f func() *core.QMetaObject)
func (*QDesignerFormWindowInterface) ConnectMetric ¶
func (ptr *QDesignerFormWindowInterface) ConnectMetric(f func(m gui.QPaintDevice__PaintDeviceMetric) int)
func (*QDesignerFormWindowInterface) ConnectMinimumSizeHint ¶
func (ptr *QDesignerFormWindowInterface) ConnectMinimumSizeHint(f func() *core.QSize)
func (*QDesignerFormWindowInterface) ConnectMouseDoubleClickEvent ¶
func (ptr *QDesignerFormWindowInterface) ConnectMouseDoubleClickEvent(f func(event *gui.QMouseEvent))
func (*QDesignerFormWindowInterface) ConnectMouseMoveEvent ¶
func (ptr *QDesignerFormWindowInterface) ConnectMouseMoveEvent(f func(event *gui.QMouseEvent))
func (*QDesignerFormWindowInterface) ConnectMousePressEvent ¶
func (ptr *QDesignerFormWindowInterface) ConnectMousePressEvent(f func(event *gui.QMouseEvent))
func (*QDesignerFormWindowInterface) ConnectMouseReleaseEvent ¶
func (ptr *QDesignerFormWindowInterface) ConnectMouseReleaseEvent(f func(event *gui.QMouseEvent))
func (*QDesignerFormWindowInterface) ConnectMoveEvent ¶
func (ptr *QDesignerFormWindowInterface) ConnectMoveEvent(f func(event *gui.QMoveEvent))
func (*QDesignerFormWindowInterface) ConnectNativeEvent ¶
func (ptr *QDesignerFormWindowInterface) ConnectNativeEvent(f func(eventType *core.QByteArray, message unsafe.Pointer, result int) bool)
func (*QDesignerFormWindowInterface) ConnectNotify ¶
func (ptr *QDesignerFormWindowInterface) ConnectNotify(sign core.QMetaMethod_ITF)
func (*QDesignerFormWindowInterface) ConnectNotifyDefault ¶
func (ptr *QDesignerFormWindowInterface) ConnectNotifyDefault(sign core.QMetaMethod_ITF)
func (*QDesignerFormWindowInterface) ConnectObjectRemoved ¶
func (ptr *QDesignerFormWindowInterface) ConnectObjectRemoved(f func(object *core.QObject))
func (*QDesignerFormWindowInterface) ConnectPaintEngine ¶
func (ptr *QDesignerFormWindowInterface) ConnectPaintEngine(f func() *gui.QPaintEngine)
func (*QDesignerFormWindowInterface) ConnectPaintEvent ¶
func (ptr *QDesignerFormWindowInterface) ConnectPaintEvent(f func(event *gui.QPaintEvent))
func (*QDesignerFormWindowInterface) ConnectPixmapFunction ¶
func (ptr *QDesignerFormWindowInterface) ConnectPixmapFunction(f func() string)
func (*QDesignerFormWindowInterface) ConnectRaise ¶
func (ptr *QDesignerFormWindowInterface) ConnectRaise(f func())
func (*QDesignerFormWindowInterface) ConnectRemoveResourceFile ¶
func (ptr *QDesignerFormWindowInterface) ConnectRemoveResourceFile(f func(path string))
func (*QDesignerFormWindowInterface) ConnectRepaint ¶
func (ptr *QDesignerFormWindowInterface) ConnectRepaint(f func())
func (*QDesignerFormWindowInterface) ConnectResizeEvent ¶
func (ptr *QDesignerFormWindowInterface) ConnectResizeEvent(f func(event *gui.QResizeEvent))
func (*QDesignerFormWindowInterface) ConnectResourceFileSaveMode ¶
func (ptr *QDesignerFormWindowInterface) ConnectResourceFileSaveMode(f func() QDesignerFormWindowInterface__ResourceFileSaveMode)
func (*QDesignerFormWindowInterface) ConnectResourceFiles ¶
func (ptr *QDesignerFormWindowInterface) ConnectResourceFiles(f func() []string)
func (*QDesignerFormWindowInterface) ConnectResourceFilesChanged ¶
func (ptr *QDesignerFormWindowInterface) ConnectResourceFilesChanged(f func())
func (*QDesignerFormWindowInterface) ConnectSelectWidget ¶
func (ptr *QDesignerFormWindowInterface) ConnectSelectWidget(f func(widget *widgets.QWidget, sele bool))
func (*QDesignerFormWindowInterface) ConnectSelectionChanged ¶
func (ptr *QDesignerFormWindowInterface) ConnectSelectionChanged(f func())
func (*QDesignerFormWindowInterface) ConnectSetAuthor ¶
func (ptr *QDesignerFormWindowInterface) ConnectSetAuthor(f func(author string))
func (*QDesignerFormWindowInterface) ConnectSetComment ¶
func (ptr *QDesignerFormWindowInterface) ConnectSetComment(f func(comment string))
func (*QDesignerFormWindowInterface) ConnectSetContents ¶
func (ptr *QDesignerFormWindowInterface) ConnectSetContents(f func(device *core.QIODevice, errorMessage string) bool)
func (*QDesignerFormWindowInterface) ConnectSetContents2 ¶
func (ptr *QDesignerFormWindowInterface) ConnectSetContents2(f func(contents string) bool)
func (*QDesignerFormWindowInterface) ConnectSetDirty ¶
func (ptr *QDesignerFormWindowInterface) ConnectSetDirty(f func(dirty bool))
func (*QDesignerFormWindowInterface) ConnectSetDisabled ¶
func (ptr *QDesignerFormWindowInterface) ConnectSetDisabled(f func(disable bool))
func (*QDesignerFormWindowInterface) ConnectSetEnabled ¶
func (ptr *QDesignerFormWindowInterface) ConnectSetEnabled(f func(vbo bool))
func (*QDesignerFormWindowInterface) ConnectSetExportMacro ¶
func (ptr *QDesignerFormWindowInterface) ConnectSetExportMacro(f func(exportMacro string))
func (*QDesignerFormWindowInterface) ConnectSetFeatures ¶
func (ptr *QDesignerFormWindowInterface) ConnectSetFeatures(f func(features QDesignerFormWindowInterface__FeatureFlag))
func (*QDesignerFormWindowInterface) ConnectSetFileName ¶
func (ptr *QDesignerFormWindowInterface) ConnectSetFileName(f func(fileName string))
func (*QDesignerFormWindowInterface) ConnectSetFocus2 ¶
func (ptr *QDesignerFormWindowInterface) ConnectSetFocus2(f func())
func (*QDesignerFormWindowInterface) ConnectSetGrid ¶
func (ptr *QDesignerFormWindowInterface) ConnectSetGrid(f func(grid *core.QPoint))
func (*QDesignerFormWindowInterface) ConnectSetHidden ¶
func (ptr *QDesignerFormWindowInterface) ConnectSetHidden(f func(hidden bool))
func (*QDesignerFormWindowInterface) ConnectSetIncludeHints ¶
func (ptr *QDesignerFormWindowInterface) ConnectSetIncludeHints(f func(includeHints []string))
func (*QDesignerFormWindowInterface) ConnectSetLayoutDefault ¶
func (ptr *QDesignerFormWindowInterface) ConnectSetLayoutDefault(f func(margin int, spacing int))
func (*QDesignerFormWindowInterface) ConnectSetLayoutFunction ¶
func (ptr *QDesignerFormWindowInterface) ConnectSetLayoutFunction(f func(margin string, spacing string))
func (*QDesignerFormWindowInterface) ConnectSetMainContainer ¶
func (ptr *QDesignerFormWindowInterface) ConnectSetMainContainer(f func(mainContainer *widgets.QWidget))
func (*QDesignerFormWindowInterface) ConnectSetPixmapFunction ¶
func (ptr *QDesignerFormWindowInterface) ConnectSetPixmapFunction(f func(pixmapFunction string))
func (*QDesignerFormWindowInterface) ConnectSetResourceFileSaveMode ¶
func (ptr *QDesignerFormWindowInterface) ConnectSetResourceFileSaveMode(f func(behaviour QDesignerFormWindowInterface__ResourceFileSaveMode))
func (*QDesignerFormWindowInterface) ConnectSetStyleSheet ¶
func (ptr *QDesignerFormWindowInterface) ConnectSetStyleSheet(f func(styleSheet string))
func (*QDesignerFormWindowInterface) ConnectSetVisible ¶
func (ptr *QDesignerFormWindowInterface) ConnectSetVisible(f func(visible bool))
func (*QDesignerFormWindowInterface) ConnectSetWindowModified ¶
func (ptr *QDesignerFormWindowInterface) ConnectSetWindowModified(f func(vbo bool))
func (*QDesignerFormWindowInterface) ConnectSetWindowTitle ¶
func (ptr *QDesignerFormWindowInterface) ConnectSetWindowTitle(f func(vqs string))
func (*QDesignerFormWindowInterface) ConnectShow ¶
func (ptr *QDesignerFormWindowInterface) ConnectShow(f func())
func (*QDesignerFormWindowInterface) ConnectShowEvent ¶
func (ptr *QDesignerFormWindowInterface) ConnectShowEvent(f func(event *gui.QShowEvent))
func (*QDesignerFormWindowInterface) ConnectShowFullScreen ¶
func (ptr *QDesignerFormWindowInterface) ConnectShowFullScreen(f func())
func (*QDesignerFormWindowInterface) ConnectShowMaximized ¶
func (ptr *QDesignerFormWindowInterface) ConnectShowMaximized(f func())
func (*QDesignerFormWindowInterface) ConnectShowMinimized ¶
func (ptr *QDesignerFormWindowInterface) ConnectShowMinimized(f func())
func (*QDesignerFormWindowInterface) ConnectShowNormal ¶
func (ptr *QDesignerFormWindowInterface) ConnectShowNormal(f func())
func (*QDesignerFormWindowInterface) ConnectSizeHint ¶
func (ptr *QDesignerFormWindowInterface) ConnectSizeHint(f func() *core.QSize)
func (*QDesignerFormWindowInterface) ConnectTabletEvent ¶
func (ptr *QDesignerFormWindowInterface) ConnectTabletEvent(f func(event *gui.QTabletEvent))
func (*QDesignerFormWindowInterface) ConnectTimerEvent ¶
func (ptr *QDesignerFormWindowInterface) ConnectTimerEvent(f func(event *core.QTimerEvent))
func (*QDesignerFormWindowInterface) ConnectUnmanageWidget ¶
func (ptr *QDesignerFormWindowInterface) ConnectUnmanageWidget(f func(widget *widgets.QWidget))
func (*QDesignerFormWindowInterface) ConnectUpdate ¶
func (ptr *QDesignerFormWindowInterface) ConnectUpdate(f func())
func (*QDesignerFormWindowInterface) ConnectUpdateMicroFocus ¶
func (ptr *QDesignerFormWindowInterface) ConnectUpdateMicroFocus(f func())
func (*QDesignerFormWindowInterface) ConnectWheelEvent ¶
func (ptr *QDesignerFormWindowInterface) ConnectWheelEvent(f func(event *gui.QWheelEvent))
func (*QDesignerFormWindowInterface) ConnectWidgetManaged ¶
func (ptr *QDesignerFormWindowInterface) ConnectWidgetManaged(f func(widget *widgets.QWidget))
func (*QDesignerFormWindowInterface) ConnectWidgetRemoved ¶
func (ptr *QDesignerFormWindowInterface) ConnectWidgetRemoved(f func(widget *widgets.QWidget))
func (*QDesignerFormWindowInterface) ConnectWidgetUnmanaged ¶
func (ptr *QDesignerFormWindowInterface) ConnectWidgetUnmanaged(f func(widget *widgets.QWidget))
func (*QDesignerFormWindowInterface) Contents ¶
func (ptr *QDesignerFormWindowInterface) Contents() string
func (*QDesignerFormWindowInterface) ContextMenuEvent ¶
func (ptr *QDesignerFormWindowInterface) ContextMenuEvent(event gui.QContextMenuEvent_ITF)
func (*QDesignerFormWindowInterface) ContextMenuEventDefault ¶
func (ptr *QDesignerFormWindowInterface) ContextMenuEventDefault(event gui.QContextMenuEvent_ITF)
func (*QDesignerFormWindowInterface) Core ¶
func (ptr *QDesignerFormWindowInterface) Core() *QDesignerFormEditorInterface
func (*QDesignerFormWindowInterface) CoreDefault ¶
func (ptr *QDesignerFormWindowInterface) CoreDefault() *QDesignerFormEditorInterface
func (*QDesignerFormWindowInterface) Cursor ¶
func (ptr *QDesignerFormWindowInterface) Cursor() *QDesignerFormWindowCursorInterface
func (*QDesignerFormWindowInterface) CustomEvent ¶
func (ptr *QDesignerFormWindowInterface) CustomEvent(event core.QEvent_ITF)
func (*QDesignerFormWindowInterface) CustomEventDefault ¶
func (ptr *QDesignerFormWindowInterface) CustomEventDefault(event core.QEvent_ITF)
func (*QDesignerFormWindowInterface) DeleteLater ¶
func (ptr *QDesignerFormWindowInterface) DeleteLater()
func (*QDesignerFormWindowInterface) DeleteLaterDefault ¶
func (ptr *QDesignerFormWindowInterface) DeleteLaterDefault()
func (*QDesignerFormWindowInterface) DestroyQDesignerFormWindowInterface ¶
func (ptr *QDesignerFormWindowInterface) DestroyQDesignerFormWindowInterface()
func (*QDesignerFormWindowInterface) DestroyQDesignerFormWindowInterfaceDefault ¶
func (ptr *QDesignerFormWindowInterface) DestroyQDesignerFormWindowInterfaceDefault()
func (*QDesignerFormWindowInterface) DisconnectAboutToUnmanageWidget ¶
func (ptr *QDesignerFormWindowInterface) DisconnectAboutToUnmanageWidget()
func (*QDesignerFormWindowInterface) DisconnectAbsoluteDir ¶
func (ptr *QDesignerFormWindowInterface) DisconnectAbsoluteDir()
func (*QDesignerFormWindowInterface) DisconnectActionEvent ¶
func (ptr *QDesignerFormWindowInterface) DisconnectActionEvent()
func (*QDesignerFormWindowInterface) DisconnectActivateResourceFilePaths ¶
func (ptr *QDesignerFormWindowInterface) DisconnectActivateResourceFilePaths(paths []string, errorCount int, errorMessages string)
func (*QDesignerFormWindowInterface) DisconnectActivated ¶
func (ptr *QDesignerFormWindowInterface) DisconnectActivated()
func (*QDesignerFormWindowInterface) DisconnectAddResourceFile ¶
func (ptr *QDesignerFormWindowInterface) DisconnectAddResourceFile(path string)
func (*QDesignerFormWindowInterface) DisconnectAuthor ¶
func (ptr *QDesignerFormWindowInterface) DisconnectAuthor()
func (*QDesignerFormWindowInterface) DisconnectChangeEvent ¶
func (ptr *QDesignerFormWindowInterface) DisconnectChangeEvent()
func (*QDesignerFormWindowInterface) DisconnectChanged ¶
func (ptr *QDesignerFormWindowInterface) DisconnectChanged()
func (*QDesignerFormWindowInterface) DisconnectCheckContents ¶
func (ptr *QDesignerFormWindowInterface) DisconnectCheckContents()
func (*QDesignerFormWindowInterface) DisconnectChildEvent ¶
func (ptr *QDesignerFormWindowInterface) DisconnectChildEvent()
func (*QDesignerFormWindowInterface) DisconnectClearSelection ¶
func (ptr *QDesignerFormWindowInterface) DisconnectClearSelection(update bool)
func (*QDesignerFormWindowInterface) DisconnectClose ¶
func (ptr *QDesignerFormWindowInterface) DisconnectClose()
func (*QDesignerFormWindowInterface) DisconnectCloseEvent ¶
func (ptr *QDesignerFormWindowInterface) DisconnectCloseEvent()
func (*QDesignerFormWindowInterface) DisconnectComment ¶
func (ptr *QDesignerFormWindowInterface) DisconnectComment()
func (*QDesignerFormWindowInterface) DisconnectConnectNotify ¶
func (ptr *QDesignerFormWindowInterface) DisconnectConnectNotify()
func (*QDesignerFormWindowInterface) DisconnectContents ¶
func (ptr *QDesignerFormWindowInterface) DisconnectContents()
func (*QDesignerFormWindowInterface) DisconnectContextMenuEvent ¶
func (ptr *QDesignerFormWindowInterface) DisconnectContextMenuEvent()
func (*QDesignerFormWindowInterface) DisconnectCore ¶
func (ptr *QDesignerFormWindowInterface) DisconnectCore()
func (*QDesignerFormWindowInterface) DisconnectCursor ¶
func (ptr *QDesignerFormWindowInterface) DisconnectCursor()
func (*QDesignerFormWindowInterface) DisconnectCustomEvent ¶
func (ptr *QDesignerFormWindowInterface) DisconnectCustomEvent()
func (*QDesignerFormWindowInterface) DisconnectDeleteLater ¶
func (ptr *QDesignerFormWindowInterface) DisconnectDeleteLater()
func (*QDesignerFormWindowInterface) DisconnectDestroyQDesignerFormWindowInterface ¶
func (ptr *QDesignerFormWindowInterface) DisconnectDestroyQDesignerFormWindowInterface()
func (*QDesignerFormWindowInterface) DisconnectDisconnectNotify ¶
func (ptr *QDesignerFormWindowInterface) DisconnectDisconnectNotify()
func (*QDesignerFormWindowInterface) DisconnectDragEnterEvent ¶
func (ptr *QDesignerFormWindowInterface) DisconnectDragEnterEvent()
func (*QDesignerFormWindowInterface) DisconnectDragLeaveEvent ¶
func (ptr *QDesignerFormWindowInterface) DisconnectDragLeaveEvent()
func (*QDesignerFormWindowInterface) DisconnectDragMoveEvent ¶
func (ptr *QDesignerFormWindowInterface) DisconnectDragMoveEvent()
func (*QDesignerFormWindowInterface) DisconnectDropEvent ¶
func (ptr *QDesignerFormWindowInterface) DisconnectDropEvent()
func (*QDesignerFormWindowInterface) DisconnectEmitSelectionChanged ¶
func (ptr *QDesignerFormWindowInterface) DisconnectEmitSelectionChanged()
func (*QDesignerFormWindowInterface) DisconnectEnterEvent ¶
func (ptr *QDesignerFormWindowInterface) DisconnectEnterEvent()
func (*QDesignerFormWindowInterface) DisconnectEvent ¶
func (ptr *QDesignerFormWindowInterface) DisconnectEvent()
func (*QDesignerFormWindowInterface) DisconnectEventFilter ¶
func (ptr *QDesignerFormWindowInterface) DisconnectEventFilter()
func (*QDesignerFormWindowInterface) DisconnectExportMacro ¶
func (ptr *QDesignerFormWindowInterface) DisconnectExportMacro()
func (*QDesignerFormWindowInterface) DisconnectFeatureChanged ¶
func (ptr *QDesignerFormWindowInterface) DisconnectFeatureChanged()
func (*QDesignerFormWindowInterface) DisconnectFeatures ¶
func (ptr *QDesignerFormWindowInterface) DisconnectFeatures()
func (*QDesignerFormWindowInterface) DisconnectFileName ¶
func (ptr *QDesignerFormWindowInterface) DisconnectFileName()
func (*QDesignerFormWindowInterface) DisconnectFileNameChanged ¶
func (ptr *QDesignerFormWindowInterface) DisconnectFileNameChanged()
func (*QDesignerFormWindowInterface) DisconnectFocusInEvent ¶
func (ptr *QDesignerFormWindowInterface) DisconnectFocusInEvent()
func (*QDesignerFormWindowInterface) DisconnectFocusNextPrevChild ¶
func (ptr *QDesignerFormWindowInterface) DisconnectFocusNextPrevChild()
func (*QDesignerFormWindowInterface) DisconnectFocusOutEvent ¶
func (ptr *QDesignerFormWindowInterface) DisconnectFocusOutEvent()
func (*QDesignerFormWindowInterface) DisconnectFormContainer ¶
func (ptr *QDesignerFormWindowInterface) DisconnectFormContainer()
func (*QDesignerFormWindowInterface) DisconnectGeometryChanged ¶
func (ptr *QDesignerFormWindowInterface) DisconnectGeometryChanged()
func (*QDesignerFormWindowInterface) DisconnectGrid ¶
func (ptr *QDesignerFormWindowInterface) DisconnectGrid()
func (*QDesignerFormWindowInterface) DisconnectHasFeature ¶
func (ptr *QDesignerFormWindowInterface) DisconnectHasFeature(feature QDesignerFormWindowInterface__FeatureFlag)
func (*QDesignerFormWindowInterface) DisconnectHasHeightForWidth ¶
func (ptr *QDesignerFormWindowInterface) DisconnectHasHeightForWidth()
func (*QDesignerFormWindowInterface) DisconnectHeightForWidth ¶
func (ptr *QDesignerFormWindowInterface) DisconnectHeightForWidth()
func (*QDesignerFormWindowInterface) DisconnectHide ¶
func (ptr *QDesignerFormWindowInterface) DisconnectHide()
func (*QDesignerFormWindowInterface) DisconnectHideEvent ¶
func (ptr *QDesignerFormWindowInterface) DisconnectHideEvent()
func (*QDesignerFormWindowInterface) DisconnectIncludeHints ¶
func (ptr *QDesignerFormWindowInterface) DisconnectIncludeHints()
func (*QDesignerFormWindowInterface) DisconnectInputMethodEvent ¶
func (ptr *QDesignerFormWindowInterface) DisconnectInputMethodEvent()
func (*QDesignerFormWindowInterface) DisconnectInputMethodQuery ¶
func (ptr *QDesignerFormWindowInterface) DisconnectInputMethodQuery()
func (*QDesignerFormWindowInterface) DisconnectIsDirty ¶
func (ptr *QDesignerFormWindowInterface) DisconnectIsDirty()
func (*QDesignerFormWindowInterface) DisconnectIsManaged ¶
func (ptr *QDesignerFormWindowInterface) DisconnectIsManaged(widget widgets.QWidget_ITF)
func (*QDesignerFormWindowInterface) DisconnectKeyPressEvent ¶
func (ptr *QDesignerFormWindowInterface) DisconnectKeyPressEvent()
func (*QDesignerFormWindowInterface) DisconnectKeyReleaseEvent ¶
func (ptr *QDesignerFormWindowInterface) DisconnectKeyReleaseEvent()
func (*QDesignerFormWindowInterface) DisconnectLayoutDefault ¶
func (ptr *QDesignerFormWindowInterface) DisconnectLayoutDefault(margin int, spacing int)
func (*QDesignerFormWindowInterface) DisconnectLayoutFunction ¶
func (ptr *QDesignerFormWindowInterface) DisconnectLayoutFunction(margin string, spacing string)
func (*QDesignerFormWindowInterface) DisconnectLeaveEvent ¶
func (ptr *QDesignerFormWindowInterface) DisconnectLeaveEvent()
func (*QDesignerFormWindowInterface) DisconnectLower ¶
func (ptr *QDesignerFormWindowInterface) DisconnectLower()
func (*QDesignerFormWindowInterface) DisconnectMainContainerChanged ¶
func (ptr *QDesignerFormWindowInterface) DisconnectMainContainerChanged()
func (*QDesignerFormWindowInterface) DisconnectManageWidget ¶
func (ptr *QDesignerFormWindowInterface) DisconnectManageWidget(widget widgets.QWidget_ITF)
func (*QDesignerFormWindowInterface) DisconnectMetaObject ¶
func (ptr *QDesignerFormWindowInterface) DisconnectMetaObject()
func (*QDesignerFormWindowInterface) DisconnectMetric ¶
func (ptr *QDesignerFormWindowInterface) DisconnectMetric()
func (*QDesignerFormWindowInterface) DisconnectMinimumSizeHint ¶
func (ptr *QDesignerFormWindowInterface) DisconnectMinimumSizeHint()
func (*QDesignerFormWindowInterface) DisconnectMouseDoubleClickEvent ¶
func (ptr *QDesignerFormWindowInterface) DisconnectMouseDoubleClickEvent()
func (*QDesignerFormWindowInterface) DisconnectMouseMoveEvent ¶
func (ptr *QDesignerFormWindowInterface) DisconnectMouseMoveEvent()
func (*QDesignerFormWindowInterface) DisconnectMousePressEvent ¶
func (ptr *QDesignerFormWindowInterface) DisconnectMousePressEvent()
func (*QDesignerFormWindowInterface) DisconnectMouseReleaseEvent ¶
func (ptr *QDesignerFormWindowInterface) DisconnectMouseReleaseEvent()
func (*QDesignerFormWindowInterface) DisconnectMoveEvent ¶
func (ptr *QDesignerFormWindowInterface) DisconnectMoveEvent()
func (*QDesignerFormWindowInterface) DisconnectNativeEvent ¶
func (ptr *QDesignerFormWindowInterface) DisconnectNativeEvent()
func (*QDesignerFormWindowInterface) DisconnectNotify ¶
func (ptr *QDesignerFormWindowInterface) DisconnectNotify(sign core.QMetaMethod_ITF)
func (*QDesignerFormWindowInterface) DisconnectNotifyDefault ¶
func (ptr *QDesignerFormWindowInterface) DisconnectNotifyDefault(sign core.QMetaMethod_ITF)
func (*QDesignerFormWindowInterface) DisconnectObjectRemoved ¶
func (ptr *QDesignerFormWindowInterface) DisconnectObjectRemoved()
func (*QDesignerFormWindowInterface) DisconnectPaintEngine ¶
func (ptr *QDesignerFormWindowInterface) DisconnectPaintEngine()
func (*QDesignerFormWindowInterface) DisconnectPaintEvent ¶
func (ptr *QDesignerFormWindowInterface) DisconnectPaintEvent()
func (*QDesignerFormWindowInterface) DisconnectPixmapFunction ¶
func (ptr *QDesignerFormWindowInterface) DisconnectPixmapFunction()
func (*QDesignerFormWindowInterface) DisconnectRaise ¶
func (ptr *QDesignerFormWindowInterface) DisconnectRaise()
func (*QDesignerFormWindowInterface) DisconnectRemoveResourceFile ¶
func (ptr *QDesignerFormWindowInterface) DisconnectRemoveResourceFile(path string)
func (*QDesignerFormWindowInterface) DisconnectRepaint ¶
func (ptr *QDesignerFormWindowInterface) DisconnectRepaint()
func (*QDesignerFormWindowInterface) DisconnectResizeEvent ¶
func (ptr *QDesignerFormWindowInterface) DisconnectResizeEvent()
func (*QDesignerFormWindowInterface) DisconnectResourceFileSaveMode ¶
func (ptr *QDesignerFormWindowInterface) DisconnectResourceFileSaveMode()
func (*QDesignerFormWindowInterface) DisconnectResourceFiles ¶
func (ptr *QDesignerFormWindowInterface) DisconnectResourceFiles()
func (*QDesignerFormWindowInterface) DisconnectResourceFilesChanged ¶
func (ptr *QDesignerFormWindowInterface) DisconnectResourceFilesChanged()
func (*QDesignerFormWindowInterface) DisconnectSelectWidget ¶
func (ptr *QDesignerFormWindowInterface) DisconnectSelectWidget(widget widgets.QWidget_ITF, sele bool)
func (*QDesignerFormWindowInterface) DisconnectSelectionChanged ¶
func (ptr *QDesignerFormWindowInterface) DisconnectSelectionChanged()
func (*QDesignerFormWindowInterface) DisconnectSetAuthor ¶
func (ptr *QDesignerFormWindowInterface) DisconnectSetAuthor(author string)
func (*QDesignerFormWindowInterface) DisconnectSetComment ¶
func (ptr *QDesignerFormWindowInterface) DisconnectSetComment(comment string)
func (*QDesignerFormWindowInterface) DisconnectSetContents ¶
func (ptr *QDesignerFormWindowInterface) DisconnectSetContents(device core.QIODevice_ITF, errorMessage string)
func (*QDesignerFormWindowInterface) DisconnectSetContents2 ¶
func (ptr *QDesignerFormWindowInterface) DisconnectSetContents2(contents string)
func (*QDesignerFormWindowInterface) DisconnectSetDirty ¶
func (ptr *QDesignerFormWindowInterface) DisconnectSetDirty(dirty bool)
func (*QDesignerFormWindowInterface) DisconnectSetDisabled ¶
func (ptr *QDesignerFormWindowInterface) DisconnectSetDisabled()
func (*QDesignerFormWindowInterface) DisconnectSetEnabled ¶
func (ptr *QDesignerFormWindowInterface) DisconnectSetEnabled()
func (*QDesignerFormWindowInterface) DisconnectSetExportMacro ¶
func (ptr *QDesignerFormWindowInterface) DisconnectSetExportMacro(exportMacro string)
func (*QDesignerFormWindowInterface) DisconnectSetFeatures ¶
func (ptr *QDesignerFormWindowInterface) DisconnectSetFeatures(features QDesignerFormWindowInterface__FeatureFlag)
func (*QDesignerFormWindowInterface) DisconnectSetFileName ¶
func (ptr *QDesignerFormWindowInterface) DisconnectSetFileName(fileName string)
func (*QDesignerFormWindowInterface) DisconnectSetFocus2 ¶
func (ptr *QDesignerFormWindowInterface) DisconnectSetFocus2()
func (*QDesignerFormWindowInterface) DisconnectSetGrid ¶
func (ptr *QDesignerFormWindowInterface) DisconnectSetGrid(grid core.QPoint_ITF)
func (*QDesignerFormWindowInterface) DisconnectSetHidden ¶
func (ptr *QDesignerFormWindowInterface) DisconnectSetHidden()
func (*QDesignerFormWindowInterface) DisconnectSetIncludeHints ¶
func (ptr *QDesignerFormWindowInterface) DisconnectSetIncludeHints(includeHints []string)
func (*QDesignerFormWindowInterface) DisconnectSetLayoutDefault ¶
func (ptr *QDesignerFormWindowInterface) DisconnectSetLayoutDefault(margin int, spacing int)
func (*QDesignerFormWindowInterface) DisconnectSetLayoutFunction ¶
func (ptr *QDesignerFormWindowInterface) DisconnectSetLayoutFunction(margin string, spacing string)
func (*QDesignerFormWindowInterface) DisconnectSetMainContainer ¶
func (ptr *QDesignerFormWindowInterface) DisconnectSetMainContainer(mainContainer widgets.QWidget_ITF)
func (*QDesignerFormWindowInterface) DisconnectSetPixmapFunction ¶
func (ptr *QDesignerFormWindowInterface) DisconnectSetPixmapFunction(pixmapFunction string)
func (*QDesignerFormWindowInterface) DisconnectSetResourceFileSaveMode ¶
func (ptr *QDesignerFormWindowInterface) DisconnectSetResourceFileSaveMode(behaviour QDesignerFormWindowInterface__ResourceFileSaveMode)
func (*QDesignerFormWindowInterface) DisconnectSetStyleSheet ¶
func (ptr *QDesignerFormWindowInterface) DisconnectSetStyleSheet()
func (*QDesignerFormWindowInterface) DisconnectSetVisible ¶
func (ptr *QDesignerFormWindowInterface) DisconnectSetVisible()
func (*QDesignerFormWindowInterface) DisconnectSetWindowModified ¶
func (ptr *QDesignerFormWindowInterface) DisconnectSetWindowModified()
func (*QDesignerFormWindowInterface) DisconnectSetWindowTitle ¶
func (ptr *QDesignerFormWindowInterface) DisconnectSetWindowTitle()
func (*QDesignerFormWindowInterface) DisconnectShow ¶
func (ptr *QDesignerFormWindowInterface) DisconnectShow()
func (*QDesignerFormWindowInterface) DisconnectShowEvent ¶
func (ptr *QDesignerFormWindowInterface) DisconnectShowEvent()
func (*QDesignerFormWindowInterface) DisconnectShowFullScreen ¶
func (ptr *QDesignerFormWindowInterface) DisconnectShowFullScreen()
func (*QDesignerFormWindowInterface) DisconnectShowMaximized ¶
func (ptr *QDesignerFormWindowInterface) DisconnectShowMaximized()
func (*QDesignerFormWindowInterface) DisconnectShowMinimized ¶
func (ptr *QDesignerFormWindowInterface) DisconnectShowMinimized()
func (*QDesignerFormWindowInterface) DisconnectShowNormal ¶
func (ptr *QDesignerFormWindowInterface) DisconnectShowNormal()
func (*QDesignerFormWindowInterface) DisconnectSizeHint ¶
func (ptr *QDesignerFormWindowInterface) DisconnectSizeHint()
func (*QDesignerFormWindowInterface) DisconnectTabletEvent ¶
func (ptr *QDesignerFormWindowInterface) DisconnectTabletEvent()
func (*QDesignerFormWindowInterface) DisconnectTimerEvent ¶
func (ptr *QDesignerFormWindowInterface) DisconnectTimerEvent()
func (*QDesignerFormWindowInterface) DisconnectUnmanageWidget ¶
func (ptr *QDesignerFormWindowInterface) DisconnectUnmanageWidget(widget widgets.QWidget_ITF)
func (*QDesignerFormWindowInterface) DisconnectUpdate ¶
func (ptr *QDesignerFormWindowInterface) DisconnectUpdate()
func (*QDesignerFormWindowInterface) DisconnectUpdateMicroFocus ¶
func (ptr *QDesignerFormWindowInterface) DisconnectUpdateMicroFocus()
func (*QDesignerFormWindowInterface) DisconnectWheelEvent ¶
func (ptr *QDesignerFormWindowInterface) DisconnectWheelEvent()
func (*QDesignerFormWindowInterface) DisconnectWidgetManaged ¶
func (ptr *QDesignerFormWindowInterface) DisconnectWidgetManaged()
func (*QDesignerFormWindowInterface) DisconnectWidgetRemoved ¶
func (ptr *QDesignerFormWindowInterface) DisconnectWidgetRemoved()
func (*QDesignerFormWindowInterface) DisconnectWidgetUnmanaged ¶
func (ptr *QDesignerFormWindowInterface) DisconnectWidgetUnmanaged()
func (*QDesignerFormWindowInterface) DragEnterEvent ¶
func (ptr *QDesignerFormWindowInterface) DragEnterEvent(event gui.QDragEnterEvent_ITF)
func (*QDesignerFormWindowInterface) DragEnterEventDefault ¶
func (ptr *QDesignerFormWindowInterface) DragEnterEventDefault(event gui.QDragEnterEvent_ITF)
func (*QDesignerFormWindowInterface) DragLeaveEvent ¶
func (ptr *QDesignerFormWindowInterface) DragLeaveEvent(event gui.QDragLeaveEvent_ITF)
func (*QDesignerFormWindowInterface) DragLeaveEventDefault ¶
func (ptr *QDesignerFormWindowInterface) DragLeaveEventDefault(event gui.QDragLeaveEvent_ITF)
func (*QDesignerFormWindowInterface) DragMoveEvent ¶
func (ptr *QDesignerFormWindowInterface) DragMoveEvent(event gui.QDragMoveEvent_ITF)
func (*QDesignerFormWindowInterface) DragMoveEventDefault ¶
func (ptr *QDesignerFormWindowInterface) DragMoveEventDefault(event gui.QDragMoveEvent_ITF)
func (*QDesignerFormWindowInterface) DropEvent ¶
func (ptr *QDesignerFormWindowInterface) DropEvent(event gui.QDropEvent_ITF)
func (*QDesignerFormWindowInterface) DropEventDefault ¶
func (ptr *QDesignerFormWindowInterface) DropEventDefault(event gui.QDropEvent_ITF)
func (*QDesignerFormWindowInterface) EmitSelectionChanged ¶
func (ptr *QDesignerFormWindowInterface) EmitSelectionChanged()
func (*QDesignerFormWindowInterface) EnterEvent ¶
func (ptr *QDesignerFormWindowInterface) EnterEvent(event core.QEvent_ITF)
func (*QDesignerFormWindowInterface) EnterEventDefault ¶
func (ptr *QDesignerFormWindowInterface) EnterEventDefault(event core.QEvent_ITF)
func (*QDesignerFormWindowInterface) Event ¶
func (ptr *QDesignerFormWindowInterface) Event(event core.QEvent_ITF) bool
func (*QDesignerFormWindowInterface) EventDefault ¶
func (ptr *QDesignerFormWindowInterface) EventDefault(event core.QEvent_ITF) bool
func (*QDesignerFormWindowInterface) EventFilter ¶
func (ptr *QDesignerFormWindowInterface) EventFilter(watched core.QObject_ITF, event core.QEvent_ITF) bool
func (*QDesignerFormWindowInterface) EventFilterDefault ¶
func (ptr *QDesignerFormWindowInterface) EventFilterDefault(watched core.QObject_ITF, event core.QEvent_ITF) bool
func (*QDesignerFormWindowInterface) ExportMacro ¶
func (ptr *QDesignerFormWindowInterface) ExportMacro() string
func (*QDesignerFormWindowInterface) FeatureChanged ¶
func (ptr *QDesignerFormWindowInterface) FeatureChanged(feature QDesignerFormWindowInterface__FeatureFlag)
func (*QDesignerFormWindowInterface) Features ¶
func (ptr *QDesignerFormWindowInterface) Features() QDesignerFormWindowInterface__FeatureFlag
func (*QDesignerFormWindowInterface) FileName ¶
func (ptr *QDesignerFormWindowInterface) FileName() string
func (*QDesignerFormWindowInterface) FileNameChanged ¶
func (ptr *QDesignerFormWindowInterface) FileNameChanged(fileName string)
func (*QDesignerFormWindowInterface) FindFormWindow ¶
func (ptr *QDesignerFormWindowInterface) FindFormWindow(widget widgets.QWidget_ITF) *QDesignerFormWindowInterface
func (*QDesignerFormWindowInterface) FindFormWindow2 ¶
func (ptr *QDesignerFormWindowInterface) FindFormWindow2(object core.QObject_ITF) *QDesignerFormWindowInterface
func (*QDesignerFormWindowInterface) FocusInEvent ¶
func (ptr *QDesignerFormWindowInterface) FocusInEvent(event gui.QFocusEvent_ITF)
func (*QDesignerFormWindowInterface) FocusInEventDefault ¶
func (ptr *QDesignerFormWindowInterface) FocusInEventDefault(event gui.QFocusEvent_ITF)
func (*QDesignerFormWindowInterface) FocusNextPrevChild ¶
func (ptr *QDesignerFormWindowInterface) FocusNextPrevChild(next bool) bool
func (*QDesignerFormWindowInterface) FocusNextPrevChildDefault ¶
func (ptr *QDesignerFormWindowInterface) FocusNextPrevChildDefault(next bool) bool
func (*QDesignerFormWindowInterface) FocusOutEvent ¶
func (ptr *QDesignerFormWindowInterface) FocusOutEvent(event gui.QFocusEvent_ITF)
func (*QDesignerFormWindowInterface) FocusOutEventDefault ¶
func (ptr *QDesignerFormWindowInterface) FocusOutEventDefault(event gui.QFocusEvent_ITF)
func (*QDesignerFormWindowInterface) FormContainer ¶
func (ptr *QDesignerFormWindowInterface) FormContainer() *widgets.QWidget
func (*QDesignerFormWindowInterface) GeometryChanged ¶
func (ptr *QDesignerFormWindowInterface) GeometryChanged()
func (*QDesignerFormWindowInterface) Grid ¶
func (ptr *QDesignerFormWindowInterface) Grid() *core.QPoint
func (*QDesignerFormWindowInterface) HasFeature ¶
func (ptr *QDesignerFormWindowInterface) HasFeature(feature QDesignerFormWindowInterface__FeatureFlag) bool
func (*QDesignerFormWindowInterface) HasHeightForWidth ¶
func (ptr *QDesignerFormWindowInterface) HasHeightForWidth() bool
func (*QDesignerFormWindowInterface) HasHeightForWidthDefault ¶
func (ptr *QDesignerFormWindowInterface) HasHeightForWidthDefault() bool
func (*QDesignerFormWindowInterface) HeightForWidth ¶
func (ptr *QDesignerFormWindowInterface) HeightForWidth(w int) int
func (*QDesignerFormWindowInterface) HeightForWidthDefault ¶
func (ptr *QDesignerFormWindowInterface) HeightForWidthDefault(w int) int
func (*QDesignerFormWindowInterface) Hide ¶
func (ptr *QDesignerFormWindowInterface) Hide()
func (*QDesignerFormWindowInterface) HideDefault ¶
func (ptr *QDesignerFormWindowInterface) HideDefault()
func (*QDesignerFormWindowInterface) HideEvent ¶
func (ptr *QDesignerFormWindowInterface) HideEvent(event gui.QHideEvent_ITF)
func (*QDesignerFormWindowInterface) HideEventDefault ¶
func (ptr *QDesignerFormWindowInterface) HideEventDefault(event gui.QHideEvent_ITF)
func (*QDesignerFormWindowInterface) IncludeHints ¶
func (ptr *QDesignerFormWindowInterface) IncludeHints() []string
func (*QDesignerFormWindowInterface) InputMethodEvent ¶
func (ptr *QDesignerFormWindowInterface) InputMethodEvent(event gui.QInputMethodEvent_ITF)
func (*QDesignerFormWindowInterface) InputMethodEventDefault ¶
func (ptr *QDesignerFormWindowInterface) InputMethodEventDefault(event gui.QInputMethodEvent_ITF)
func (*QDesignerFormWindowInterface) InputMethodQuery ¶
func (ptr *QDesignerFormWindowInterface) InputMethodQuery(query core.Qt__InputMethodQuery) *core.QVariant
func (*QDesignerFormWindowInterface) InputMethodQueryDefault ¶
func (ptr *QDesignerFormWindowInterface) InputMethodQueryDefault(query core.Qt__InputMethodQuery) *core.QVariant
func (*QDesignerFormWindowInterface) IsDirty ¶
func (ptr *QDesignerFormWindowInterface) IsDirty() bool
func (*QDesignerFormWindowInterface) IsManaged ¶
func (ptr *QDesignerFormWindowInterface) IsManaged(widget widgets.QWidget_ITF) bool
func (*QDesignerFormWindowInterface) KeyPressEvent ¶
func (ptr *QDesignerFormWindowInterface) KeyPressEvent(event gui.QKeyEvent_ITF)
func (*QDesignerFormWindowInterface) KeyPressEventDefault ¶
func (ptr *QDesignerFormWindowInterface) KeyPressEventDefault(event gui.QKeyEvent_ITF)
func (*QDesignerFormWindowInterface) KeyReleaseEvent ¶
func (ptr *QDesignerFormWindowInterface) KeyReleaseEvent(event gui.QKeyEvent_ITF)
func (*QDesignerFormWindowInterface) KeyReleaseEventDefault ¶
func (ptr *QDesignerFormWindowInterface) KeyReleaseEventDefault(event gui.QKeyEvent_ITF)
func (*QDesignerFormWindowInterface) LayoutDefault ¶
func (ptr *QDesignerFormWindowInterface) LayoutDefault(margin int, spacing int)
func (*QDesignerFormWindowInterface) LayoutFunction ¶
func (ptr *QDesignerFormWindowInterface) LayoutFunction(margin string, spacing string)
func (*QDesignerFormWindowInterface) LeaveEvent ¶
func (ptr *QDesignerFormWindowInterface) LeaveEvent(event core.QEvent_ITF)
func (*QDesignerFormWindowInterface) LeaveEventDefault ¶
func (ptr *QDesignerFormWindowInterface) LeaveEventDefault(event core.QEvent_ITF)
func (*QDesignerFormWindowInterface) Lower ¶
func (ptr *QDesignerFormWindowInterface) Lower()
func (*QDesignerFormWindowInterface) LowerDefault ¶
func (ptr *QDesignerFormWindowInterface) LowerDefault()
func (*QDesignerFormWindowInterface) MainContainerChanged ¶
func (ptr *QDesignerFormWindowInterface) MainContainerChanged(mainContainer widgets.QWidget_ITF)
func (*QDesignerFormWindowInterface) ManageWidget ¶
func (ptr *QDesignerFormWindowInterface) ManageWidget(widget widgets.QWidget_ITF)
func (*QDesignerFormWindowInterface) MetaObject ¶
func (ptr *QDesignerFormWindowInterface) MetaObject() *core.QMetaObject
func (*QDesignerFormWindowInterface) MetaObjectDefault ¶
func (ptr *QDesignerFormWindowInterface) MetaObjectDefault() *core.QMetaObject
func (*QDesignerFormWindowInterface) Metric ¶
func (ptr *QDesignerFormWindowInterface) Metric(m gui.QPaintDevice__PaintDeviceMetric) int
func (*QDesignerFormWindowInterface) MetricDefault ¶
func (ptr *QDesignerFormWindowInterface) MetricDefault(m gui.QPaintDevice__PaintDeviceMetric) int
func (*QDesignerFormWindowInterface) MinimumSizeHint ¶
func (ptr *QDesignerFormWindowInterface) MinimumSizeHint() *core.QSize
func (*QDesignerFormWindowInterface) MinimumSizeHintDefault ¶
func (ptr *QDesignerFormWindowInterface) MinimumSizeHintDefault() *core.QSize
func (*QDesignerFormWindowInterface) MouseDoubleClickEvent ¶
func (ptr *QDesignerFormWindowInterface) MouseDoubleClickEvent(event gui.QMouseEvent_ITF)
func (*QDesignerFormWindowInterface) MouseDoubleClickEventDefault ¶
func (ptr *QDesignerFormWindowInterface) MouseDoubleClickEventDefault(event gui.QMouseEvent_ITF)
func (*QDesignerFormWindowInterface) MouseMoveEvent ¶
func (ptr *QDesignerFormWindowInterface) MouseMoveEvent(event gui.QMouseEvent_ITF)
func (*QDesignerFormWindowInterface) MouseMoveEventDefault ¶
func (ptr *QDesignerFormWindowInterface) MouseMoveEventDefault(event gui.QMouseEvent_ITF)
func (*QDesignerFormWindowInterface) MousePressEvent ¶
func (ptr *QDesignerFormWindowInterface) MousePressEvent(event gui.QMouseEvent_ITF)
func (*QDesignerFormWindowInterface) MousePressEventDefault ¶
func (ptr *QDesignerFormWindowInterface) MousePressEventDefault(event gui.QMouseEvent_ITF)
func (*QDesignerFormWindowInterface) MouseReleaseEvent ¶
func (ptr *QDesignerFormWindowInterface) MouseReleaseEvent(event gui.QMouseEvent_ITF)
func (*QDesignerFormWindowInterface) MouseReleaseEventDefault ¶
func (ptr *QDesignerFormWindowInterface) MouseReleaseEventDefault(event gui.QMouseEvent_ITF)
func (*QDesignerFormWindowInterface) MoveEvent ¶
func (ptr *QDesignerFormWindowInterface) MoveEvent(event gui.QMoveEvent_ITF)
func (*QDesignerFormWindowInterface) MoveEventDefault ¶
func (ptr *QDesignerFormWindowInterface) MoveEventDefault(event gui.QMoveEvent_ITF)
func (*QDesignerFormWindowInterface) NativeEvent ¶
func (ptr *QDesignerFormWindowInterface) NativeEvent(eventType core.QByteArray_ITF, message unsafe.Pointer, result int) bool
func (*QDesignerFormWindowInterface) NativeEventDefault ¶
func (ptr *QDesignerFormWindowInterface) NativeEventDefault(eventType core.QByteArray_ITF, message unsafe.Pointer, result int) bool
func (*QDesignerFormWindowInterface) ObjectRemoved ¶
func (ptr *QDesignerFormWindowInterface) ObjectRemoved(object core.QObject_ITF)
func (*QDesignerFormWindowInterface) PaintEngine ¶
func (ptr *QDesignerFormWindowInterface) PaintEngine() *gui.QPaintEngine
func (*QDesignerFormWindowInterface) PaintEngineDefault ¶
func (ptr *QDesignerFormWindowInterface) PaintEngineDefault() *gui.QPaintEngine
func (*QDesignerFormWindowInterface) PaintEvent ¶
func (ptr *QDesignerFormWindowInterface) PaintEvent(event gui.QPaintEvent_ITF)
func (*QDesignerFormWindowInterface) PaintEventDefault ¶
func (ptr *QDesignerFormWindowInterface) PaintEventDefault(event gui.QPaintEvent_ITF)
func (*QDesignerFormWindowInterface) PixmapFunction ¶
func (ptr *QDesignerFormWindowInterface) PixmapFunction() string
func (*QDesignerFormWindowInterface) Pointer ¶
func (p *QDesignerFormWindowInterface) Pointer() unsafe.Pointer
func (*QDesignerFormWindowInterface) QDesignerFormWindowInterface_PTR ¶
func (p *QDesignerFormWindowInterface) QDesignerFormWindowInterface_PTR() *QDesignerFormWindowInterface
func (*QDesignerFormWindowInterface) Raise ¶
func (ptr *QDesignerFormWindowInterface) Raise()
func (*QDesignerFormWindowInterface) RaiseDefault ¶
func (ptr *QDesignerFormWindowInterface) RaiseDefault()
func (*QDesignerFormWindowInterface) RemoveResourceFile ¶
func (ptr *QDesignerFormWindowInterface) RemoveResourceFile(path string)
func (*QDesignerFormWindowInterface) Repaint ¶
func (ptr *QDesignerFormWindowInterface) Repaint()
func (*QDesignerFormWindowInterface) RepaintDefault ¶
func (ptr *QDesignerFormWindowInterface) RepaintDefault()
func (*QDesignerFormWindowInterface) ResizeEvent ¶
func (ptr *QDesignerFormWindowInterface) ResizeEvent(event gui.QResizeEvent_ITF)
func (*QDesignerFormWindowInterface) ResizeEventDefault ¶
func (ptr *QDesignerFormWindowInterface) ResizeEventDefault(event gui.QResizeEvent_ITF)
func (*QDesignerFormWindowInterface) ResourceFileSaveMode ¶
func (ptr *QDesignerFormWindowInterface) ResourceFileSaveMode() QDesignerFormWindowInterface__ResourceFileSaveMode
func (*QDesignerFormWindowInterface) ResourceFiles ¶
func (ptr *QDesignerFormWindowInterface) ResourceFiles() []string
func (*QDesignerFormWindowInterface) ResourceFilesChanged ¶
func (ptr *QDesignerFormWindowInterface) ResourceFilesChanged()
func (*QDesignerFormWindowInterface) SelectWidget ¶
func (ptr *QDesignerFormWindowInterface) SelectWidget(widget widgets.QWidget_ITF, sele bool)
func (*QDesignerFormWindowInterface) SelectionChanged ¶
func (ptr *QDesignerFormWindowInterface) SelectionChanged()
func (*QDesignerFormWindowInterface) SetAuthor ¶
func (ptr *QDesignerFormWindowInterface) SetAuthor(author string)
func (*QDesignerFormWindowInterface) SetComment ¶
func (ptr *QDesignerFormWindowInterface) SetComment(comment string)
func (*QDesignerFormWindowInterface) SetContents ¶
func (ptr *QDesignerFormWindowInterface) SetContents(device core.QIODevice_ITF, errorMessage string) bool
func (*QDesignerFormWindowInterface) SetContents2 ¶
func (ptr *QDesignerFormWindowInterface) SetContents2(contents string) bool
func (*QDesignerFormWindowInterface) SetDirty ¶
func (ptr *QDesignerFormWindowInterface) SetDirty(dirty bool)
func (*QDesignerFormWindowInterface) SetDisabled ¶
func (ptr *QDesignerFormWindowInterface) SetDisabled(disable bool)
func (*QDesignerFormWindowInterface) SetDisabledDefault ¶
func (ptr *QDesignerFormWindowInterface) SetDisabledDefault(disable bool)
func (*QDesignerFormWindowInterface) SetEnabled ¶
func (ptr *QDesignerFormWindowInterface) SetEnabled(vbo bool)
func (*QDesignerFormWindowInterface) SetEnabledDefault ¶
func (ptr *QDesignerFormWindowInterface) SetEnabledDefault(vbo bool)
func (*QDesignerFormWindowInterface) SetExportMacro ¶
func (ptr *QDesignerFormWindowInterface) SetExportMacro(exportMacro string)
func (*QDesignerFormWindowInterface) SetFeatures ¶
func (ptr *QDesignerFormWindowInterface) SetFeatures(features QDesignerFormWindowInterface__FeatureFlag)
func (*QDesignerFormWindowInterface) SetFileName ¶
func (ptr *QDesignerFormWindowInterface) SetFileName(fileName string)
func (*QDesignerFormWindowInterface) SetFocus2 ¶
func (ptr *QDesignerFormWindowInterface) SetFocus2()
func (*QDesignerFormWindowInterface) SetFocus2Default ¶
func (ptr *QDesignerFormWindowInterface) SetFocus2Default()
func (*QDesignerFormWindowInterface) SetGrid ¶
func (ptr *QDesignerFormWindowInterface) SetGrid(grid core.QPoint_ITF)
func (*QDesignerFormWindowInterface) SetHidden ¶
func (ptr *QDesignerFormWindowInterface) SetHidden(hidden bool)
func (*QDesignerFormWindowInterface) SetHiddenDefault ¶
func (ptr *QDesignerFormWindowInterface) SetHiddenDefault(hidden bool)
func (*QDesignerFormWindowInterface) SetIncludeHints ¶
func (ptr *QDesignerFormWindowInterface) SetIncludeHints(includeHints []string)
func (*QDesignerFormWindowInterface) SetLayoutDefault ¶
func (ptr *QDesignerFormWindowInterface) SetLayoutDefault(margin int, spacing int)
func (*QDesignerFormWindowInterface) SetLayoutFunction ¶
func (ptr *QDesignerFormWindowInterface) SetLayoutFunction(margin string, spacing string)
func (*QDesignerFormWindowInterface) SetMainContainer ¶
func (ptr *QDesignerFormWindowInterface) SetMainContainer(mainContainer widgets.QWidget_ITF)
func (*QDesignerFormWindowInterface) SetPixmapFunction ¶
func (ptr *QDesignerFormWindowInterface) SetPixmapFunction(pixmapFunction string)
func (*QDesignerFormWindowInterface) SetPointer ¶
func (p *QDesignerFormWindowInterface) SetPointer(ptr unsafe.Pointer)
func (*QDesignerFormWindowInterface) SetResourceFileSaveMode ¶
func (ptr *QDesignerFormWindowInterface) SetResourceFileSaveMode(behaviour QDesignerFormWindowInterface__ResourceFileSaveMode)
func (*QDesignerFormWindowInterface) SetStyleSheet ¶
func (ptr *QDesignerFormWindowInterface) SetStyleSheet(styleSheet string)
func (*QDesignerFormWindowInterface) SetStyleSheetDefault ¶
func (ptr *QDesignerFormWindowInterface) SetStyleSheetDefault(styleSheet string)
func (*QDesignerFormWindowInterface) SetVisible ¶
func (ptr *QDesignerFormWindowInterface) SetVisible(visible bool)
func (*QDesignerFormWindowInterface) SetVisibleDefault ¶
func (ptr *QDesignerFormWindowInterface) SetVisibleDefault(visible bool)
func (*QDesignerFormWindowInterface) SetWindowModified ¶
func (ptr *QDesignerFormWindowInterface) SetWindowModified(vbo bool)
func (*QDesignerFormWindowInterface) SetWindowModifiedDefault ¶
func (ptr *QDesignerFormWindowInterface) SetWindowModifiedDefault(vbo bool)
func (*QDesignerFormWindowInterface) SetWindowTitle ¶
func (ptr *QDesignerFormWindowInterface) SetWindowTitle(vqs string)
func (*QDesignerFormWindowInterface) SetWindowTitleDefault ¶
func (ptr *QDesignerFormWindowInterface) SetWindowTitleDefault(vqs string)
func (*QDesignerFormWindowInterface) Show ¶
func (ptr *QDesignerFormWindowInterface) Show()
func (*QDesignerFormWindowInterface) ShowDefault ¶
func (ptr *QDesignerFormWindowInterface) ShowDefault()
func (*QDesignerFormWindowInterface) ShowEvent ¶
func (ptr *QDesignerFormWindowInterface) ShowEvent(event gui.QShowEvent_ITF)
func (*QDesignerFormWindowInterface) ShowEventDefault ¶
func (ptr *QDesignerFormWindowInterface) ShowEventDefault(event gui.QShowEvent_ITF)
func (*QDesignerFormWindowInterface) ShowFullScreen ¶
func (ptr *QDesignerFormWindowInterface) ShowFullScreen()
func (*QDesignerFormWindowInterface) ShowFullScreenDefault ¶
func (ptr *QDesignerFormWindowInterface) ShowFullScreenDefault()
func (*QDesignerFormWindowInterface) ShowMaximized ¶
func (ptr *QDesignerFormWindowInterface) ShowMaximized()
func (*QDesignerFormWindowInterface) ShowMaximizedDefault ¶
func (ptr *QDesignerFormWindowInterface) ShowMaximizedDefault()
func (*QDesignerFormWindowInterface) ShowMinimized ¶
func (ptr *QDesignerFormWindowInterface) ShowMinimized()
func (*QDesignerFormWindowInterface) ShowMinimizedDefault ¶
func (ptr *QDesignerFormWindowInterface) ShowMinimizedDefault()
func (*QDesignerFormWindowInterface) ShowNormal ¶
func (ptr *QDesignerFormWindowInterface) ShowNormal()
func (*QDesignerFormWindowInterface) ShowNormalDefault ¶
func (ptr *QDesignerFormWindowInterface) ShowNormalDefault()
func (*QDesignerFormWindowInterface) SizeHint ¶
func (ptr *QDesignerFormWindowInterface) SizeHint() *core.QSize
func (*QDesignerFormWindowInterface) SizeHintDefault ¶
func (ptr *QDesignerFormWindowInterface) SizeHintDefault() *core.QSize
func (*QDesignerFormWindowInterface) TabletEvent ¶
func (ptr *QDesignerFormWindowInterface) TabletEvent(event gui.QTabletEvent_ITF)
func (*QDesignerFormWindowInterface) TabletEventDefault ¶
func (ptr *QDesignerFormWindowInterface) TabletEventDefault(event gui.QTabletEvent_ITF)
func (*QDesignerFormWindowInterface) TimerEvent ¶
func (ptr *QDesignerFormWindowInterface) TimerEvent(event core.QTimerEvent_ITF)
func (*QDesignerFormWindowInterface) TimerEventDefault ¶
func (ptr *QDesignerFormWindowInterface) TimerEventDefault(event core.QTimerEvent_ITF)
func (*QDesignerFormWindowInterface) UnmanageWidget ¶
func (ptr *QDesignerFormWindowInterface) UnmanageWidget(widget widgets.QWidget_ITF)
func (*QDesignerFormWindowInterface) Update ¶
func (ptr *QDesignerFormWindowInterface) Update()
func (*QDesignerFormWindowInterface) UpdateDefault ¶
func (ptr *QDesignerFormWindowInterface) UpdateDefault()
func (*QDesignerFormWindowInterface) UpdateMicroFocus ¶
func (ptr *QDesignerFormWindowInterface) UpdateMicroFocus()
func (*QDesignerFormWindowInterface) UpdateMicroFocusDefault ¶
func (ptr *QDesignerFormWindowInterface) UpdateMicroFocusDefault()
func (*QDesignerFormWindowInterface) WheelEvent ¶
func (ptr *QDesignerFormWindowInterface) WheelEvent(event gui.QWheelEvent_ITF)
func (*QDesignerFormWindowInterface) WheelEventDefault ¶
func (ptr *QDesignerFormWindowInterface) WheelEventDefault(event gui.QWheelEvent_ITF)
func (*QDesignerFormWindowInterface) WidgetManaged ¶
func (ptr *QDesignerFormWindowInterface) WidgetManaged(widget widgets.QWidget_ITF)
func (*QDesignerFormWindowInterface) WidgetRemoved ¶
func (ptr *QDesignerFormWindowInterface) WidgetRemoved(widget widgets.QWidget_ITF)
func (*QDesignerFormWindowInterface) WidgetUnmanaged ¶
func (ptr *QDesignerFormWindowInterface) WidgetUnmanaged(widget widgets.QWidget_ITF)
type QDesignerFormWindowInterface_ITF ¶
type QDesignerFormWindowInterface_ITF interface { widgets.QWidget_ITF QDesignerFormWindowInterface_PTR() *QDesignerFormWindowInterface }
type QDesignerFormWindowInterface__FeatureFlag ¶
type QDesignerFormWindowInterface__FeatureFlag int64
QDesignerFormWindowInterface::FeatureFlag
const ( QDesignerFormWindowInterface__EditFeature QDesignerFormWindowInterface__FeatureFlag = QDesignerFormWindowInterface__FeatureFlag(0x01) QDesignerFormWindowInterface__GridFeature QDesignerFormWindowInterface__FeatureFlag = QDesignerFormWindowInterface__FeatureFlag(0x02) QDesignerFormWindowInterface__TabOrderFeature QDesignerFormWindowInterface__FeatureFlag = QDesignerFormWindowInterface__FeatureFlag(0x04) QDesignerFormWindowInterface__DefaultFeature QDesignerFormWindowInterface__FeatureFlag = QDesignerFormWindowInterface__FeatureFlag(QDesignerFormWindowInterface__EditFeature | QDesignerFormWindowInterface__GridFeature) )
type QDesignerFormWindowInterface__ResourceFileSaveMode ¶
type QDesignerFormWindowInterface__ResourceFileSaveMode int64
QDesignerFormWindowInterface::ResourceFileSaveMode
const ( QDesignerFormWindowInterface__SaveAllResourceFiles QDesignerFormWindowInterface__ResourceFileSaveMode = QDesignerFormWindowInterface__ResourceFileSaveMode(0) QDesignerFormWindowInterface__SaveOnlyUsedResourceFiles QDesignerFormWindowInterface__ResourceFileSaveMode = QDesignerFormWindowInterface__ResourceFileSaveMode(1) QDesignerFormWindowInterface__DontSaveResourceFiles QDesignerFormWindowInterface__ResourceFileSaveMode = QDesignerFormWindowInterface__ResourceFileSaveMode(2) )
type QDesignerFormWindowManagerInterface ¶
func NewQDesignerFormWindowManagerInterfaceFromPointer ¶
func NewQDesignerFormWindowManagerInterfaceFromPointer(ptr unsafe.Pointer) *QDesignerFormWindowManagerInterface
func (*QDesignerFormWindowManagerInterface) Action ¶
func (ptr *QDesignerFormWindowManagerInterface) Action(action QDesignerFormWindowManagerInterface__Action) *widgets.QAction
func (*QDesignerFormWindowManagerInterface) ActionGroup ¶
func (ptr *QDesignerFormWindowManagerInterface) ActionGroup(actionGroup QDesignerFormWindowManagerInterface__ActionGroup) *widgets.QActionGroup
func (*QDesignerFormWindowManagerInterface) ActiveFormWindow ¶
func (ptr *QDesignerFormWindowManagerInterface) ActiveFormWindow() *QDesignerFormWindowInterface
func (*QDesignerFormWindowManagerInterface) ActiveFormWindowChanged ¶
func (ptr *QDesignerFormWindowManagerInterface) ActiveFormWindowChanged(formWindow QDesignerFormWindowInterface_ITF)
func (*QDesignerFormWindowManagerInterface) AddFormWindow ¶
func (ptr *QDesignerFormWindowManagerInterface) AddFormWindow(formWindow QDesignerFormWindowInterface_ITF)
func (*QDesignerFormWindowManagerInterface) ChildEvent ¶
func (ptr *QDesignerFormWindowManagerInterface) ChildEvent(event core.QChildEvent_ITF)
func (*QDesignerFormWindowManagerInterface) ChildEventDefault ¶
func (ptr *QDesignerFormWindowManagerInterface) ChildEventDefault(event core.QChildEvent_ITF)
func (*QDesignerFormWindowManagerInterface) CloseAllPreviews ¶
func (ptr *QDesignerFormWindowManagerInterface) CloseAllPreviews()
func (*QDesignerFormWindowManagerInterface) ConnectAction ¶
func (ptr *QDesignerFormWindowManagerInterface) ConnectAction(f func(action QDesignerFormWindowManagerInterface__Action) *widgets.QAction)
func (*QDesignerFormWindowManagerInterface) ConnectActionGroup ¶
func (ptr *QDesignerFormWindowManagerInterface) ConnectActionGroup(f func(actionGroup QDesignerFormWindowManagerInterface__ActionGroup) *widgets.QActionGroup)
func (*QDesignerFormWindowManagerInterface) ConnectActiveFormWindow ¶
func (ptr *QDesignerFormWindowManagerInterface) ConnectActiveFormWindow(f func() *QDesignerFormWindowInterface)
func (*QDesignerFormWindowManagerInterface) ConnectActiveFormWindowChanged ¶
func (ptr *QDesignerFormWindowManagerInterface) ConnectActiveFormWindowChanged(f func(formWindow *QDesignerFormWindowInterface))
func (*QDesignerFormWindowManagerInterface) ConnectAddFormWindow ¶
func (ptr *QDesignerFormWindowManagerInterface) ConnectAddFormWindow(f func(formWindow *QDesignerFormWindowInterface))
func (*QDesignerFormWindowManagerInterface) ConnectChildEvent ¶
func (ptr *QDesignerFormWindowManagerInterface) ConnectChildEvent(f func(event *core.QChildEvent))
func (*QDesignerFormWindowManagerInterface) ConnectCloseAllPreviews ¶
func (ptr *QDesignerFormWindowManagerInterface) ConnectCloseAllPreviews(f func())
func (*QDesignerFormWindowManagerInterface) ConnectConnectNotify ¶
func (ptr *QDesignerFormWindowManagerInterface) ConnectConnectNotify(f func(sign *core.QMetaMethod))
func (*QDesignerFormWindowManagerInterface) ConnectCore ¶
func (ptr *QDesignerFormWindowManagerInterface) ConnectCore(f func() *QDesignerFormEditorInterface)
func (*QDesignerFormWindowManagerInterface) ConnectCreateFormWindow ¶
func (ptr *QDesignerFormWindowManagerInterface) ConnectCreateFormWindow(f func(parent *widgets.QWidget, flags core.Qt__WindowType) *QDesignerFormWindowInterface)
func (*QDesignerFormWindowManagerInterface) ConnectCreatePreviewPixmap ¶
func (ptr *QDesignerFormWindowManagerInterface) ConnectCreatePreviewPixmap(f func() *gui.QPixmap)
func (*QDesignerFormWindowManagerInterface) ConnectCustomEvent ¶
func (ptr *QDesignerFormWindowManagerInterface) ConnectCustomEvent(f func(event *core.QEvent))
func (*QDesignerFormWindowManagerInterface) ConnectDeleteLater ¶
func (ptr *QDesignerFormWindowManagerInterface) ConnectDeleteLater(f func())
func (*QDesignerFormWindowManagerInterface) ConnectDestroyQDesignerFormWindowManagerInterface ¶
func (ptr *QDesignerFormWindowManagerInterface) ConnectDestroyQDesignerFormWindowManagerInterface(f func())
func (*QDesignerFormWindowManagerInterface) ConnectDisconnectNotify ¶
func (ptr *QDesignerFormWindowManagerInterface) ConnectDisconnectNotify(f func(sign *core.QMetaMethod))
func (*QDesignerFormWindowManagerInterface) ConnectEvent ¶
func (ptr *QDesignerFormWindowManagerInterface) ConnectEvent(f func(e *core.QEvent) bool)
func (*QDesignerFormWindowManagerInterface) ConnectEventFilter ¶
func (*QDesignerFormWindowManagerInterface) ConnectFormWindow ¶
func (ptr *QDesignerFormWindowManagerInterface) ConnectFormWindow(f func(index int) *QDesignerFormWindowInterface)
func (*QDesignerFormWindowManagerInterface) ConnectFormWindowAdded ¶
func (ptr *QDesignerFormWindowManagerInterface) ConnectFormWindowAdded(f func(formWindow *QDesignerFormWindowInterface))
func (*QDesignerFormWindowManagerInterface) ConnectFormWindowCount ¶
func (ptr *QDesignerFormWindowManagerInterface) ConnectFormWindowCount(f func() int)
func (*QDesignerFormWindowManagerInterface) ConnectFormWindowRemoved ¶
func (ptr *QDesignerFormWindowManagerInterface) ConnectFormWindowRemoved(f func(formWindow *QDesignerFormWindowInterface))
func (*QDesignerFormWindowManagerInterface) ConnectFormWindowSettingsChanged ¶
func (ptr *QDesignerFormWindowManagerInterface) ConnectFormWindowSettingsChanged(f func(formWindow *QDesignerFormWindowInterface))
func (*QDesignerFormWindowManagerInterface) ConnectMetaObject ¶
func (ptr *QDesignerFormWindowManagerInterface) ConnectMetaObject(f func() *core.QMetaObject)
func (*QDesignerFormWindowManagerInterface) ConnectNotify ¶
func (ptr *QDesignerFormWindowManagerInterface) ConnectNotify(sign core.QMetaMethod_ITF)
func (*QDesignerFormWindowManagerInterface) ConnectNotifyDefault ¶
func (ptr *QDesignerFormWindowManagerInterface) ConnectNotifyDefault(sign core.QMetaMethod_ITF)
func (*QDesignerFormWindowManagerInterface) ConnectRemoveFormWindow ¶
func (ptr *QDesignerFormWindowManagerInterface) ConnectRemoveFormWindow(f func(formWindow *QDesignerFormWindowInterface))
func (*QDesignerFormWindowManagerInterface) ConnectSetActiveFormWindow ¶
func (ptr *QDesignerFormWindowManagerInterface) ConnectSetActiveFormWindow(f func(formWindow *QDesignerFormWindowInterface))
func (*QDesignerFormWindowManagerInterface) ConnectShowPluginDialog ¶
func (ptr *QDesignerFormWindowManagerInterface) ConnectShowPluginDialog(f func())
func (*QDesignerFormWindowManagerInterface) ConnectShowPreview ¶
func (ptr *QDesignerFormWindowManagerInterface) ConnectShowPreview(f func())
func (*QDesignerFormWindowManagerInterface) ConnectTimerEvent ¶
func (ptr *QDesignerFormWindowManagerInterface) ConnectTimerEvent(f func(event *core.QTimerEvent))
func (*QDesignerFormWindowManagerInterface) Core ¶
func (ptr *QDesignerFormWindowManagerInterface) Core() *QDesignerFormEditorInterface
func (*QDesignerFormWindowManagerInterface) CreateFormWindow ¶
func (ptr *QDesignerFormWindowManagerInterface) CreateFormWindow(parent widgets.QWidget_ITF, flags core.Qt__WindowType) *QDesignerFormWindowInterface
func (*QDesignerFormWindowManagerInterface) CreatePreviewPixmap ¶
func (ptr *QDesignerFormWindowManagerInterface) CreatePreviewPixmap() *gui.QPixmap
func (*QDesignerFormWindowManagerInterface) CustomEvent ¶
func (ptr *QDesignerFormWindowManagerInterface) CustomEvent(event core.QEvent_ITF)
func (*QDesignerFormWindowManagerInterface) CustomEventDefault ¶
func (ptr *QDesignerFormWindowManagerInterface) CustomEventDefault(event core.QEvent_ITF)
func (*QDesignerFormWindowManagerInterface) DeleteLater ¶
func (ptr *QDesignerFormWindowManagerInterface) DeleteLater()
func (*QDesignerFormWindowManagerInterface) DeleteLaterDefault ¶
func (ptr *QDesignerFormWindowManagerInterface) DeleteLaterDefault()
func (*QDesignerFormWindowManagerInterface) DestroyQDesignerFormWindowManagerInterface ¶
func (ptr *QDesignerFormWindowManagerInterface) DestroyQDesignerFormWindowManagerInterface()
func (*QDesignerFormWindowManagerInterface) DestroyQDesignerFormWindowManagerInterfaceDefault ¶
func (ptr *QDesignerFormWindowManagerInterface) DestroyQDesignerFormWindowManagerInterfaceDefault()
func (*QDesignerFormWindowManagerInterface) DisconnectAction ¶
func (ptr *QDesignerFormWindowManagerInterface) DisconnectAction(action QDesignerFormWindowManagerInterface__Action)
func (*QDesignerFormWindowManagerInterface) DisconnectActionGroup ¶
func (ptr *QDesignerFormWindowManagerInterface) DisconnectActionGroup(actionGroup QDesignerFormWindowManagerInterface__ActionGroup)
func (*QDesignerFormWindowManagerInterface) DisconnectActiveFormWindow ¶
func (ptr *QDesignerFormWindowManagerInterface) DisconnectActiveFormWindow()
func (*QDesignerFormWindowManagerInterface) DisconnectActiveFormWindowChanged ¶
func (ptr *QDesignerFormWindowManagerInterface) DisconnectActiveFormWindowChanged()
func (*QDesignerFormWindowManagerInterface) DisconnectAddFormWindow ¶
func (ptr *QDesignerFormWindowManagerInterface) DisconnectAddFormWindow(formWindow QDesignerFormWindowInterface_ITF)
func (*QDesignerFormWindowManagerInterface) DisconnectChildEvent ¶
func (ptr *QDesignerFormWindowManagerInterface) DisconnectChildEvent()
func (*QDesignerFormWindowManagerInterface) DisconnectCloseAllPreviews ¶
func (ptr *QDesignerFormWindowManagerInterface) DisconnectCloseAllPreviews()
func (*QDesignerFormWindowManagerInterface) DisconnectConnectNotify ¶
func (ptr *QDesignerFormWindowManagerInterface) DisconnectConnectNotify()
func (*QDesignerFormWindowManagerInterface) DisconnectCore ¶
func (ptr *QDesignerFormWindowManagerInterface) DisconnectCore()
func (*QDesignerFormWindowManagerInterface) DisconnectCreateFormWindow ¶
func (ptr *QDesignerFormWindowManagerInterface) DisconnectCreateFormWindow(parent widgets.QWidget_ITF, flags core.Qt__WindowType)
func (*QDesignerFormWindowManagerInterface) DisconnectCreatePreviewPixmap ¶
func (ptr *QDesignerFormWindowManagerInterface) DisconnectCreatePreviewPixmap()
func (*QDesignerFormWindowManagerInterface) DisconnectCustomEvent ¶
func (ptr *QDesignerFormWindowManagerInterface) DisconnectCustomEvent()
func (*QDesignerFormWindowManagerInterface) DisconnectDeleteLater ¶
func (ptr *QDesignerFormWindowManagerInterface) DisconnectDeleteLater()
func (*QDesignerFormWindowManagerInterface) DisconnectDestroyQDesignerFormWindowManagerInterface ¶
func (ptr *QDesignerFormWindowManagerInterface) DisconnectDestroyQDesignerFormWindowManagerInterface()
func (*QDesignerFormWindowManagerInterface) DisconnectDisconnectNotify ¶
func (ptr *QDesignerFormWindowManagerInterface) DisconnectDisconnectNotify()
func (*QDesignerFormWindowManagerInterface) DisconnectEvent ¶
func (ptr *QDesignerFormWindowManagerInterface) DisconnectEvent()
func (*QDesignerFormWindowManagerInterface) DisconnectEventFilter ¶
func (ptr *QDesignerFormWindowManagerInterface) DisconnectEventFilter()
func (*QDesignerFormWindowManagerInterface) DisconnectFormWindow ¶
func (ptr *QDesignerFormWindowManagerInterface) DisconnectFormWindow(index int)
func (*QDesignerFormWindowManagerInterface) DisconnectFormWindowAdded ¶
func (ptr *QDesignerFormWindowManagerInterface) DisconnectFormWindowAdded()
func (*QDesignerFormWindowManagerInterface) DisconnectFormWindowCount ¶
func (ptr *QDesignerFormWindowManagerInterface) DisconnectFormWindowCount()
func (*QDesignerFormWindowManagerInterface) DisconnectFormWindowRemoved ¶
func (ptr *QDesignerFormWindowManagerInterface) DisconnectFormWindowRemoved()
func (*QDesignerFormWindowManagerInterface) DisconnectFormWindowSettingsChanged ¶
func (ptr *QDesignerFormWindowManagerInterface) DisconnectFormWindowSettingsChanged()
func (*QDesignerFormWindowManagerInterface) DisconnectMetaObject ¶
func (ptr *QDesignerFormWindowManagerInterface) DisconnectMetaObject()
func (*QDesignerFormWindowManagerInterface) DisconnectNotify ¶
func (ptr *QDesignerFormWindowManagerInterface) DisconnectNotify(sign core.QMetaMethod_ITF)
func (*QDesignerFormWindowManagerInterface) DisconnectNotifyDefault ¶
func (ptr *QDesignerFormWindowManagerInterface) DisconnectNotifyDefault(sign core.QMetaMethod_ITF)
func (*QDesignerFormWindowManagerInterface) DisconnectRemoveFormWindow ¶
func (ptr *QDesignerFormWindowManagerInterface) DisconnectRemoveFormWindow(formWindow QDesignerFormWindowInterface_ITF)
func (*QDesignerFormWindowManagerInterface) DisconnectSetActiveFormWindow ¶
func (ptr *QDesignerFormWindowManagerInterface) DisconnectSetActiveFormWindow(formWindow QDesignerFormWindowInterface_ITF)
func (*QDesignerFormWindowManagerInterface) DisconnectShowPluginDialog ¶
func (ptr *QDesignerFormWindowManagerInterface) DisconnectShowPluginDialog()
func (*QDesignerFormWindowManagerInterface) DisconnectShowPreview ¶
func (ptr *QDesignerFormWindowManagerInterface) DisconnectShowPreview()
func (*QDesignerFormWindowManagerInterface) DisconnectTimerEvent ¶
func (ptr *QDesignerFormWindowManagerInterface) DisconnectTimerEvent()
func (*QDesignerFormWindowManagerInterface) Event ¶
func (ptr *QDesignerFormWindowManagerInterface) Event(e core.QEvent_ITF) bool
func (*QDesignerFormWindowManagerInterface) EventDefault ¶
func (ptr *QDesignerFormWindowManagerInterface) EventDefault(e core.QEvent_ITF) bool
func (*QDesignerFormWindowManagerInterface) EventFilter ¶
func (ptr *QDesignerFormWindowManagerInterface) EventFilter(watched core.QObject_ITF, event core.QEvent_ITF) bool
func (*QDesignerFormWindowManagerInterface) EventFilterDefault ¶
func (ptr *QDesignerFormWindowManagerInterface) EventFilterDefault(watched core.QObject_ITF, event core.QEvent_ITF) bool
func (*QDesignerFormWindowManagerInterface) FormWindow ¶
func (ptr *QDesignerFormWindowManagerInterface) FormWindow(index int) *QDesignerFormWindowInterface
func (*QDesignerFormWindowManagerInterface) FormWindowAdded ¶
func (ptr *QDesignerFormWindowManagerInterface) FormWindowAdded(formWindow QDesignerFormWindowInterface_ITF)
func (*QDesignerFormWindowManagerInterface) FormWindowCount ¶
func (ptr *QDesignerFormWindowManagerInterface) FormWindowCount() int
func (*QDesignerFormWindowManagerInterface) FormWindowRemoved ¶
func (ptr *QDesignerFormWindowManagerInterface) FormWindowRemoved(formWindow QDesignerFormWindowInterface_ITF)
func (*QDesignerFormWindowManagerInterface) FormWindowSettingsChanged ¶
func (ptr *QDesignerFormWindowManagerInterface) FormWindowSettingsChanged(formWindow QDesignerFormWindowInterface_ITF)
func (*QDesignerFormWindowManagerInterface) MetaObject ¶
func (ptr *QDesignerFormWindowManagerInterface) MetaObject() *core.QMetaObject
func (*QDesignerFormWindowManagerInterface) MetaObjectDefault ¶
func (ptr *QDesignerFormWindowManagerInterface) MetaObjectDefault() *core.QMetaObject
func (*QDesignerFormWindowManagerInterface) Pointer ¶
func (p *QDesignerFormWindowManagerInterface) Pointer() unsafe.Pointer
func (*QDesignerFormWindowManagerInterface) QDesignerFormWindowManagerInterface_PTR ¶
func (p *QDesignerFormWindowManagerInterface) QDesignerFormWindowManagerInterface_PTR() *QDesignerFormWindowManagerInterface
func (*QDesignerFormWindowManagerInterface) RemoveFormWindow ¶
func (ptr *QDesignerFormWindowManagerInterface) RemoveFormWindow(formWindow QDesignerFormWindowInterface_ITF)
func (*QDesignerFormWindowManagerInterface) SetActiveFormWindow ¶
func (ptr *QDesignerFormWindowManagerInterface) SetActiveFormWindow(formWindow QDesignerFormWindowInterface_ITF)
func (*QDesignerFormWindowManagerInterface) SetPointer ¶
func (p *QDesignerFormWindowManagerInterface) SetPointer(ptr unsafe.Pointer)
func (*QDesignerFormWindowManagerInterface) ShowPluginDialog ¶
func (ptr *QDesignerFormWindowManagerInterface) ShowPluginDialog()
func (*QDesignerFormWindowManagerInterface) ShowPreview ¶
func (ptr *QDesignerFormWindowManagerInterface) ShowPreview()
func (*QDesignerFormWindowManagerInterface) TimerEvent ¶
func (ptr *QDesignerFormWindowManagerInterface) TimerEvent(event core.QTimerEvent_ITF)
func (*QDesignerFormWindowManagerInterface) TimerEventDefault ¶
func (ptr *QDesignerFormWindowManagerInterface) TimerEventDefault(event core.QTimerEvent_ITF)
type QDesignerFormWindowManagerInterface_ITF ¶
type QDesignerFormWindowManagerInterface_ITF interface { core.QObject_ITF QDesignerFormWindowManagerInterface_PTR() *QDesignerFormWindowManagerInterface }
type QDesignerFormWindowManagerInterface__Action ¶
type QDesignerFormWindowManagerInterface__Action int64
QDesignerFormWindowManagerInterface::Action
const ( QDesignerFormWindowManagerInterface__CutAction QDesignerFormWindowManagerInterface__Action = QDesignerFormWindowManagerInterface__Action(100) QDesignerFormWindowManagerInterface__CopyAction QDesignerFormWindowManagerInterface__Action = QDesignerFormWindowManagerInterface__Action(101) QDesignerFormWindowManagerInterface__PasteAction QDesignerFormWindowManagerInterface__Action = QDesignerFormWindowManagerInterface__Action(102) QDesignerFormWindowManagerInterface__DeleteAction QDesignerFormWindowManagerInterface__Action = QDesignerFormWindowManagerInterface__Action(103) QDesignerFormWindowManagerInterface__SelectAllAction QDesignerFormWindowManagerInterface__Action = QDesignerFormWindowManagerInterface__Action(104) QDesignerFormWindowManagerInterface__LowerAction QDesignerFormWindowManagerInterface__Action = QDesignerFormWindowManagerInterface__Action(200) QDesignerFormWindowManagerInterface__RaiseAction QDesignerFormWindowManagerInterface__Action = QDesignerFormWindowManagerInterface__Action(201) QDesignerFormWindowManagerInterface__UndoAction QDesignerFormWindowManagerInterface__Action = QDesignerFormWindowManagerInterface__Action(300) QDesignerFormWindowManagerInterface__RedoAction QDesignerFormWindowManagerInterface__Action = QDesignerFormWindowManagerInterface__Action(301) QDesignerFormWindowManagerInterface__HorizontalLayoutAction QDesignerFormWindowManagerInterface__Action = QDesignerFormWindowManagerInterface__Action(400) QDesignerFormWindowManagerInterface__VerticalLayoutAction QDesignerFormWindowManagerInterface__Action = QDesignerFormWindowManagerInterface__Action(401) QDesignerFormWindowManagerInterface__SplitHorizontalAction QDesignerFormWindowManagerInterface__Action = QDesignerFormWindowManagerInterface__Action(402) QDesignerFormWindowManagerInterface__SplitVerticalAction QDesignerFormWindowManagerInterface__Action = QDesignerFormWindowManagerInterface__Action(403) QDesignerFormWindowManagerInterface__GridLayoutAction QDesignerFormWindowManagerInterface__Action = QDesignerFormWindowManagerInterface__Action(404) QDesignerFormWindowManagerInterface__FormLayoutAction QDesignerFormWindowManagerInterface__Action = QDesignerFormWindowManagerInterface__Action(405) QDesignerFormWindowManagerInterface__BreakLayoutAction QDesignerFormWindowManagerInterface__Action = QDesignerFormWindowManagerInterface__Action(406) QDesignerFormWindowManagerInterface__AdjustSizeAction QDesignerFormWindowManagerInterface__Action = QDesignerFormWindowManagerInterface__Action(407) QDesignerFormWindowManagerInterface__SimplifyLayoutAction QDesignerFormWindowManagerInterface__Action = QDesignerFormWindowManagerInterface__Action(408) QDesignerFormWindowManagerInterface__DefaultPreviewAction QDesignerFormWindowManagerInterface__Action = QDesignerFormWindowManagerInterface__Action(500) QDesignerFormWindowManagerInterface__FormWindowSettingsDialogAction QDesignerFormWindowManagerInterface__Action = QDesignerFormWindowManagerInterface__Action(600) )
type QDesignerFormWindowManagerInterface__ActionGroup ¶
type QDesignerFormWindowManagerInterface__ActionGroup int64
QDesignerFormWindowManagerInterface::ActionGroup
const (
QDesignerFormWindowManagerInterface__StyledPreviewActionGroup QDesignerFormWindowManagerInterface__ActionGroup = QDesignerFormWindowManagerInterface__ActionGroup(100)
)
type QDesignerMemberSheetExtension ¶
type QDesignerMemberSheetExtension struct {
// contains filtered or unexported fields
}
func NewQDesignerMemberSheetExtensionFromPointer ¶
func NewQDesignerMemberSheetExtensionFromPointer(ptr unsafe.Pointer) *QDesignerMemberSheetExtension
func (*QDesignerMemberSheetExtension) ConnectCount ¶
func (ptr *QDesignerMemberSheetExtension) ConnectCount(f func() int)
func (*QDesignerMemberSheetExtension) ConnectDeclaredInClass ¶
func (ptr *QDesignerMemberSheetExtension) ConnectDeclaredInClass(f func(index int) string)
func (*QDesignerMemberSheetExtension) ConnectDestroyQDesignerMemberSheetExtension ¶
func (ptr *QDesignerMemberSheetExtension) ConnectDestroyQDesignerMemberSheetExtension(f func())
func (*QDesignerMemberSheetExtension) ConnectIndexOf ¶
func (ptr *QDesignerMemberSheetExtension) ConnectIndexOf(f func(name string) int)
func (*QDesignerMemberSheetExtension) ConnectInheritedFromWidget ¶
func (ptr *QDesignerMemberSheetExtension) ConnectInheritedFromWidget(f func(index int) bool)
func (*QDesignerMemberSheetExtension) ConnectIsSignal ¶
func (ptr *QDesignerMemberSheetExtension) ConnectIsSignal(f func(index int) bool)
func (*QDesignerMemberSheetExtension) ConnectIsSlot ¶
func (ptr *QDesignerMemberSheetExtension) ConnectIsSlot(f func(index int) bool)
func (*QDesignerMemberSheetExtension) ConnectIsVisible ¶
func (ptr *QDesignerMemberSheetExtension) ConnectIsVisible(f func(index int) bool)
func (*QDesignerMemberSheetExtension) ConnectMemberGroup ¶
func (ptr *QDesignerMemberSheetExtension) ConnectMemberGroup(f func(index int) string)
func (*QDesignerMemberSheetExtension) ConnectMemberName ¶
func (ptr *QDesignerMemberSheetExtension) ConnectMemberName(f func(index int) string)
func (*QDesignerMemberSheetExtension) ConnectParameterNames ¶
func (ptr *QDesignerMemberSheetExtension) ConnectParameterNames(f func(index int) *[]*core.QByteArray)
func (*QDesignerMemberSheetExtension) ConnectParameterTypes ¶
func (ptr *QDesignerMemberSheetExtension) ConnectParameterTypes(f func(index int) *[]*core.QByteArray)
func (*QDesignerMemberSheetExtension) ConnectSetMemberGroup ¶
func (ptr *QDesignerMemberSheetExtension) ConnectSetMemberGroup(f func(index int, group string))
func (*QDesignerMemberSheetExtension) ConnectSetVisible ¶
func (ptr *QDesignerMemberSheetExtension) ConnectSetVisible(f func(index int, visible bool))
func (*QDesignerMemberSheetExtension) ConnectSignature ¶
func (ptr *QDesignerMemberSheetExtension) ConnectSignature(f func(index int) string)
func (*QDesignerMemberSheetExtension) Count ¶
func (ptr *QDesignerMemberSheetExtension) Count() int
func (*QDesignerMemberSheetExtension) DeclaredInClass ¶
func (ptr *QDesignerMemberSheetExtension) DeclaredInClass(index int) string
func (*QDesignerMemberSheetExtension) DestroyQDesignerMemberSheetExtension ¶
func (ptr *QDesignerMemberSheetExtension) DestroyQDesignerMemberSheetExtension()
func (*QDesignerMemberSheetExtension) DestroyQDesignerMemberSheetExtensionDefault ¶
func (ptr *QDesignerMemberSheetExtension) DestroyQDesignerMemberSheetExtensionDefault()
func (*QDesignerMemberSheetExtension) DisconnectCount ¶
func (ptr *QDesignerMemberSheetExtension) DisconnectCount()
func (*QDesignerMemberSheetExtension) DisconnectDeclaredInClass ¶
func (ptr *QDesignerMemberSheetExtension) DisconnectDeclaredInClass(index int)
func (*QDesignerMemberSheetExtension) DisconnectDestroyQDesignerMemberSheetExtension ¶
func (ptr *QDesignerMemberSheetExtension) DisconnectDestroyQDesignerMemberSheetExtension()
func (*QDesignerMemberSheetExtension) DisconnectIndexOf ¶
func (ptr *QDesignerMemberSheetExtension) DisconnectIndexOf(name string)
func (*QDesignerMemberSheetExtension) DisconnectInheritedFromWidget ¶
func (ptr *QDesignerMemberSheetExtension) DisconnectInheritedFromWidget(index int)
func (*QDesignerMemberSheetExtension) DisconnectIsSignal ¶
func (ptr *QDesignerMemberSheetExtension) DisconnectIsSignal(index int)
func (*QDesignerMemberSheetExtension) DisconnectIsSlot ¶
func (ptr *QDesignerMemberSheetExtension) DisconnectIsSlot(index int)
func (*QDesignerMemberSheetExtension) DisconnectIsVisible ¶
func (ptr *QDesignerMemberSheetExtension) DisconnectIsVisible(index int)
func (*QDesignerMemberSheetExtension) DisconnectMemberGroup ¶
func (ptr *QDesignerMemberSheetExtension) DisconnectMemberGroup(index int)
func (*QDesignerMemberSheetExtension) DisconnectMemberName ¶
func (ptr *QDesignerMemberSheetExtension) DisconnectMemberName(index int)
func (*QDesignerMemberSheetExtension) DisconnectParameterNames ¶
func (ptr *QDesignerMemberSheetExtension) DisconnectParameterNames(index int)
func (*QDesignerMemberSheetExtension) DisconnectParameterTypes ¶
func (ptr *QDesignerMemberSheetExtension) DisconnectParameterTypes(index int)
func (*QDesignerMemberSheetExtension) DisconnectSetMemberGroup ¶
func (ptr *QDesignerMemberSheetExtension) DisconnectSetMemberGroup(index int, group string)
func (*QDesignerMemberSheetExtension) DisconnectSetVisible ¶
func (ptr *QDesignerMemberSheetExtension) DisconnectSetVisible(index int, visible bool)
func (*QDesignerMemberSheetExtension) DisconnectSignature ¶
func (ptr *QDesignerMemberSheetExtension) DisconnectSignature(index int)
func (*QDesignerMemberSheetExtension) IndexOf ¶
func (ptr *QDesignerMemberSheetExtension) IndexOf(name string) int
func (*QDesignerMemberSheetExtension) InheritedFromWidget ¶
func (ptr *QDesignerMemberSheetExtension) InheritedFromWidget(index int) bool
func (*QDesignerMemberSheetExtension) IsSignal ¶
func (ptr *QDesignerMemberSheetExtension) IsSignal(index int) bool
func (*QDesignerMemberSheetExtension) IsSlot ¶
func (ptr *QDesignerMemberSheetExtension) IsSlot(index int) bool
func (*QDesignerMemberSheetExtension) IsVisible ¶
func (ptr *QDesignerMemberSheetExtension) IsVisible(index int) bool
func (*QDesignerMemberSheetExtension) MemberGroup ¶
func (ptr *QDesignerMemberSheetExtension) MemberGroup(index int) string
func (*QDesignerMemberSheetExtension) MemberName ¶
func (ptr *QDesignerMemberSheetExtension) MemberName(index int) string
func (*QDesignerMemberSheetExtension) ParameterNames ¶
func (ptr *QDesignerMemberSheetExtension) ParameterNames(index int) []*core.QByteArray
func (*QDesignerMemberSheetExtension) ParameterTypes ¶
func (ptr *QDesignerMemberSheetExtension) ParameterTypes(index int) []*core.QByteArray
func (*QDesignerMemberSheetExtension) Pointer ¶
func (p *QDesignerMemberSheetExtension) Pointer() unsafe.Pointer
func (*QDesignerMemberSheetExtension) QDesignerMemberSheetExtension_PTR ¶
func (p *QDesignerMemberSheetExtension) QDesignerMemberSheetExtension_PTR() *QDesignerMemberSheetExtension
func (*QDesignerMemberSheetExtension) SetMemberGroup ¶
func (ptr *QDesignerMemberSheetExtension) SetMemberGroup(index int, group string)
func (*QDesignerMemberSheetExtension) SetPointer ¶
func (p *QDesignerMemberSheetExtension) SetPointer(ptr unsafe.Pointer)
func (*QDesignerMemberSheetExtension) SetVisible ¶
func (ptr *QDesignerMemberSheetExtension) SetVisible(index int, visible bool)
func (*QDesignerMemberSheetExtension) Signature ¶
func (ptr *QDesignerMemberSheetExtension) Signature(index int) string
type QDesignerMemberSheetExtension_ITF ¶
type QDesignerMemberSheetExtension_ITF interface {
QDesignerMemberSheetExtension_PTR() *QDesignerMemberSheetExtension
}
type QDesignerObjectInspectorInterface ¶
func NewQDesignerObjectInspectorInterface ¶
func NewQDesignerObjectInspectorInterface(parent widgets.QWidget_ITF, flags core.Qt__WindowType) *QDesignerObjectInspectorInterface
func NewQDesignerObjectInspectorInterfaceFromPointer ¶
func NewQDesignerObjectInspectorInterfaceFromPointer(ptr unsafe.Pointer) *QDesignerObjectInspectorInterface
func (*QDesignerObjectInspectorInterface) ActionEvent ¶
func (ptr *QDesignerObjectInspectorInterface) ActionEvent(event gui.QActionEvent_ITF)
func (*QDesignerObjectInspectorInterface) ActionEventDefault ¶
func (ptr *QDesignerObjectInspectorInterface) ActionEventDefault(event gui.QActionEvent_ITF)
func (*QDesignerObjectInspectorInterface) ChangeEvent ¶
func (ptr *QDesignerObjectInspectorInterface) ChangeEvent(event core.QEvent_ITF)
func (*QDesignerObjectInspectorInterface) ChangeEventDefault ¶
func (ptr *QDesignerObjectInspectorInterface) ChangeEventDefault(event core.QEvent_ITF)
func (*QDesignerObjectInspectorInterface) ChildEvent ¶
func (ptr *QDesignerObjectInspectorInterface) ChildEvent(event core.QChildEvent_ITF)
func (*QDesignerObjectInspectorInterface) ChildEventDefault ¶
func (ptr *QDesignerObjectInspectorInterface) ChildEventDefault(event core.QChildEvent_ITF)
func (*QDesignerObjectInspectorInterface) Close ¶
func (ptr *QDesignerObjectInspectorInterface) Close() bool
func (*QDesignerObjectInspectorInterface) CloseDefault ¶
func (ptr *QDesignerObjectInspectorInterface) CloseDefault() bool
func (*QDesignerObjectInspectorInterface) CloseEvent ¶
func (ptr *QDesignerObjectInspectorInterface) CloseEvent(event gui.QCloseEvent_ITF)
func (*QDesignerObjectInspectorInterface) CloseEventDefault ¶
func (ptr *QDesignerObjectInspectorInterface) CloseEventDefault(event gui.QCloseEvent_ITF)
func (*QDesignerObjectInspectorInterface) ConnectActionEvent ¶
func (ptr *QDesignerObjectInspectorInterface) ConnectActionEvent(f func(event *gui.QActionEvent))
func (*QDesignerObjectInspectorInterface) ConnectChangeEvent ¶
func (ptr *QDesignerObjectInspectorInterface) ConnectChangeEvent(f func(event *core.QEvent))
func (*QDesignerObjectInspectorInterface) ConnectChildEvent ¶
func (ptr *QDesignerObjectInspectorInterface) ConnectChildEvent(f func(event *core.QChildEvent))
func (*QDesignerObjectInspectorInterface) ConnectClose ¶
func (ptr *QDesignerObjectInspectorInterface) ConnectClose(f func() bool)
func (*QDesignerObjectInspectorInterface) ConnectCloseEvent ¶
func (ptr *QDesignerObjectInspectorInterface) ConnectCloseEvent(f func(event *gui.QCloseEvent))
func (*QDesignerObjectInspectorInterface) ConnectConnectNotify ¶
func (ptr *QDesignerObjectInspectorInterface) ConnectConnectNotify(f func(sign *core.QMetaMethod))
func (*QDesignerObjectInspectorInterface) ConnectContextMenuEvent ¶
func (ptr *QDesignerObjectInspectorInterface) ConnectContextMenuEvent(f func(event *gui.QContextMenuEvent))
func (*QDesignerObjectInspectorInterface) ConnectCore ¶
func (ptr *QDesignerObjectInspectorInterface) ConnectCore(f func() *QDesignerFormEditorInterface)
func (*QDesignerObjectInspectorInterface) ConnectCustomEvent ¶
func (ptr *QDesignerObjectInspectorInterface) ConnectCustomEvent(f func(event *core.QEvent))
func (*QDesignerObjectInspectorInterface) ConnectDeleteLater ¶
func (ptr *QDesignerObjectInspectorInterface) ConnectDeleteLater(f func())
func (*QDesignerObjectInspectorInterface) ConnectDestroyQDesignerObjectInspectorInterface ¶
func (ptr *QDesignerObjectInspectorInterface) ConnectDestroyQDesignerObjectInspectorInterface(f func())
func (*QDesignerObjectInspectorInterface) ConnectDisconnectNotify ¶
func (ptr *QDesignerObjectInspectorInterface) ConnectDisconnectNotify(f func(sign *core.QMetaMethod))
func (*QDesignerObjectInspectorInterface) ConnectDragEnterEvent ¶
func (ptr *QDesignerObjectInspectorInterface) ConnectDragEnterEvent(f func(event *gui.QDragEnterEvent))
func (*QDesignerObjectInspectorInterface) ConnectDragLeaveEvent ¶
func (ptr *QDesignerObjectInspectorInterface) ConnectDragLeaveEvent(f func(event *gui.QDragLeaveEvent))
func (*QDesignerObjectInspectorInterface) ConnectDragMoveEvent ¶
func (ptr *QDesignerObjectInspectorInterface) ConnectDragMoveEvent(f func(event *gui.QDragMoveEvent))
func (*QDesignerObjectInspectorInterface) ConnectDropEvent ¶
func (ptr *QDesignerObjectInspectorInterface) ConnectDropEvent(f func(event *gui.QDropEvent))
func (*QDesignerObjectInspectorInterface) ConnectEnterEvent ¶
func (ptr *QDesignerObjectInspectorInterface) ConnectEnterEvent(f func(event *core.QEvent))
func (*QDesignerObjectInspectorInterface) ConnectEvent ¶
func (ptr *QDesignerObjectInspectorInterface) ConnectEvent(f func(event *core.QEvent) bool)
func (*QDesignerObjectInspectorInterface) ConnectEventFilter ¶
func (*QDesignerObjectInspectorInterface) ConnectFocusInEvent ¶
func (ptr *QDesignerObjectInspectorInterface) ConnectFocusInEvent(f func(event *gui.QFocusEvent))
func (*QDesignerObjectInspectorInterface) ConnectFocusNextPrevChild ¶
func (ptr *QDesignerObjectInspectorInterface) ConnectFocusNextPrevChild(f func(next bool) bool)
func (*QDesignerObjectInspectorInterface) ConnectFocusOutEvent ¶
func (ptr *QDesignerObjectInspectorInterface) ConnectFocusOutEvent(f func(event *gui.QFocusEvent))
func (*QDesignerObjectInspectorInterface) ConnectHasHeightForWidth ¶
func (ptr *QDesignerObjectInspectorInterface) ConnectHasHeightForWidth(f func() bool)
func (*QDesignerObjectInspectorInterface) ConnectHeightForWidth ¶
func (ptr *QDesignerObjectInspectorInterface) ConnectHeightForWidth(f func(w int) int)
func (*QDesignerObjectInspectorInterface) ConnectHide ¶
func (ptr *QDesignerObjectInspectorInterface) ConnectHide(f func())
func (*QDesignerObjectInspectorInterface) ConnectHideEvent ¶
func (ptr *QDesignerObjectInspectorInterface) ConnectHideEvent(f func(event *gui.QHideEvent))
func (*QDesignerObjectInspectorInterface) ConnectInputMethodEvent ¶
func (ptr *QDesignerObjectInspectorInterface) ConnectInputMethodEvent(f func(event *gui.QInputMethodEvent))
func (*QDesignerObjectInspectorInterface) ConnectInputMethodQuery ¶
func (ptr *QDesignerObjectInspectorInterface) ConnectInputMethodQuery(f func(query core.Qt__InputMethodQuery) *core.QVariant)
func (*QDesignerObjectInspectorInterface) ConnectKeyPressEvent ¶
func (ptr *QDesignerObjectInspectorInterface) ConnectKeyPressEvent(f func(event *gui.QKeyEvent))
func (*QDesignerObjectInspectorInterface) ConnectKeyReleaseEvent ¶
func (ptr *QDesignerObjectInspectorInterface) ConnectKeyReleaseEvent(f func(event *gui.QKeyEvent))
func (*QDesignerObjectInspectorInterface) ConnectLeaveEvent ¶
func (ptr *QDesignerObjectInspectorInterface) ConnectLeaveEvent(f func(event *core.QEvent))
func (*QDesignerObjectInspectorInterface) ConnectLower ¶
func (ptr *QDesignerObjectInspectorInterface) ConnectLower(f func())
func (*QDesignerObjectInspectorInterface) ConnectMetaObject ¶
func (ptr *QDesignerObjectInspectorInterface) ConnectMetaObject(f func() *core.QMetaObject)
func (*QDesignerObjectInspectorInterface) ConnectMetric ¶
func (ptr *QDesignerObjectInspectorInterface) ConnectMetric(f func(m gui.QPaintDevice__PaintDeviceMetric) int)
func (*QDesignerObjectInspectorInterface) ConnectMinimumSizeHint ¶
func (ptr *QDesignerObjectInspectorInterface) ConnectMinimumSizeHint(f func() *core.QSize)
func (*QDesignerObjectInspectorInterface) ConnectMouseDoubleClickEvent ¶
func (ptr *QDesignerObjectInspectorInterface) ConnectMouseDoubleClickEvent(f func(event *gui.QMouseEvent))
func (*QDesignerObjectInspectorInterface) ConnectMouseMoveEvent ¶
func (ptr *QDesignerObjectInspectorInterface) ConnectMouseMoveEvent(f func(event *gui.QMouseEvent))
func (*QDesignerObjectInspectorInterface) ConnectMousePressEvent ¶
func (ptr *QDesignerObjectInspectorInterface) ConnectMousePressEvent(f func(event *gui.QMouseEvent))
func (*QDesignerObjectInspectorInterface) ConnectMouseReleaseEvent ¶
func (ptr *QDesignerObjectInspectorInterface) ConnectMouseReleaseEvent(f func(event *gui.QMouseEvent))
func (*QDesignerObjectInspectorInterface) ConnectMoveEvent ¶
func (ptr *QDesignerObjectInspectorInterface) ConnectMoveEvent(f func(event *gui.QMoveEvent))
func (*QDesignerObjectInspectorInterface) ConnectNativeEvent ¶
func (ptr *QDesignerObjectInspectorInterface) ConnectNativeEvent(f func(eventType *core.QByteArray, message unsafe.Pointer, result int) bool)
func (*QDesignerObjectInspectorInterface) ConnectNotify ¶
func (ptr *QDesignerObjectInspectorInterface) ConnectNotify(sign core.QMetaMethod_ITF)
func (*QDesignerObjectInspectorInterface) ConnectNotifyDefault ¶
func (ptr *QDesignerObjectInspectorInterface) ConnectNotifyDefault(sign core.QMetaMethod_ITF)
func (*QDesignerObjectInspectorInterface) ConnectPaintEngine ¶
func (ptr *QDesignerObjectInspectorInterface) ConnectPaintEngine(f func() *gui.QPaintEngine)
func (*QDesignerObjectInspectorInterface) ConnectPaintEvent ¶
func (ptr *QDesignerObjectInspectorInterface) ConnectPaintEvent(f func(event *gui.QPaintEvent))
func (*QDesignerObjectInspectorInterface) ConnectRaise ¶
func (ptr *QDesignerObjectInspectorInterface) ConnectRaise(f func())
func (*QDesignerObjectInspectorInterface) ConnectRepaint ¶
func (ptr *QDesignerObjectInspectorInterface) ConnectRepaint(f func())
func (*QDesignerObjectInspectorInterface) ConnectResizeEvent ¶
func (ptr *QDesignerObjectInspectorInterface) ConnectResizeEvent(f func(event *gui.QResizeEvent))
func (*QDesignerObjectInspectorInterface) ConnectSetDisabled ¶
func (ptr *QDesignerObjectInspectorInterface) ConnectSetDisabled(f func(disable bool))
func (*QDesignerObjectInspectorInterface) ConnectSetEnabled ¶
func (ptr *QDesignerObjectInspectorInterface) ConnectSetEnabled(f func(vbo bool))
func (*QDesignerObjectInspectorInterface) ConnectSetFocus2 ¶
func (ptr *QDesignerObjectInspectorInterface) ConnectSetFocus2(f func())
func (*QDesignerObjectInspectorInterface) ConnectSetFormWindow ¶
func (ptr *QDesignerObjectInspectorInterface) ConnectSetFormWindow(f func(formWindow *QDesignerFormWindowInterface))
func (*QDesignerObjectInspectorInterface) ConnectSetHidden ¶
func (ptr *QDesignerObjectInspectorInterface) ConnectSetHidden(f func(hidden bool))
func (*QDesignerObjectInspectorInterface) ConnectSetStyleSheet ¶
func (ptr *QDesignerObjectInspectorInterface) ConnectSetStyleSheet(f func(styleSheet string))
func (*QDesignerObjectInspectorInterface) ConnectSetVisible ¶
func (ptr *QDesignerObjectInspectorInterface) ConnectSetVisible(f func(visible bool))
func (*QDesignerObjectInspectorInterface) ConnectSetWindowModified ¶
func (ptr *QDesignerObjectInspectorInterface) ConnectSetWindowModified(f func(vbo bool))
func (*QDesignerObjectInspectorInterface) ConnectSetWindowTitle ¶
func (ptr *QDesignerObjectInspectorInterface) ConnectSetWindowTitle(f func(vqs string))
func (*QDesignerObjectInspectorInterface) ConnectShow ¶
func (ptr *QDesignerObjectInspectorInterface) ConnectShow(f func())
func (*QDesignerObjectInspectorInterface) ConnectShowEvent ¶
func (ptr *QDesignerObjectInspectorInterface) ConnectShowEvent(f func(event *gui.QShowEvent))
func (*QDesignerObjectInspectorInterface) ConnectShowFullScreen ¶
func (ptr *QDesignerObjectInspectorInterface) ConnectShowFullScreen(f func())
func (*QDesignerObjectInspectorInterface) ConnectShowMaximized ¶
func (ptr *QDesignerObjectInspectorInterface) ConnectShowMaximized(f func())
func (*QDesignerObjectInspectorInterface) ConnectShowMinimized ¶
func (ptr *QDesignerObjectInspectorInterface) ConnectShowMinimized(f func())
func (*QDesignerObjectInspectorInterface) ConnectShowNormal ¶
func (ptr *QDesignerObjectInspectorInterface) ConnectShowNormal(f func())
func (*QDesignerObjectInspectorInterface) ConnectSizeHint ¶
func (ptr *QDesignerObjectInspectorInterface) ConnectSizeHint(f func() *core.QSize)
func (*QDesignerObjectInspectorInterface) ConnectTabletEvent ¶
func (ptr *QDesignerObjectInspectorInterface) ConnectTabletEvent(f func(event *gui.QTabletEvent))
func (*QDesignerObjectInspectorInterface) ConnectTimerEvent ¶
func (ptr *QDesignerObjectInspectorInterface) ConnectTimerEvent(f func(event *core.QTimerEvent))
func (*QDesignerObjectInspectorInterface) ConnectUpdate ¶
func (ptr *QDesignerObjectInspectorInterface) ConnectUpdate(f func())
func (*QDesignerObjectInspectorInterface) ConnectUpdateMicroFocus ¶
func (ptr *QDesignerObjectInspectorInterface) ConnectUpdateMicroFocus(f func())
func (*QDesignerObjectInspectorInterface) ConnectWheelEvent ¶
func (ptr *QDesignerObjectInspectorInterface) ConnectWheelEvent(f func(event *gui.QWheelEvent))
func (*QDesignerObjectInspectorInterface) ContextMenuEvent ¶
func (ptr *QDesignerObjectInspectorInterface) ContextMenuEvent(event gui.QContextMenuEvent_ITF)
func (*QDesignerObjectInspectorInterface) ContextMenuEventDefault ¶
func (ptr *QDesignerObjectInspectorInterface) ContextMenuEventDefault(event gui.QContextMenuEvent_ITF)
func (*QDesignerObjectInspectorInterface) Core ¶
func (ptr *QDesignerObjectInspectorInterface) Core() *QDesignerFormEditorInterface
func (*QDesignerObjectInspectorInterface) CoreDefault ¶
func (ptr *QDesignerObjectInspectorInterface) CoreDefault() *QDesignerFormEditorInterface
func (*QDesignerObjectInspectorInterface) CustomEvent ¶
func (ptr *QDesignerObjectInspectorInterface) CustomEvent(event core.QEvent_ITF)
func (*QDesignerObjectInspectorInterface) CustomEventDefault ¶
func (ptr *QDesignerObjectInspectorInterface) CustomEventDefault(event core.QEvent_ITF)
func (*QDesignerObjectInspectorInterface) DeleteLater ¶
func (ptr *QDesignerObjectInspectorInterface) DeleteLater()
func (*QDesignerObjectInspectorInterface) DeleteLaterDefault ¶
func (ptr *QDesignerObjectInspectorInterface) DeleteLaterDefault()
func (*QDesignerObjectInspectorInterface) DestroyQDesignerObjectInspectorInterface ¶
func (ptr *QDesignerObjectInspectorInterface) DestroyQDesignerObjectInspectorInterface()
func (*QDesignerObjectInspectorInterface) DestroyQDesignerObjectInspectorInterfaceDefault ¶
func (ptr *QDesignerObjectInspectorInterface) DestroyQDesignerObjectInspectorInterfaceDefault()
func (*QDesignerObjectInspectorInterface) DisconnectActionEvent ¶
func (ptr *QDesignerObjectInspectorInterface) DisconnectActionEvent()
func (*QDesignerObjectInspectorInterface) DisconnectChangeEvent ¶
func (ptr *QDesignerObjectInspectorInterface) DisconnectChangeEvent()
func (*QDesignerObjectInspectorInterface) DisconnectChildEvent ¶
func (ptr *QDesignerObjectInspectorInterface) DisconnectChildEvent()
func (*QDesignerObjectInspectorInterface) DisconnectClose ¶
func (ptr *QDesignerObjectInspectorInterface) DisconnectClose()
func (*QDesignerObjectInspectorInterface) DisconnectCloseEvent ¶
func (ptr *QDesignerObjectInspectorInterface) DisconnectCloseEvent()
func (*QDesignerObjectInspectorInterface) DisconnectConnectNotify ¶
func (ptr *QDesignerObjectInspectorInterface) DisconnectConnectNotify()
func (*QDesignerObjectInspectorInterface) DisconnectContextMenuEvent ¶
func (ptr *QDesignerObjectInspectorInterface) DisconnectContextMenuEvent()
func (*QDesignerObjectInspectorInterface) DisconnectCore ¶
func (ptr *QDesignerObjectInspectorInterface) DisconnectCore()
func (*QDesignerObjectInspectorInterface) DisconnectCustomEvent ¶
func (ptr *QDesignerObjectInspectorInterface) DisconnectCustomEvent()
func (*QDesignerObjectInspectorInterface) DisconnectDeleteLater ¶
func (ptr *QDesignerObjectInspectorInterface) DisconnectDeleteLater()
func (*QDesignerObjectInspectorInterface) DisconnectDestroyQDesignerObjectInspectorInterface ¶
func (ptr *QDesignerObjectInspectorInterface) DisconnectDestroyQDesignerObjectInspectorInterface()
func (*QDesignerObjectInspectorInterface) DisconnectDisconnectNotify ¶
func (ptr *QDesignerObjectInspectorInterface) DisconnectDisconnectNotify()
func (*QDesignerObjectInspectorInterface) DisconnectDragEnterEvent ¶
func (ptr *QDesignerObjectInspectorInterface) DisconnectDragEnterEvent()
func (*QDesignerObjectInspectorInterface) DisconnectDragLeaveEvent ¶
func (ptr *QDesignerObjectInspectorInterface) DisconnectDragLeaveEvent()
func (*QDesignerObjectInspectorInterface) DisconnectDragMoveEvent ¶
func (ptr *QDesignerObjectInspectorInterface) DisconnectDragMoveEvent()
func (*QDesignerObjectInspectorInterface) DisconnectDropEvent ¶
func (ptr *QDesignerObjectInspectorInterface) DisconnectDropEvent()
func (*QDesignerObjectInspectorInterface) DisconnectEnterEvent ¶
func (ptr *QDesignerObjectInspectorInterface) DisconnectEnterEvent()
func (*QDesignerObjectInspectorInterface) DisconnectEvent ¶
func (ptr *QDesignerObjectInspectorInterface) DisconnectEvent()
func (*QDesignerObjectInspectorInterface) DisconnectEventFilter ¶
func (ptr *QDesignerObjectInspectorInterface) DisconnectEventFilter()
func (*QDesignerObjectInspectorInterface) DisconnectFocusInEvent ¶
func (ptr *QDesignerObjectInspectorInterface) DisconnectFocusInEvent()
func (*QDesignerObjectInspectorInterface) DisconnectFocusNextPrevChild ¶
func (ptr *QDesignerObjectInspectorInterface) DisconnectFocusNextPrevChild()
func (*QDesignerObjectInspectorInterface) DisconnectFocusOutEvent ¶
func (ptr *QDesignerObjectInspectorInterface) DisconnectFocusOutEvent()
func (*QDesignerObjectInspectorInterface) DisconnectHasHeightForWidth ¶
func (ptr *QDesignerObjectInspectorInterface) DisconnectHasHeightForWidth()
func (*QDesignerObjectInspectorInterface) DisconnectHeightForWidth ¶
func (ptr *QDesignerObjectInspectorInterface) DisconnectHeightForWidth()
func (*QDesignerObjectInspectorInterface) DisconnectHide ¶
func (ptr *QDesignerObjectInspectorInterface) DisconnectHide()
func (*QDesignerObjectInspectorInterface) DisconnectHideEvent ¶
func (ptr *QDesignerObjectInspectorInterface) DisconnectHideEvent()
func (*QDesignerObjectInspectorInterface) DisconnectInputMethodEvent ¶
func (ptr *QDesignerObjectInspectorInterface) DisconnectInputMethodEvent()
func (*QDesignerObjectInspectorInterface) DisconnectInputMethodQuery ¶
func (ptr *QDesignerObjectInspectorInterface) DisconnectInputMethodQuery()
func (*QDesignerObjectInspectorInterface) DisconnectKeyPressEvent ¶
func (ptr *QDesignerObjectInspectorInterface) DisconnectKeyPressEvent()
func (*QDesignerObjectInspectorInterface) DisconnectKeyReleaseEvent ¶
func (ptr *QDesignerObjectInspectorInterface) DisconnectKeyReleaseEvent()
func (*QDesignerObjectInspectorInterface) DisconnectLeaveEvent ¶
func (ptr *QDesignerObjectInspectorInterface) DisconnectLeaveEvent()
func (*QDesignerObjectInspectorInterface) DisconnectLower ¶
func (ptr *QDesignerObjectInspectorInterface) DisconnectLower()
func (*QDesignerObjectInspectorInterface) DisconnectMetaObject ¶
func (ptr *QDesignerObjectInspectorInterface) DisconnectMetaObject()
func (*QDesignerObjectInspectorInterface) DisconnectMetric ¶
func (ptr *QDesignerObjectInspectorInterface) DisconnectMetric()
func (*QDesignerObjectInspectorInterface) DisconnectMinimumSizeHint ¶
func (ptr *QDesignerObjectInspectorInterface) DisconnectMinimumSizeHint()
func (*QDesignerObjectInspectorInterface) DisconnectMouseDoubleClickEvent ¶
func (ptr *QDesignerObjectInspectorInterface) DisconnectMouseDoubleClickEvent()
func (*QDesignerObjectInspectorInterface) DisconnectMouseMoveEvent ¶
func (ptr *QDesignerObjectInspectorInterface) DisconnectMouseMoveEvent()
func (*QDesignerObjectInspectorInterface) DisconnectMousePressEvent ¶
func (ptr *QDesignerObjectInspectorInterface) DisconnectMousePressEvent()
func (*QDesignerObjectInspectorInterface) DisconnectMouseReleaseEvent ¶
func (ptr *QDesignerObjectInspectorInterface) DisconnectMouseReleaseEvent()
func (*QDesignerObjectInspectorInterface) DisconnectMoveEvent ¶
func (ptr *QDesignerObjectInspectorInterface) DisconnectMoveEvent()
func (*QDesignerObjectInspectorInterface) DisconnectNativeEvent ¶
func (ptr *QDesignerObjectInspectorInterface) DisconnectNativeEvent()
func (*QDesignerObjectInspectorInterface) DisconnectNotify ¶
func (ptr *QDesignerObjectInspectorInterface) DisconnectNotify(sign core.QMetaMethod_ITF)
func (*QDesignerObjectInspectorInterface) DisconnectNotifyDefault ¶
func (ptr *QDesignerObjectInspectorInterface) DisconnectNotifyDefault(sign core.QMetaMethod_ITF)
func (*QDesignerObjectInspectorInterface) DisconnectPaintEngine ¶
func (ptr *QDesignerObjectInspectorInterface) DisconnectPaintEngine()
func (*QDesignerObjectInspectorInterface) DisconnectPaintEvent ¶
func (ptr *QDesignerObjectInspectorInterface) DisconnectPaintEvent()
func (*QDesignerObjectInspectorInterface) DisconnectRaise ¶
func (ptr *QDesignerObjectInspectorInterface) DisconnectRaise()
func (*QDesignerObjectInspectorInterface) DisconnectRepaint ¶
func (ptr *QDesignerObjectInspectorInterface) DisconnectRepaint()
func (*QDesignerObjectInspectorInterface) DisconnectResizeEvent ¶
func (ptr *QDesignerObjectInspectorInterface) DisconnectResizeEvent()
func (*QDesignerObjectInspectorInterface) DisconnectSetDisabled ¶
func (ptr *QDesignerObjectInspectorInterface) DisconnectSetDisabled()
func (*QDesignerObjectInspectorInterface) DisconnectSetEnabled ¶
func (ptr *QDesignerObjectInspectorInterface) DisconnectSetEnabled()
func (*QDesignerObjectInspectorInterface) DisconnectSetFocus2 ¶
func (ptr *QDesignerObjectInspectorInterface) DisconnectSetFocus2()
func (*QDesignerObjectInspectorInterface) DisconnectSetFormWindow ¶
func (ptr *QDesignerObjectInspectorInterface) DisconnectSetFormWindow(formWindow QDesignerFormWindowInterface_ITF)
func (*QDesignerObjectInspectorInterface) DisconnectSetHidden ¶
func (ptr *QDesignerObjectInspectorInterface) DisconnectSetHidden()
func (*QDesignerObjectInspectorInterface) DisconnectSetStyleSheet ¶
func (ptr *QDesignerObjectInspectorInterface) DisconnectSetStyleSheet()
func (*QDesignerObjectInspectorInterface) DisconnectSetVisible ¶
func (ptr *QDesignerObjectInspectorInterface) DisconnectSetVisible()
func (*QDesignerObjectInspectorInterface) DisconnectSetWindowModified ¶
func (ptr *QDesignerObjectInspectorInterface) DisconnectSetWindowModified()
func (*QDesignerObjectInspectorInterface) DisconnectSetWindowTitle ¶
func (ptr *QDesignerObjectInspectorInterface) DisconnectSetWindowTitle()
func (*QDesignerObjectInspectorInterface) DisconnectShow ¶
func (ptr *QDesignerObjectInspectorInterface) DisconnectShow()
func (*QDesignerObjectInspectorInterface) DisconnectShowEvent ¶
func (ptr *QDesignerObjectInspectorInterface) DisconnectShowEvent()
func (*QDesignerObjectInspectorInterface) DisconnectShowFullScreen ¶
func (ptr *QDesignerObjectInspectorInterface) DisconnectShowFullScreen()
func (*QDesignerObjectInspectorInterface) DisconnectShowMaximized ¶
func (ptr *QDesignerObjectInspectorInterface) DisconnectShowMaximized()
func (*QDesignerObjectInspectorInterface) DisconnectShowMinimized ¶
func (ptr *QDesignerObjectInspectorInterface) DisconnectShowMinimized()
func (*QDesignerObjectInspectorInterface) DisconnectShowNormal ¶
func (ptr *QDesignerObjectInspectorInterface) DisconnectShowNormal()
func (*QDesignerObjectInspectorInterface) DisconnectSizeHint ¶
func (ptr *QDesignerObjectInspectorInterface) DisconnectSizeHint()
func (*QDesignerObjectInspectorInterface) DisconnectTabletEvent ¶
func (ptr *QDesignerObjectInspectorInterface) DisconnectTabletEvent()
func (*QDesignerObjectInspectorInterface) DisconnectTimerEvent ¶
func (ptr *QDesignerObjectInspectorInterface) DisconnectTimerEvent()
func (*QDesignerObjectInspectorInterface) DisconnectUpdate ¶
func (ptr *QDesignerObjectInspectorInterface) DisconnectUpdate()
func (*QDesignerObjectInspectorInterface) DisconnectUpdateMicroFocus ¶
func (ptr *QDesignerObjectInspectorInterface) DisconnectUpdateMicroFocus()
func (*QDesignerObjectInspectorInterface) DisconnectWheelEvent ¶
func (ptr *QDesignerObjectInspectorInterface) DisconnectWheelEvent()
func (*QDesignerObjectInspectorInterface) DragEnterEvent ¶
func (ptr *QDesignerObjectInspectorInterface) DragEnterEvent(event gui.QDragEnterEvent_ITF)
func (*QDesignerObjectInspectorInterface) DragEnterEventDefault ¶
func (ptr *QDesignerObjectInspectorInterface) DragEnterEventDefault(event gui.QDragEnterEvent_ITF)
func (*QDesignerObjectInspectorInterface) DragLeaveEvent ¶
func (ptr *QDesignerObjectInspectorInterface) DragLeaveEvent(event gui.QDragLeaveEvent_ITF)
func (*QDesignerObjectInspectorInterface) DragLeaveEventDefault ¶
func (ptr *QDesignerObjectInspectorInterface) DragLeaveEventDefault(event gui.QDragLeaveEvent_ITF)
func (*QDesignerObjectInspectorInterface) DragMoveEvent ¶
func (ptr *QDesignerObjectInspectorInterface) DragMoveEvent(event gui.QDragMoveEvent_ITF)
func (*QDesignerObjectInspectorInterface) DragMoveEventDefault ¶
func (ptr *QDesignerObjectInspectorInterface) DragMoveEventDefault(event gui.QDragMoveEvent_ITF)
func (*QDesignerObjectInspectorInterface) DropEvent ¶
func (ptr *QDesignerObjectInspectorInterface) DropEvent(event gui.QDropEvent_ITF)
func (*QDesignerObjectInspectorInterface) DropEventDefault ¶
func (ptr *QDesignerObjectInspectorInterface) DropEventDefault(event gui.QDropEvent_ITF)
func (*QDesignerObjectInspectorInterface) EnterEvent ¶
func (ptr *QDesignerObjectInspectorInterface) EnterEvent(event core.QEvent_ITF)
func (*QDesignerObjectInspectorInterface) EnterEventDefault ¶
func (ptr *QDesignerObjectInspectorInterface) EnterEventDefault(event core.QEvent_ITF)
func (*QDesignerObjectInspectorInterface) Event ¶
func (ptr *QDesignerObjectInspectorInterface) Event(event core.QEvent_ITF) bool
func (*QDesignerObjectInspectorInterface) EventDefault ¶
func (ptr *QDesignerObjectInspectorInterface) EventDefault(event core.QEvent_ITF) bool
func (*QDesignerObjectInspectorInterface) EventFilter ¶
func (ptr *QDesignerObjectInspectorInterface) EventFilter(watched core.QObject_ITF, event core.QEvent_ITF) bool
func (*QDesignerObjectInspectorInterface) EventFilterDefault ¶
func (ptr *QDesignerObjectInspectorInterface) EventFilterDefault(watched core.QObject_ITF, event core.QEvent_ITF) bool
func (*QDesignerObjectInspectorInterface) FocusInEvent ¶
func (ptr *QDesignerObjectInspectorInterface) FocusInEvent(event gui.QFocusEvent_ITF)
func (*QDesignerObjectInspectorInterface) FocusInEventDefault ¶
func (ptr *QDesignerObjectInspectorInterface) FocusInEventDefault(event gui.QFocusEvent_ITF)
func (*QDesignerObjectInspectorInterface) FocusNextPrevChild ¶
func (ptr *QDesignerObjectInspectorInterface) FocusNextPrevChild(next bool) bool
func (*QDesignerObjectInspectorInterface) FocusNextPrevChildDefault ¶
func (ptr *QDesignerObjectInspectorInterface) FocusNextPrevChildDefault(next bool) bool
func (*QDesignerObjectInspectorInterface) FocusOutEvent ¶
func (ptr *QDesignerObjectInspectorInterface) FocusOutEvent(event gui.QFocusEvent_ITF)
func (*QDesignerObjectInspectorInterface) FocusOutEventDefault ¶
func (ptr *QDesignerObjectInspectorInterface) FocusOutEventDefault(event gui.QFocusEvent_ITF)
func (*QDesignerObjectInspectorInterface) HasHeightForWidth ¶
func (ptr *QDesignerObjectInspectorInterface) HasHeightForWidth() bool
func (*QDesignerObjectInspectorInterface) HasHeightForWidthDefault ¶
func (ptr *QDesignerObjectInspectorInterface) HasHeightForWidthDefault() bool
func (*QDesignerObjectInspectorInterface) HeightForWidth ¶
func (ptr *QDesignerObjectInspectorInterface) HeightForWidth(w int) int
func (*QDesignerObjectInspectorInterface) HeightForWidthDefault ¶
func (ptr *QDesignerObjectInspectorInterface) HeightForWidthDefault(w int) int
func (*QDesignerObjectInspectorInterface) Hide ¶
func (ptr *QDesignerObjectInspectorInterface) Hide()
func (*QDesignerObjectInspectorInterface) HideDefault ¶
func (ptr *QDesignerObjectInspectorInterface) HideDefault()
func (*QDesignerObjectInspectorInterface) HideEvent ¶
func (ptr *QDesignerObjectInspectorInterface) HideEvent(event gui.QHideEvent_ITF)
func (*QDesignerObjectInspectorInterface) HideEventDefault ¶
func (ptr *QDesignerObjectInspectorInterface) HideEventDefault(event gui.QHideEvent_ITF)
func (*QDesignerObjectInspectorInterface) InputMethodEvent ¶
func (ptr *QDesignerObjectInspectorInterface) InputMethodEvent(event gui.QInputMethodEvent_ITF)
func (*QDesignerObjectInspectorInterface) InputMethodEventDefault ¶
func (ptr *QDesignerObjectInspectorInterface) InputMethodEventDefault(event gui.QInputMethodEvent_ITF)
func (*QDesignerObjectInspectorInterface) InputMethodQuery ¶
func (ptr *QDesignerObjectInspectorInterface) InputMethodQuery(query core.Qt__InputMethodQuery) *core.QVariant
func (*QDesignerObjectInspectorInterface) InputMethodQueryDefault ¶
func (ptr *QDesignerObjectInspectorInterface) InputMethodQueryDefault(query core.Qt__InputMethodQuery) *core.QVariant
func (*QDesignerObjectInspectorInterface) KeyPressEvent ¶
func (ptr *QDesignerObjectInspectorInterface) KeyPressEvent(event gui.QKeyEvent_ITF)
func (*QDesignerObjectInspectorInterface) KeyPressEventDefault ¶
func (ptr *QDesignerObjectInspectorInterface) KeyPressEventDefault(event gui.QKeyEvent_ITF)
func (*QDesignerObjectInspectorInterface) KeyReleaseEvent ¶
func (ptr *QDesignerObjectInspectorInterface) KeyReleaseEvent(event gui.QKeyEvent_ITF)
func (*QDesignerObjectInspectorInterface) KeyReleaseEventDefault ¶
func (ptr *QDesignerObjectInspectorInterface) KeyReleaseEventDefault(event gui.QKeyEvent_ITF)
func (*QDesignerObjectInspectorInterface) LeaveEvent ¶
func (ptr *QDesignerObjectInspectorInterface) LeaveEvent(event core.QEvent_ITF)
func (*QDesignerObjectInspectorInterface) LeaveEventDefault ¶
func (ptr *QDesignerObjectInspectorInterface) LeaveEventDefault(event core.QEvent_ITF)
func (*QDesignerObjectInspectorInterface) Lower ¶
func (ptr *QDesignerObjectInspectorInterface) Lower()
func (*QDesignerObjectInspectorInterface) LowerDefault ¶
func (ptr *QDesignerObjectInspectorInterface) LowerDefault()
func (*QDesignerObjectInspectorInterface) MetaObject ¶
func (ptr *QDesignerObjectInspectorInterface) MetaObject() *core.QMetaObject
func (*QDesignerObjectInspectorInterface) MetaObjectDefault ¶
func (ptr *QDesignerObjectInspectorInterface) MetaObjectDefault() *core.QMetaObject
func (*QDesignerObjectInspectorInterface) Metric ¶
func (ptr *QDesignerObjectInspectorInterface) Metric(m gui.QPaintDevice__PaintDeviceMetric) int
func (*QDesignerObjectInspectorInterface) MetricDefault ¶
func (ptr *QDesignerObjectInspectorInterface) MetricDefault(m gui.QPaintDevice__PaintDeviceMetric) int
func (*QDesignerObjectInspectorInterface) MinimumSizeHint ¶
func (ptr *QDesignerObjectInspectorInterface) MinimumSizeHint() *core.QSize
func (*QDesignerObjectInspectorInterface) MinimumSizeHintDefault ¶
func (ptr *QDesignerObjectInspectorInterface) MinimumSizeHintDefault() *core.QSize
func (*QDesignerObjectInspectorInterface) MouseDoubleClickEvent ¶
func (ptr *QDesignerObjectInspectorInterface) MouseDoubleClickEvent(event gui.QMouseEvent_ITF)
func (*QDesignerObjectInspectorInterface) MouseDoubleClickEventDefault ¶
func (ptr *QDesignerObjectInspectorInterface) MouseDoubleClickEventDefault(event gui.QMouseEvent_ITF)
func (*QDesignerObjectInspectorInterface) MouseMoveEvent ¶
func (ptr *QDesignerObjectInspectorInterface) MouseMoveEvent(event gui.QMouseEvent_ITF)
func (*QDesignerObjectInspectorInterface) MouseMoveEventDefault ¶
func (ptr *QDesignerObjectInspectorInterface) MouseMoveEventDefault(event gui.QMouseEvent_ITF)
func (*QDesignerObjectInspectorInterface) MousePressEvent ¶
func (ptr *QDesignerObjectInspectorInterface) MousePressEvent(event gui.QMouseEvent_ITF)
func (*QDesignerObjectInspectorInterface) MousePressEventDefault ¶
func (ptr *QDesignerObjectInspectorInterface) MousePressEventDefault(event gui.QMouseEvent_ITF)
func (*QDesignerObjectInspectorInterface) MouseReleaseEvent ¶
func (ptr *QDesignerObjectInspectorInterface) MouseReleaseEvent(event gui.QMouseEvent_ITF)
func (*QDesignerObjectInspectorInterface) MouseReleaseEventDefault ¶
func (ptr *QDesignerObjectInspectorInterface) MouseReleaseEventDefault(event gui.QMouseEvent_ITF)
func (*QDesignerObjectInspectorInterface) MoveEvent ¶
func (ptr *QDesignerObjectInspectorInterface) MoveEvent(event gui.QMoveEvent_ITF)
func (*QDesignerObjectInspectorInterface) MoveEventDefault ¶
func (ptr *QDesignerObjectInspectorInterface) MoveEventDefault(event gui.QMoveEvent_ITF)
func (*QDesignerObjectInspectorInterface) NativeEvent ¶
func (ptr *QDesignerObjectInspectorInterface) NativeEvent(eventType core.QByteArray_ITF, message unsafe.Pointer, result int) bool
func (*QDesignerObjectInspectorInterface) NativeEventDefault ¶
func (ptr *QDesignerObjectInspectorInterface) NativeEventDefault(eventType core.QByteArray_ITF, message unsafe.Pointer, result int) bool
func (*QDesignerObjectInspectorInterface) PaintEngine ¶
func (ptr *QDesignerObjectInspectorInterface) PaintEngine() *gui.QPaintEngine
func (*QDesignerObjectInspectorInterface) PaintEngineDefault ¶
func (ptr *QDesignerObjectInspectorInterface) PaintEngineDefault() *gui.QPaintEngine
func (*QDesignerObjectInspectorInterface) PaintEvent ¶
func (ptr *QDesignerObjectInspectorInterface) PaintEvent(event gui.QPaintEvent_ITF)
func (*QDesignerObjectInspectorInterface) PaintEventDefault ¶
func (ptr *QDesignerObjectInspectorInterface) PaintEventDefault(event gui.QPaintEvent_ITF)
func (*QDesignerObjectInspectorInterface) Pointer ¶
func (p *QDesignerObjectInspectorInterface) Pointer() unsafe.Pointer
func (*QDesignerObjectInspectorInterface) QDesignerObjectInspectorInterface_PTR ¶
func (p *QDesignerObjectInspectorInterface) QDesignerObjectInspectorInterface_PTR() *QDesignerObjectInspectorInterface
func (*QDesignerObjectInspectorInterface) Raise ¶
func (ptr *QDesignerObjectInspectorInterface) Raise()
func (*QDesignerObjectInspectorInterface) RaiseDefault ¶
func (ptr *QDesignerObjectInspectorInterface) RaiseDefault()
func (*QDesignerObjectInspectorInterface) Repaint ¶
func (ptr *QDesignerObjectInspectorInterface) Repaint()
func (*QDesignerObjectInspectorInterface) RepaintDefault ¶
func (ptr *QDesignerObjectInspectorInterface) RepaintDefault()
func (*QDesignerObjectInspectorInterface) ResizeEvent ¶
func (ptr *QDesignerObjectInspectorInterface) ResizeEvent(event gui.QResizeEvent_ITF)
func (*QDesignerObjectInspectorInterface) ResizeEventDefault ¶
func (ptr *QDesignerObjectInspectorInterface) ResizeEventDefault(event gui.QResizeEvent_ITF)
func (*QDesignerObjectInspectorInterface) SetDisabled ¶
func (ptr *QDesignerObjectInspectorInterface) SetDisabled(disable bool)
func (*QDesignerObjectInspectorInterface) SetDisabledDefault ¶
func (ptr *QDesignerObjectInspectorInterface) SetDisabledDefault(disable bool)
func (*QDesignerObjectInspectorInterface) SetEnabled ¶
func (ptr *QDesignerObjectInspectorInterface) SetEnabled(vbo bool)
func (*QDesignerObjectInspectorInterface) SetEnabledDefault ¶
func (ptr *QDesignerObjectInspectorInterface) SetEnabledDefault(vbo bool)
func (*QDesignerObjectInspectorInterface) SetFocus2 ¶
func (ptr *QDesignerObjectInspectorInterface) SetFocus2()
func (*QDesignerObjectInspectorInterface) SetFocus2Default ¶
func (ptr *QDesignerObjectInspectorInterface) SetFocus2Default()
func (*QDesignerObjectInspectorInterface) SetFormWindow ¶
func (ptr *QDesignerObjectInspectorInterface) SetFormWindow(formWindow QDesignerFormWindowInterface_ITF)
func (*QDesignerObjectInspectorInterface) SetHidden ¶
func (ptr *QDesignerObjectInspectorInterface) SetHidden(hidden bool)
func (*QDesignerObjectInspectorInterface) SetHiddenDefault ¶
func (ptr *QDesignerObjectInspectorInterface) SetHiddenDefault(hidden bool)
func (*QDesignerObjectInspectorInterface) SetPointer ¶
func (p *QDesignerObjectInspectorInterface) SetPointer(ptr unsafe.Pointer)
func (*QDesignerObjectInspectorInterface) SetStyleSheet ¶
func (ptr *QDesignerObjectInspectorInterface) SetStyleSheet(styleSheet string)
func (*QDesignerObjectInspectorInterface) SetStyleSheetDefault ¶
func (ptr *QDesignerObjectInspectorInterface) SetStyleSheetDefault(styleSheet string)
func (*QDesignerObjectInspectorInterface) SetVisible ¶
func (ptr *QDesignerObjectInspectorInterface) SetVisible(visible bool)
func (*QDesignerObjectInspectorInterface) SetVisibleDefault ¶
func (ptr *QDesignerObjectInspectorInterface) SetVisibleDefault(visible bool)
func (*QDesignerObjectInspectorInterface) SetWindowModified ¶
func (ptr *QDesignerObjectInspectorInterface) SetWindowModified(vbo bool)
func (*QDesignerObjectInspectorInterface) SetWindowModifiedDefault ¶
func (ptr *QDesignerObjectInspectorInterface) SetWindowModifiedDefault(vbo bool)
func (*QDesignerObjectInspectorInterface) SetWindowTitle ¶
func (ptr *QDesignerObjectInspectorInterface) SetWindowTitle(vqs string)
func (*QDesignerObjectInspectorInterface) SetWindowTitleDefault ¶
func (ptr *QDesignerObjectInspectorInterface) SetWindowTitleDefault(vqs string)
func (*QDesignerObjectInspectorInterface) Show ¶
func (ptr *QDesignerObjectInspectorInterface) Show()
func (*QDesignerObjectInspectorInterface) ShowDefault ¶
func (ptr *QDesignerObjectInspectorInterface) ShowDefault()
func (*QDesignerObjectInspectorInterface) ShowEvent ¶
func (ptr *QDesignerObjectInspectorInterface) ShowEvent(event gui.QShowEvent_ITF)
func (*QDesignerObjectInspectorInterface) ShowEventDefault ¶
func (ptr *QDesignerObjectInspectorInterface) ShowEventDefault(event gui.QShowEvent_ITF)
func (*QDesignerObjectInspectorInterface) ShowFullScreen ¶
func (ptr *QDesignerObjectInspectorInterface) ShowFullScreen()
func (*QDesignerObjectInspectorInterface) ShowFullScreenDefault ¶
func (ptr *QDesignerObjectInspectorInterface) ShowFullScreenDefault()
func (*QDesignerObjectInspectorInterface) ShowMaximized ¶
func (ptr *QDesignerObjectInspectorInterface) ShowMaximized()
func (*QDesignerObjectInspectorInterface) ShowMaximizedDefault ¶
func (ptr *QDesignerObjectInspectorInterface) ShowMaximizedDefault()
func (*QDesignerObjectInspectorInterface) ShowMinimized ¶
func (ptr *QDesignerObjectInspectorInterface) ShowMinimized()
func (*QDesignerObjectInspectorInterface) ShowMinimizedDefault ¶
func (ptr *QDesignerObjectInspectorInterface) ShowMinimizedDefault()
func (*QDesignerObjectInspectorInterface) ShowNormal ¶
func (ptr *QDesignerObjectInspectorInterface) ShowNormal()
func (*QDesignerObjectInspectorInterface) ShowNormalDefault ¶
func (ptr *QDesignerObjectInspectorInterface) ShowNormalDefault()
func (*QDesignerObjectInspectorInterface) SizeHint ¶
func (ptr *QDesignerObjectInspectorInterface) SizeHint() *core.QSize
func (*QDesignerObjectInspectorInterface) SizeHintDefault ¶
func (ptr *QDesignerObjectInspectorInterface) SizeHintDefault() *core.QSize
func (*QDesignerObjectInspectorInterface) TabletEvent ¶
func (ptr *QDesignerObjectInspectorInterface) TabletEvent(event gui.QTabletEvent_ITF)
func (*QDesignerObjectInspectorInterface) TabletEventDefault ¶
func (ptr *QDesignerObjectInspectorInterface) TabletEventDefault(event gui.QTabletEvent_ITF)
func (*QDesignerObjectInspectorInterface) TimerEvent ¶
func (ptr *QDesignerObjectInspectorInterface) TimerEvent(event core.QTimerEvent_ITF)
func (*QDesignerObjectInspectorInterface) TimerEventDefault ¶
func (ptr *QDesignerObjectInspectorInterface) TimerEventDefault(event core.QTimerEvent_ITF)
func (*QDesignerObjectInspectorInterface) Update ¶
func (ptr *QDesignerObjectInspectorInterface) Update()
func (*QDesignerObjectInspectorInterface) UpdateDefault ¶
func (ptr *QDesignerObjectInspectorInterface) UpdateDefault()
func (*QDesignerObjectInspectorInterface) UpdateMicroFocus ¶
func (ptr *QDesignerObjectInspectorInterface) UpdateMicroFocus()
func (*QDesignerObjectInspectorInterface) UpdateMicroFocusDefault ¶
func (ptr *QDesignerObjectInspectorInterface) UpdateMicroFocusDefault()
func (*QDesignerObjectInspectorInterface) WheelEvent ¶
func (ptr *QDesignerObjectInspectorInterface) WheelEvent(event gui.QWheelEvent_ITF)
func (*QDesignerObjectInspectorInterface) WheelEventDefault ¶
func (ptr *QDesignerObjectInspectorInterface) WheelEventDefault(event gui.QWheelEvent_ITF)
type QDesignerObjectInspectorInterface_ITF ¶
type QDesignerObjectInspectorInterface_ITF interface { widgets.QWidget_ITF QDesignerObjectInspectorInterface_PTR() *QDesignerObjectInspectorInterface }
type QDesignerPropertyEditorInterface ¶
func NewQDesignerPropertyEditorInterface ¶
func NewQDesignerPropertyEditorInterface(parent widgets.QWidget_ITF, flags core.Qt__WindowType) *QDesignerPropertyEditorInterface
func NewQDesignerPropertyEditorInterfaceFromPointer ¶
func NewQDesignerPropertyEditorInterfaceFromPointer(ptr unsafe.Pointer) *QDesignerPropertyEditorInterface
func (*QDesignerPropertyEditorInterface) ActionEvent ¶
func (ptr *QDesignerPropertyEditorInterface) ActionEvent(event gui.QActionEvent_ITF)
func (*QDesignerPropertyEditorInterface) ActionEventDefault ¶
func (ptr *QDesignerPropertyEditorInterface) ActionEventDefault(event gui.QActionEvent_ITF)
func (*QDesignerPropertyEditorInterface) ChangeEvent ¶
func (ptr *QDesignerPropertyEditorInterface) ChangeEvent(event core.QEvent_ITF)
func (*QDesignerPropertyEditorInterface) ChangeEventDefault ¶
func (ptr *QDesignerPropertyEditorInterface) ChangeEventDefault(event core.QEvent_ITF)
func (*QDesignerPropertyEditorInterface) ChildEvent ¶
func (ptr *QDesignerPropertyEditorInterface) ChildEvent(event core.QChildEvent_ITF)
func (*QDesignerPropertyEditorInterface) ChildEventDefault ¶
func (ptr *QDesignerPropertyEditorInterface) ChildEventDefault(event core.QChildEvent_ITF)
func (*QDesignerPropertyEditorInterface) Close ¶
func (ptr *QDesignerPropertyEditorInterface) Close() bool
func (*QDesignerPropertyEditorInterface) CloseDefault ¶
func (ptr *QDesignerPropertyEditorInterface) CloseDefault() bool
func (*QDesignerPropertyEditorInterface) CloseEvent ¶
func (ptr *QDesignerPropertyEditorInterface) CloseEvent(event gui.QCloseEvent_ITF)
func (*QDesignerPropertyEditorInterface) CloseEventDefault ¶
func (ptr *QDesignerPropertyEditorInterface) CloseEventDefault(event gui.QCloseEvent_ITF)
func (*QDesignerPropertyEditorInterface) ConnectActionEvent ¶
func (ptr *QDesignerPropertyEditorInterface) ConnectActionEvent(f func(event *gui.QActionEvent))
func (*QDesignerPropertyEditorInterface) ConnectChangeEvent ¶
func (ptr *QDesignerPropertyEditorInterface) ConnectChangeEvent(f func(event *core.QEvent))
func (*QDesignerPropertyEditorInterface) ConnectChildEvent ¶
func (ptr *QDesignerPropertyEditorInterface) ConnectChildEvent(f func(event *core.QChildEvent))
func (*QDesignerPropertyEditorInterface) ConnectClose ¶
func (ptr *QDesignerPropertyEditorInterface) ConnectClose(f func() bool)
func (*QDesignerPropertyEditorInterface) ConnectCloseEvent ¶
func (ptr *QDesignerPropertyEditorInterface) ConnectCloseEvent(f func(event *gui.QCloseEvent))
func (*QDesignerPropertyEditorInterface) ConnectConnectNotify ¶
func (ptr *QDesignerPropertyEditorInterface) ConnectConnectNotify(f func(sign *core.QMetaMethod))
func (*QDesignerPropertyEditorInterface) ConnectContextMenuEvent ¶
func (ptr *QDesignerPropertyEditorInterface) ConnectContextMenuEvent(f func(event *gui.QContextMenuEvent))
func (*QDesignerPropertyEditorInterface) ConnectCore ¶
func (ptr *QDesignerPropertyEditorInterface) ConnectCore(f func() *QDesignerFormEditorInterface)
func (*QDesignerPropertyEditorInterface) ConnectCurrentPropertyName ¶
func (ptr *QDesignerPropertyEditorInterface) ConnectCurrentPropertyName(f func() string)
func (*QDesignerPropertyEditorInterface) ConnectCustomEvent ¶
func (ptr *QDesignerPropertyEditorInterface) ConnectCustomEvent(f func(event *core.QEvent))
func (*QDesignerPropertyEditorInterface) ConnectDeleteLater ¶
func (ptr *QDesignerPropertyEditorInterface) ConnectDeleteLater(f func())
func (*QDesignerPropertyEditorInterface) ConnectDestroyQDesignerPropertyEditorInterface ¶
func (ptr *QDesignerPropertyEditorInterface) ConnectDestroyQDesignerPropertyEditorInterface(f func())
func (*QDesignerPropertyEditorInterface) ConnectDisconnectNotify ¶
func (ptr *QDesignerPropertyEditorInterface) ConnectDisconnectNotify(f func(sign *core.QMetaMethod))
func (*QDesignerPropertyEditorInterface) ConnectDragEnterEvent ¶
func (ptr *QDesignerPropertyEditorInterface) ConnectDragEnterEvent(f func(event *gui.QDragEnterEvent))
func (*QDesignerPropertyEditorInterface) ConnectDragLeaveEvent ¶
func (ptr *QDesignerPropertyEditorInterface) ConnectDragLeaveEvent(f func(event *gui.QDragLeaveEvent))
func (*QDesignerPropertyEditorInterface) ConnectDragMoveEvent ¶
func (ptr *QDesignerPropertyEditorInterface) ConnectDragMoveEvent(f func(event *gui.QDragMoveEvent))
func (*QDesignerPropertyEditorInterface) ConnectDropEvent ¶
func (ptr *QDesignerPropertyEditorInterface) ConnectDropEvent(f func(event *gui.QDropEvent))
func (*QDesignerPropertyEditorInterface) ConnectEnterEvent ¶
func (ptr *QDesignerPropertyEditorInterface) ConnectEnterEvent(f func(event *core.QEvent))
func (*QDesignerPropertyEditorInterface) ConnectEvent ¶
func (ptr *QDesignerPropertyEditorInterface) ConnectEvent(f func(event *core.QEvent) bool)
func (*QDesignerPropertyEditorInterface) ConnectEventFilter ¶
func (*QDesignerPropertyEditorInterface) ConnectFocusInEvent ¶
func (ptr *QDesignerPropertyEditorInterface) ConnectFocusInEvent(f func(event *gui.QFocusEvent))
func (*QDesignerPropertyEditorInterface) ConnectFocusNextPrevChild ¶
func (ptr *QDesignerPropertyEditorInterface) ConnectFocusNextPrevChild(f func(next bool) bool)
func (*QDesignerPropertyEditorInterface) ConnectFocusOutEvent ¶
func (ptr *QDesignerPropertyEditorInterface) ConnectFocusOutEvent(f func(event *gui.QFocusEvent))
func (*QDesignerPropertyEditorInterface) ConnectHasHeightForWidth ¶
func (ptr *QDesignerPropertyEditorInterface) ConnectHasHeightForWidth(f func() bool)
func (*QDesignerPropertyEditorInterface) ConnectHeightForWidth ¶
func (ptr *QDesignerPropertyEditorInterface) ConnectHeightForWidth(f func(w int) int)
func (*QDesignerPropertyEditorInterface) ConnectHide ¶
func (ptr *QDesignerPropertyEditorInterface) ConnectHide(f func())
func (*QDesignerPropertyEditorInterface) ConnectHideEvent ¶
func (ptr *QDesignerPropertyEditorInterface) ConnectHideEvent(f func(event *gui.QHideEvent))
func (*QDesignerPropertyEditorInterface) ConnectInputMethodEvent ¶
func (ptr *QDesignerPropertyEditorInterface) ConnectInputMethodEvent(f func(event *gui.QInputMethodEvent))
func (*QDesignerPropertyEditorInterface) ConnectInputMethodQuery ¶
func (ptr *QDesignerPropertyEditorInterface) ConnectInputMethodQuery(f func(query core.Qt__InputMethodQuery) *core.QVariant)
func (*QDesignerPropertyEditorInterface) ConnectIsReadOnly ¶
func (ptr *QDesignerPropertyEditorInterface) ConnectIsReadOnly(f func() bool)
func (*QDesignerPropertyEditorInterface) ConnectKeyPressEvent ¶
func (ptr *QDesignerPropertyEditorInterface) ConnectKeyPressEvent(f func(event *gui.QKeyEvent))
func (*QDesignerPropertyEditorInterface) ConnectKeyReleaseEvent ¶
func (ptr *QDesignerPropertyEditorInterface) ConnectKeyReleaseEvent(f func(event *gui.QKeyEvent))
func (*QDesignerPropertyEditorInterface) ConnectLeaveEvent ¶
func (ptr *QDesignerPropertyEditorInterface) ConnectLeaveEvent(f func(event *core.QEvent))
func (*QDesignerPropertyEditorInterface) ConnectLower ¶
func (ptr *QDesignerPropertyEditorInterface) ConnectLower(f func())
func (*QDesignerPropertyEditorInterface) ConnectMetaObject ¶
func (ptr *QDesignerPropertyEditorInterface) ConnectMetaObject(f func() *core.QMetaObject)
func (*QDesignerPropertyEditorInterface) ConnectMetric ¶
func (ptr *QDesignerPropertyEditorInterface) ConnectMetric(f func(m gui.QPaintDevice__PaintDeviceMetric) int)
func (*QDesignerPropertyEditorInterface) ConnectMinimumSizeHint ¶
func (ptr *QDesignerPropertyEditorInterface) ConnectMinimumSizeHint(f func() *core.QSize)
func (*QDesignerPropertyEditorInterface) ConnectMouseDoubleClickEvent ¶
func (ptr *QDesignerPropertyEditorInterface) ConnectMouseDoubleClickEvent(f func(event *gui.QMouseEvent))
func (*QDesignerPropertyEditorInterface) ConnectMouseMoveEvent ¶
func (ptr *QDesignerPropertyEditorInterface) ConnectMouseMoveEvent(f func(event *gui.QMouseEvent))
func (*QDesignerPropertyEditorInterface) ConnectMousePressEvent ¶
func (ptr *QDesignerPropertyEditorInterface) ConnectMousePressEvent(f func(event *gui.QMouseEvent))
func (*QDesignerPropertyEditorInterface) ConnectMouseReleaseEvent ¶
func (ptr *QDesignerPropertyEditorInterface) ConnectMouseReleaseEvent(f func(event *gui.QMouseEvent))
func (*QDesignerPropertyEditorInterface) ConnectMoveEvent ¶
func (ptr *QDesignerPropertyEditorInterface) ConnectMoveEvent(f func(event *gui.QMoveEvent))
func (*QDesignerPropertyEditorInterface) ConnectNativeEvent ¶
func (ptr *QDesignerPropertyEditorInterface) ConnectNativeEvent(f func(eventType *core.QByteArray, message unsafe.Pointer, result int) bool)
func (*QDesignerPropertyEditorInterface) ConnectNotify ¶
func (ptr *QDesignerPropertyEditorInterface) ConnectNotify(sign core.QMetaMethod_ITF)
func (*QDesignerPropertyEditorInterface) ConnectNotifyDefault ¶
func (ptr *QDesignerPropertyEditorInterface) ConnectNotifyDefault(sign core.QMetaMethod_ITF)
func (*QDesignerPropertyEditorInterface) ConnectObject ¶
func (ptr *QDesignerPropertyEditorInterface) ConnectObject(f func() *core.QObject)
func (*QDesignerPropertyEditorInterface) ConnectPaintEngine ¶
func (ptr *QDesignerPropertyEditorInterface) ConnectPaintEngine(f func() *gui.QPaintEngine)
func (*QDesignerPropertyEditorInterface) ConnectPaintEvent ¶
func (ptr *QDesignerPropertyEditorInterface) ConnectPaintEvent(f func(event *gui.QPaintEvent))
func (*QDesignerPropertyEditorInterface) ConnectPropertyChanged ¶
func (ptr *QDesignerPropertyEditorInterface) ConnectPropertyChanged(f func(name string, value *core.QVariant))
func (*QDesignerPropertyEditorInterface) ConnectRaise ¶
func (ptr *QDesignerPropertyEditorInterface) ConnectRaise(f func())
func (*QDesignerPropertyEditorInterface) ConnectRepaint ¶
func (ptr *QDesignerPropertyEditorInterface) ConnectRepaint(f func())
func (*QDesignerPropertyEditorInterface) ConnectResizeEvent ¶
func (ptr *QDesignerPropertyEditorInterface) ConnectResizeEvent(f func(event *gui.QResizeEvent))
func (*QDesignerPropertyEditorInterface) ConnectSetDisabled ¶
func (ptr *QDesignerPropertyEditorInterface) ConnectSetDisabled(f func(disable bool))
func (*QDesignerPropertyEditorInterface) ConnectSetEnabled ¶
func (ptr *QDesignerPropertyEditorInterface) ConnectSetEnabled(f func(vbo bool))
func (*QDesignerPropertyEditorInterface) ConnectSetFocus2 ¶
func (ptr *QDesignerPropertyEditorInterface) ConnectSetFocus2(f func())
func (*QDesignerPropertyEditorInterface) ConnectSetHidden ¶
func (ptr *QDesignerPropertyEditorInterface) ConnectSetHidden(f func(hidden bool))
func (*QDesignerPropertyEditorInterface) ConnectSetObject ¶
func (ptr *QDesignerPropertyEditorInterface) ConnectSetObject(f func(object *core.QObject))
func (*QDesignerPropertyEditorInterface) ConnectSetPropertyValue ¶
func (ptr *QDesignerPropertyEditorInterface) ConnectSetPropertyValue(f func(name string, value *core.QVariant, changed bool))
func (*QDesignerPropertyEditorInterface) ConnectSetReadOnly ¶
func (ptr *QDesignerPropertyEditorInterface) ConnectSetReadOnly(f func(readOnly bool))
func (*QDesignerPropertyEditorInterface) ConnectSetStyleSheet ¶
func (ptr *QDesignerPropertyEditorInterface) ConnectSetStyleSheet(f func(styleSheet string))
func (*QDesignerPropertyEditorInterface) ConnectSetVisible ¶
func (ptr *QDesignerPropertyEditorInterface) ConnectSetVisible(f func(visible bool))
func (*QDesignerPropertyEditorInterface) ConnectSetWindowModified ¶
func (ptr *QDesignerPropertyEditorInterface) ConnectSetWindowModified(f func(vbo bool))
func (*QDesignerPropertyEditorInterface) ConnectSetWindowTitle ¶
func (ptr *QDesignerPropertyEditorInterface) ConnectSetWindowTitle(f func(vqs string))
func (*QDesignerPropertyEditorInterface) ConnectShow ¶
func (ptr *QDesignerPropertyEditorInterface) ConnectShow(f func())
func (*QDesignerPropertyEditorInterface) ConnectShowEvent ¶
func (ptr *QDesignerPropertyEditorInterface) ConnectShowEvent(f func(event *gui.QShowEvent))
func (*QDesignerPropertyEditorInterface) ConnectShowFullScreen ¶
func (ptr *QDesignerPropertyEditorInterface) ConnectShowFullScreen(f func())
func (*QDesignerPropertyEditorInterface) ConnectShowMaximized ¶
func (ptr *QDesignerPropertyEditorInterface) ConnectShowMaximized(f func())
func (*QDesignerPropertyEditorInterface) ConnectShowMinimized ¶
func (ptr *QDesignerPropertyEditorInterface) ConnectShowMinimized(f func())
func (*QDesignerPropertyEditorInterface) ConnectShowNormal ¶
func (ptr *QDesignerPropertyEditorInterface) ConnectShowNormal(f func())
func (*QDesignerPropertyEditorInterface) ConnectSizeHint ¶
func (ptr *QDesignerPropertyEditorInterface) ConnectSizeHint(f func() *core.QSize)
func (*QDesignerPropertyEditorInterface) ConnectTabletEvent ¶
func (ptr *QDesignerPropertyEditorInterface) ConnectTabletEvent(f func(event *gui.QTabletEvent))
func (*QDesignerPropertyEditorInterface) ConnectTimerEvent ¶
func (ptr *QDesignerPropertyEditorInterface) ConnectTimerEvent(f func(event *core.QTimerEvent))
func (*QDesignerPropertyEditorInterface) ConnectUpdate ¶
func (ptr *QDesignerPropertyEditorInterface) ConnectUpdate(f func())
func (*QDesignerPropertyEditorInterface) ConnectUpdateMicroFocus ¶
func (ptr *QDesignerPropertyEditorInterface) ConnectUpdateMicroFocus(f func())
func (*QDesignerPropertyEditorInterface) ConnectWheelEvent ¶
func (ptr *QDesignerPropertyEditorInterface) ConnectWheelEvent(f func(event *gui.QWheelEvent))
func (*QDesignerPropertyEditorInterface) ContextMenuEvent ¶
func (ptr *QDesignerPropertyEditorInterface) ContextMenuEvent(event gui.QContextMenuEvent_ITF)
func (*QDesignerPropertyEditorInterface) ContextMenuEventDefault ¶
func (ptr *QDesignerPropertyEditorInterface) ContextMenuEventDefault(event gui.QContextMenuEvent_ITF)
func (*QDesignerPropertyEditorInterface) Core ¶
func (ptr *QDesignerPropertyEditorInterface) Core() *QDesignerFormEditorInterface
func (*QDesignerPropertyEditorInterface) CoreDefault ¶
func (ptr *QDesignerPropertyEditorInterface) CoreDefault() *QDesignerFormEditorInterface
func (*QDesignerPropertyEditorInterface) CurrentPropertyName ¶
func (ptr *QDesignerPropertyEditorInterface) CurrentPropertyName() string
func (*QDesignerPropertyEditorInterface) CustomEvent ¶
func (ptr *QDesignerPropertyEditorInterface) CustomEvent(event core.QEvent_ITF)
func (*QDesignerPropertyEditorInterface) CustomEventDefault ¶
func (ptr *QDesignerPropertyEditorInterface) CustomEventDefault(event core.QEvent_ITF)
func (*QDesignerPropertyEditorInterface) DeleteLater ¶
func (ptr *QDesignerPropertyEditorInterface) DeleteLater()
func (*QDesignerPropertyEditorInterface) DeleteLaterDefault ¶
func (ptr *QDesignerPropertyEditorInterface) DeleteLaterDefault()
func (*QDesignerPropertyEditorInterface) DestroyQDesignerPropertyEditorInterface ¶
func (ptr *QDesignerPropertyEditorInterface) DestroyQDesignerPropertyEditorInterface()
func (*QDesignerPropertyEditorInterface) DestroyQDesignerPropertyEditorInterfaceDefault ¶
func (ptr *QDesignerPropertyEditorInterface) DestroyQDesignerPropertyEditorInterfaceDefault()
func (*QDesignerPropertyEditorInterface) DisconnectActionEvent ¶
func (ptr *QDesignerPropertyEditorInterface) DisconnectActionEvent()
func (*QDesignerPropertyEditorInterface) DisconnectChangeEvent ¶
func (ptr *QDesignerPropertyEditorInterface) DisconnectChangeEvent()
func (*QDesignerPropertyEditorInterface) DisconnectChildEvent ¶
func (ptr *QDesignerPropertyEditorInterface) DisconnectChildEvent()
func (*QDesignerPropertyEditorInterface) DisconnectClose ¶
func (ptr *QDesignerPropertyEditorInterface) DisconnectClose()
func (*QDesignerPropertyEditorInterface) DisconnectCloseEvent ¶
func (ptr *QDesignerPropertyEditorInterface) DisconnectCloseEvent()
func (*QDesignerPropertyEditorInterface) DisconnectConnectNotify ¶
func (ptr *QDesignerPropertyEditorInterface) DisconnectConnectNotify()
func (*QDesignerPropertyEditorInterface) DisconnectContextMenuEvent ¶
func (ptr *QDesignerPropertyEditorInterface) DisconnectContextMenuEvent()
func (*QDesignerPropertyEditorInterface) DisconnectCore ¶
func (ptr *QDesignerPropertyEditorInterface) DisconnectCore()
func (*QDesignerPropertyEditorInterface) DisconnectCurrentPropertyName ¶
func (ptr *QDesignerPropertyEditorInterface) DisconnectCurrentPropertyName()
func (*QDesignerPropertyEditorInterface) DisconnectCustomEvent ¶
func (ptr *QDesignerPropertyEditorInterface) DisconnectCustomEvent()
func (*QDesignerPropertyEditorInterface) DisconnectDeleteLater ¶
func (ptr *QDesignerPropertyEditorInterface) DisconnectDeleteLater()
func (*QDesignerPropertyEditorInterface) DisconnectDestroyQDesignerPropertyEditorInterface ¶
func (ptr *QDesignerPropertyEditorInterface) DisconnectDestroyQDesignerPropertyEditorInterface()
func (*QDesignerPropertyEditorInterface) DisconnectDisconnectNotify ¶
func (ptr *QDesignerPropertyEditorInterface) DisconnectDisconnectNotify()
func (*QDesignerPropertyEditorInterface) DisconnectDragEnterEvent ¶
func (ptr *QDesignerPropertyEditorInterface) DisconnectDragEnterEvent()
func (*QDesignerPropertyEditorInterface) DisconnectDragLeaveEvent ¶
func (ptr *QDesignerPropertyEditorInterface) DisconnectDragLeaveEvent()
func (*QDesignerPropertyEditorInterface) DisconnectDragMoveEvent ¶
func (ptr *QDesignerPropertyEditorInterface) DisconnectDragMoveEvent()
func (*QDesignerPropertyEditorInterface) DisconnectDropEvent ¶
func (ptr *QDesignerPropertyEditorInterface) DisconnectDropEvent()
func (*QDesignerPropertyEditorInterface) DisconnectEnterEvent ¶
func (ptr *QDesignerPropertyEditorInterface) DisconnectEnterEvent()
func (*QDesignerPropertyEditorInterface) DisconnectEvent ¶
func (ptr *QDesignerPropertyEditorInterface) DisconnectEvent()
func (*QDesignerPropertyEditorInterface) DisconnectEventFilter ¶
func (ptr *QDesignerPropertyEditorInterface) DisconnectEventFilter()
func (*QDesignerPropertyEditorInterface) DisconnectFocusInEvent ¶
func (ptr *QDesignerPropertyEditorInterface) DisconnectFocusInEvent()
func (*QDesignerPropertyEditorInterface) DisconnectFocusNextPrevChild ¶
func (ptr *QDesignerPropertyEditorInterface) DisconnectFocusNextPrevChild()
func (*QDesignerPropertyEditorInterface) DisconnectFocusOutEvent ¶
func (ptr *QDesignerPropertyEditorInterface) DisconnectFocusOutEvent()
func (*QDesignerPropertyEditorInterface) DisconnectHasHeightForWidth ¶
func (ptr *QDesignerPropertyEditorInterface) DisconnectHasHeightForWidth()
func (*QDesignerPropertyEditorInterface) DisconnectHeightForWidth ¶
func (ptr *QDesignerPropertyEditorInterface) DisconnectHeightForWidth()
func (*QDesignerPropertyEditorInterface) DisconnectHide ¶
func (ptr *QDesignerPropertyEditorInterface) DisconnectHide()
func (*QDesignerPropertyEditorInterface) DisconnectHideEvent ¶
func (ptr *QDesignerPropertyEditorInterface) DisconnectHideEvent()
func (*QDesignerPropertyEditorInterface) DisconnectInputMethodEvent ¶
func (ptr *QDesignerPropertyEditorInterface) DisconnectInputMethodEvent()
func (*QDesignerPropertyEditorInterface) DisconnectInputMethodQuery ¶
func (ptr *QDesignerPropertyEditorInterface) DisconnectInputMethodQuery()
func (*QDesignerPropertyEditorInterface) DisconnectIsReadOnly ¶
func (ptr *QDesignerPropertyEditorInterface) DisconnectIsReadOnly()
func (*QDesignerPropertyEditorInterface) DisconnectKeyPressEvent ¶
func (ptr *QDesignerPropertyEditorInterface) DisconnectKeyPressEvent()
func (*QDesignerPropertyEditorInterface) DisconnectKeyReleaseEvent ¶
func (ptr *QDesignerPropertyEditorInterface) DisconnectKeyReleaseEvent()
func (*QDesignerPropertyEditorInterface) DisconnectLeaveEvent ¶
func (ptr *QDesignerPropertyEditorInterface) DisconnectLeaveEvent()
func (*QDesignerPropertyEditorInterface) DisconnectLower ¶
func (ptr *QDesignerPropertyEditorInterface) DisconnectLower()
func (*QDesignerPropertyEditorInterface) DisconnectMetaObject ¶
func (ptr *QDesignerPropertyEditorInterface) DisconnectMetaObject()
func (*QDesignerPropertyEditorInterface) DisconnectMetric ¶
func (ptr *QDesignerPropertyEditorInterface) DisconnectMetric()
func (*QDesignerPropertyEditorInterface) DisconnectMinimumSizeHint ¶
func (ptr *QDesignerPropertyEditorInterface) DisconnectMinimumSizeHint()
func (*QDesignerPropertyEditorInterface) DisconnectMouseDoubleClickEvent ¶
func (ptr *QDesignerPropertyEditorInterface) DisconnectMouseDoubleClickEvent()
func (*QDesignerPropertyEditorInterface) DisconnectMouseMoveEvent ¶
func (ptr *QDesignerPropertyEditorInterface) DisconnectMouseMoveEvent()
func (*QDesignerPropertyEditorInterface) DisconnectMousePressEvent ¶
func (ptr *QDesignerPropertyEditorInterface) DisconnectMousePressEvent()
func (*QDesignerPropertyEditorInterface) DisconnectMouseReleaseEvent ¶
func (ptr *QDesignerPropertyEditorInterface) DisconnectMouseReleaseEvent()
func (*QDesignerPropertyEditorInterface) DisconnectMoveEvent ¶
func (ptr *QDesignerPropertyEditorInterface) DisconnectMoveEvent()
func (*QDesignerPropertyEditorInterface) DisconnectNativeEvent ¶
func (ptr *QDesignerPropertyEditorInterface) DisconnectNativeEvent()
func (*QDesignerPropertyEditorInterface) DisconnectNotify ¶
func (ptr *QDesignerPropertyEditorInterface) DisconnectNotify(sign core.QMetaMethod_ITF)
func (*QDesignerPropertyEditorInterface) DisconnectNotifyDefault ¶
func (ptr *QDesignerPropertyEditorInterface) DisconnectNotifyDefault(sign core.QMetaMethod_ITF)
func (*QDesignerPropertyEditorInterface) DisconnectObject ¶
func (ptr *QDesignerPropertyEditorInterface) DisconnectObject()
func (*QDesignerPropertyEditorInterface) DisconnectPaintEngine ¶
func (ptr *QDesignerPropertyEditorInterface) DisconnectPaintEngine()
func (*QDesignerPropertyEditorInterface) DisconnectPaintEvent ¶
func (ptr *QDesignerPropertyEditorInterface) DisconnectPaintEvent()
func (*QDesignerPropertyEditorInterface) DisconnectPropertyChanged ¶
func (ptr *QDesignerPropertyEditorInterface) DisconnectPropertyChanged()
func (*QDesignerPropertyEditorInterface) DisconnectRaise ¶
func (ptr *QDesignerPropertyEditorInterface) DisconnectRaise()
func (*QDesignerPropertyEditorInterface) DisconnectRepaint ¶
func (ptr *QDesignerPropertyEditorInterface) DisconnectRepaint()
func (*QDesignerPropertyEditorInterface) DisconnectResizeEvent ¶
func (ptr *QDesignerPropertyEditorInterface) DisconnectResizeEvent()
func (*QDesignerPropertyEditorInterface) DisconnectSetDisabled ¶
func (ptr *QDesignerPropertyEditorInterface) DisconnectSetDisabled()
func (*QDesignerPropertyEditorInterface) DisconnectSetEnabled ¶
func (ptr *QDesignerPropertyEditorInterface) DisconnectSetEnabled()
func (*QDesignerPropertyEditorInterface) DisconnectSetFocus2 ¶
func (ptr *QDesignerPropertyEditorInterface) DisconnectSetFocus2()
func (*QDesignerPropertyEditorInterface) DisconnectSetHidden ¶
func (ptr *QDesignerPropertyEditorInterface) DisconnectSetHidden()
func (*QDesignerPropertyEditorInterface) DisconnectSetObject ¶
func (ptr *QDesignerPropertyEditorInterface) DisconnectSetObject(object core.QObject_ITF)
func (*QDesignerPropertyEditorInterface) DisconnectSetPropertyValue ¶
func (ptr *QDesignerPropertyEditorInterface) DisconnectSetPropertyValue(name string, value core.QVariant_ITF, changed bool)
func (*QDesignerPropertyEditorInterface) DisconnectSetReadOnly ¶
func (ptr *QDesignerPropertyEditorInterface) DisconnectSetReadOnly(readOnly bool)
func (*QDesignerPropertyEditorInterface) DisconnectSetStyleSheet ¶
func (ptr *QDesignerPropertyEditorInterface) DisconnectSetStyleSheet()
func (*QDesignerPropertyEditorInterface) DisconnectSetVisible ¶
func (ptr *QDesignerPropertyEditorInterface) DisconnectSetVisible()
func (*QDesignerPropertyEditorInterface) DisconnectSetWindowModified ¶
func (ptr *QDesignerPropertyEditorInterface) DisconnectSetWindowModified()
func (*QDesignerPropertyEditorInterface) DisconnectSetWindowTitle ¶
func (ptr *QDesignerPropertyEditorInterface) DisconnectSetWindowTitle()
func (*QDesignerPropertyEditorInterface) DisconnectShow ¶
func (ptr *QDesignerPropertyEditorInterface) DisconnectShow()
func (*QDesignerPropertyEditorInterface) DisconnectShowEvent ¶
func (ptr *QDesignerPropertyEditorInterface) DisconnectShowEvent()
func (*QDesignerPropertyEditorInterface) DisconnectShowFullScreen ¶
func (ptr *QDesignerPropertyEditorInterface) DisconnectShowFullScreen()
func (*QDesignerPropertyEditorInterface) DisconnectShowMaximized ¶
func (ptr *QDesignerPropertyEditorInterface) DisconnectShowMaximized()
func (*QDesignerPropertyEditorInterface) DisconnectShowMinimized ¶
func (ptr *QDesignerPropertyEditorInterface) DisconnectShowMinimized()
func (*QDesignerPropertyEditorInterface) DisconnectShowNormal ¶
func (ptr *QDesignerPropertyEditorInterface) DisconnectShowNormal()
func (*QDesignerPropertyEditorInterface) DisconnectSizeHint ¶
func (ptr *QDesignerPropertyEditorInterface) DisconnectSizeHint()
func (*QDesignerPropertyEditorInterface) DisconnectTabletEvent ¶
func (ptr *QDesignerPropertyEditorInterface) DisconnectTabletEvent()
func (*QDesignerPropertyEditorInterface) DisconnectTimerEvent ¶
func (ptr *QDesignerPropertyEditorInterface) DisconnectTimerEvent()
func (*QDesignerPropertyEditorInterface) DisconnectUpdate ¶
func (ptr *QDesignerPropertyEditorInterface) DisconnectUpdate()
func (*QDesignerPropertyEditorInterface) DisconnectUpdateMicroFocus ¶
func (ptr *QDesignerPropertyEditorInterface) DisconnectUpdateMicroFocus()
func (*QDesignerPropertyEditorInterface) DisconnectWheelEvent ¶
func (ptr *QDesignerPropertyEditorInterface) DisconnectWheelEvent()
func (*QDesignerPropertyEditorInterface) DragEnterEvent ¶
func (ptr *QDesignerPropertyEditorInterface) DragEnterEvent(event gui.QDragEnterEvent_ITF)
func (*QDesignerPropertyEditorInterface) DragEnterEventDefault ¶
func (ptr *QDesignerPropertyEditorInterface) DragEnterEventDefault(event gui.QDragEnterEvent_ITF)
func (*QDesignerPropertyEditorInterface) DragLeaveEvent ¶
func (ptr *QDesignerPropertyEditorInterface) DragLeaveEvent(event gui.QDragLeaveEvent_ITF)
func (*QDesignerPropertyEditorInterface) DragLeaveEventDefault ¶
func (ptr *QDesignerPropertyEditorInterface) DragLeaveEventDefault(event gui.QDragLeaveEvent_ITF)
func (*QDesignerPropertyEditorInterface) DragMoveEvent ¶
func (ptr *QDesignerPropertyEditorInterface) DragMoveEvent(event gui.QDragMoveEvent_ITF)
func (*QDesignerPropertyEditorInterface) DragMoveEventDefault ¶
func (ptr *QDesignerPropertyEditorInterface) DragMoveEventDefault(event gui.QDragMoveEvent_ITF)
func (*QDesignerPropertyEditorInterface) DropEvent ¶
func (ptr *QDesignerPropertyEditorInterface) DropEvent(event gui.QDropEvent_ITF)
func (*QDesignerPropertyEditorInterface) DropEventDefault ¶
func (ptr *QDesignerPropertyEditorInterface) DropEventDefault(event gui.QDropEvent_ITF)
func (*QDesignerPropertyEditorInterface) EnterEvent ¶
func (ptr *QDesignerPropertyEditorInterface) EnterEvent(event core.QEvent_ITF)
func (*QDesignerPropertyEditorInterface) EnterEventDefault ¶
func (ptr *QDesignerPropertyEditorInterface) EnterEventDefault(event core.QEvent_ITF)
func (*QDesignerPropertyEditorInterface) Event ¶
func (ptr *QDesignerPropertyEditorInterface) Event(event core.QEvent_ITF) bool
func (*QDesignerPropertyEditorInterface) EventDefault ¶
func (ptr *QDesignerPropertyEditorInterface) EventDefault(event core.QEvent_ITF) bool
func (*QDesignerPropertyEditorInterface) EventFilter ¶
func (ptr *QDesignerPropertyEditorInterface) EventFilter(watched core.QObject_ITF, event core.QEvent_ITF) bool
func (*QDesignerPropertyEditorInterface) EventFilterDefault ¶
func (ptr *QDesignerPropertyEditorInterface) EventFilterDefault(watched core.QObject_ITF, event core.QEvent_ITF) bool
func (*QDesignerPropertyEditorInterface) FocusInEvent ¶
func (ptr *QDesignerPropertyEditorInterface) FocusInEvent(event gui.QFocusEvent_ITF)
func (*QDesignerPropertyEditorInterface) FocusInEventDefault ¶
func (ptr *QDesignerPropertyEditorInterface) FocusInEventDefault(event gui.QFocusEvent_ITF)
func (*QDesignerPropertyEditorInterface) FocusNextPrevChild ¶
func (ptr *QDesignerPropertyEditorInterface) FocusNextPrevChild(next bool) bool
func (*QDesignerPropertyEditorInterface) FocusNextPrevChildDefault ¶
func (ptr *QDesignerPropertyEditorInterface) FocusNextPrevChildDefault(next bool) bool
func (*QDesignerPropertyEditorInterface) FocusOutEvent ¶
func (ptr *QDesignerPropertyEditorInterface) FocusOutEvent(event gui.QFocusEvent_ITF)
func (*QDesignerPropertyEditorInterface) FocusOutEventDefault ¶
func (ptr *QDesignerPropertyEditorInterface) FocusOutEventDefault(event gui.QFocusEvent_ITF)
func (*QDesignerPropertyEditorInterface) HasHeightForWidth ¶
func (ptr *QDesignerPropertyEditorInterface) HasHeightForWidth() bool
func (*QDesignerPropertyEditorInterface) HasHeightForWidthDefault ¶
func (ptr *QDesignerPropertyEditorInterface) HasHeightForWidthDefault() bool
func (*QDesignerPropertyEditorInterface) HeightForWidth ¶
func (ptr *QDesignerPropertyEditorInterface) HeightForWidth(w int) int
func (*QDesignerPropertyEditorInterface) HeightForWidthDefault ¶
func (ptr *QDesignerPropertyEditorInterface) HeightForWidthDefault(w int) int
func (*QDesignerPropertyEditorInterface) Hide ¶
func (ptr *QDesignerPropertyEditorInterface) Hide()
func (*QDesignerPropertyEditorInterface) HideDefault ¶
func (ptr *QDesignerPropertyEditorInterface) HideDefault()
func (*QDesignerPropertyEditorInterface) HideEvent ¶
func (ptr *QDesignerPropertyEditorInterface) HideEvent(event gui.QHideEvent_ITF)
func (*QDesignerPropertyEditorInterface) HideEventDefault ¶
func (ptr *QDesignerPropertyEditorInterface) HideEventDefault(event gui.QHideEvent_ITF)
func (*QDesignerPropertyEditorInterface) InputMethodEvent ¶
func (ptr *QDesignerPropertyEditorInterface) InputMethodEvent(event gui.QInputMethodEvent_ITF)
func (*QDesignerPropertyEditorInterface) InputMethodEventDefault ¶
func (ptr *QDesignerPropertyEditorInterface) InputMethodEventDefault(event gui.QInputMethodEvent_ITF)
func (*QDesignerPropertyEditorInterface) InputMethodQuery ¶
func (ptr *QDesignerPropertyEditorInterface) InputMethodQuery(query core.Qt__InputMethodQuery) *core.QVariant
func (*QDesignerPropertyEditorInterface) InputMethodQueryDefault ¶
func (ptr *QDesignerPropertyEditorInterface) InputMethodQueryDefault(query core.Qt__InputMethodQuery) *core.QVariant
func (*QDesignerPropertyEditorInterface) IsReadOnly ¶
func (ptr *QDesignerPropertyEditorInterface) IsReadOnly() bool
func (*QDesignerPropertyEditorInterface) KeyPressEvent ¶
func (ptr *QDesignerPropertyEditorInterface) KeyPressEvent(event gui.QKeyEvent_ITF)
func (*QDesignerPropertyEditorInterface) KeyPressEventDefault ¶
func (ptr *QDesignerPropertyEditorInterface) KeyPressEventDefault(event gui.QKeyEvent_ITF)
func (*QDesignerPropertyEditorInterface) KeyReleaseEvent ¶
func (ptr *QDesignerPropertyEditorInterface) KeyReleaseEvent(event gui.QKeyEvent_ITF)
func (*QDesignerPropertyEditorInterface) KeyReleaseEventDefault ¶
func (ptr *QDesignerPropertyEditorInterface) KeyReleaseEventDefault(event gui.QKeyEvent_ITF)
func (*QDesignerPropertyEditorInterface) LeaveEvent ¶
func (ptr *QDesignerPropertyEditorInterface) LeaveEvent(event core.QEvent_ITF)
func (*QDesignerPropertyEditorInterface) LeaveEventDefault ¶
func (ptr *QDesignerPropertyEditorInterface) LeaveEventDefault(event core.QEvent_ITF)
func (*QDesignerPropertyEditorInterface) Lower ¶
func (ptr *QDesignerPropertyEditorInterface) Lower()
func (*QDesignerPropertyEditorInterface) LowerDefault ¶
func (ptr *QDesignerPropertyEditorInterface) LowerDefault()
func (*QDesignerPropertyEditorInterface) MetaObject ¶
func (ptr *QDesignerPropertyEditorInterface) MetaObject() *core.QMetaObject
func (*QDesignerPropertyEditorInterface) MetaObjectDefault ¶
func (ptr *QDesignerPropertyEditorInterface) MetaObjectDefault() *core.QMetaObject
func (*QDesignerPropertyEditorInterface) Metric ¶
func (ptr *QDesignerPropertyEditorInterface) Metric(m gui.QPaintDevice__PaintDeviceMetric) int
func (*QDesignerPropertyEditorInterface) MetricDefault ¶
func (ptr *QDesignerPropertyEditorInterface) MetricDefault(m gui.QPaintDevice__PaintDeviceMetric) int
func (*QDesignerPropertyEditorInterface) MinimumSizeHint ¶
func (ptr *QDesignerPropertyEditorInterface) MinimumSizeHint() *core.QSize
func (*QDesignerPropertyEditorInterface) MinimumSizeHintDefault ¶
func (ptr *QDesignerPropertyEditorInterface) MinimumSizeHintDefault() *core.QSize
func (*QDesignerPropertyEditorInterface) MouseDoubleClickEvent ¶
func (ptr *QDesignerPropertyEditorInterface) MouseDoubleClickEvent(event gui.QMouseEvent_ITF)
func (*QDesignerPropertyEditorInterface) MouseDoubleClickEventDefault ¶
func (ptr *QDesignerPropertyEditorInterface) MouseDoubleClickEventDefault(event gui.QMouseEvent_ITF)
func (*QDesignerPropertyEditorInterface) MouseMoveEvent ¶
func (ptr *QDesignerPropertyEditorInterface) MouseMoveEvent(event gui.QMouseEvent_ITF)
func (*QDesignerPropertyEditorInterface) MouseMoveEventDefault ¶
func (ptr *QDesignerPropertyEditorInterface) MouseMoveEventDefault(event gui.QMouseEvent_ITF)
func (*QDesignerPropertyEditorInterface) MousePressEvent ¶
func (ptr *QDesignerPropertyEditorInterface) MousePressEvent(event gui.QMouseEvent_ITF)
func (*QDesignerPropertyEditorInterface) MousePressEventDefault ¶
func (ptr *QDesignerPropertyEditorInterface) MousePressEventDefault(event gui.QMouseEvent_ITF)
func (*QDesignerPropertyEditorInterface) MouseReleaseEvent ¶
func (ptr *QDesignerPropertyEditorInterface) MouseReleaseEvent(event gui.QMouseEvent_ITF)
func (*QDesignerPropertyEditorInterface) MouseReleaseEventDefault ¶
func (ptr *QDesignerPropertyEditorInterface) MouseReleaseEventDefault(event gui.QMouseEvent_ITF)
func (*QDesignerPropertyEditorInterface) MoveEvent ¶
func (ptr *QDesignerPropertyEditorInterface) MoveEvent(event gui.QMoveEvent_ITF)
func (*QDesignerPropertyEditorInterface) MoveEventDefault ¶
func (ptr *QDesignerPropertyEditorInterface) MoveEventDefault(event gui.QMoveEvent_ITF)
func (*QDesignerPropertyEditorInterface) NativeEvent ¶
func (ptr *QDesignerPropertyEditorInterface) NativeEvent(eventType core.QByteArray_ITF, message unsafe.Pointer, result int) bool
func (*QDesignerPropertyEditorInterface) NativeEventDefault ¶
func (ptr *QDesignerPropertyEditorInterface) NativeEventDefault(eventType core.QByteArray_ITF, message unsafe.Pointer, result int) bool
func (*QDesignerPropertyEditorInterface) Object ¶
func (ptr *QDesignerPropertyEditorInterface) Object() *core.QObject
func (*QDesignerPropertyEditorInterface) PaintEngine ¶
func (ptr *QDesignerPropertyEditorInterface) PaintEngine() *gui.QPaintEngine
func (*QDesignerPropertyEditorInterface) PaintEngineDefault ¶
func (ptr *QDesignerPropertyEditorInterface) PaintEngineDefault() *gui.QPaintEngine
func (*QDesignerPropertyEditorInterface) PaintEvent ¶
func (ptr *QDesignerPropertyEditorInterface) PaintEvent(event gui.QPaintEvent_ITF)
func (*QDesignerPropertyEditorInterface) PaintEventDefault ¶
func (ptr *QDesignerPropertyEditorInterface) PaintEventDefault(event gui.QPaintEvent_ITF)
func (*QDesignerPropertyEditorInterface) Pointer ¶
func (p *QDesignerPropertyEditorInterface) Pointer() unsafe.Pointer
func (*QDesignerPropertyEditorInterface) PropertyChanged ¶
func (ptr *QDesignerPropertyEditorInterface) PropertyChanged(name string, value core.QVariant_ITF)
func (*QDesignerPropertyEditorInterface) QDesignerPropertyEditorInterface_PTR ¶
func (p *QDesignerPropertyEditorInterface) QDesignerPropertyEditorInterface_PTR() *QDesignerPropertyEditorInterface
func (*QDesignerPropertyEditorInterface) Raise ¶
func (ptr *QDesignerPropertyEditorInterface) Raise()
func (*QDesignerPropertyEditorInterface) RaiseDefault ¶
func (ptr *QDesignerPropertyEditorInterface) RaiseDefault()
func (*QDesignerPropertyEditorInterface) Repaint ¶
func (ptr *QDesignerPropertyEditorInterface) Repaint()
func (*QDesignerPropertyEditorInterface) RepaintDefault ¶
func (ptr *QDesignerPropertyEditorInterface) RepaintDefault()
func (*QDesignerPropertyEditorInterface) ResizeEvent ¶
func (ptr *QDesignerPropertyEditorInterface) ResizeEvent(event gui.QResizeEvent_ITF)
func (*QDesignerPropertyEditorInterface) ResizeEventDefault ¶
func (ptr *QDesignerPropertyEditorInterface) ResizeEventDefault(event gui.QResizeEvent_ITF)
func (*QDesignerPropertyEditorInterface) SetDisabled ¶
func (ptr *QDesignerPropertyEditorInterface) SetDisabled(disable bool)
func (*QDesignerPropertyEditorInterface) SetDisabledDefault ¶
func (ptr *QDesignerPropertyEditorInterface) SetDisabledDefault(disable bool)
func (*QDesignerPropertyEditorInterface) SetEnabled ¶
func (ptr *QDesignerPropertyEditorInterface) SetEnabled(vbo bool)
func (*QDesignerPropertyEditorInterface) SetEnabledDefault ¶
func (ptr *QDesignerPropertyEditorInterface) SetEnabledDefault(vbo bool)
func (*QDesignerPropertyEditorInterface) SetFocus2 ¶
func (ptr *QDesignerPropertyEditorInterface) SetFocus2()
func (*QDesignerPropertyEditorInterface) SetFocus2Default ¶
func (ptr *QDesignerPropertyEditorInterface) SetFocus2Default()
func (*QDesignerPropertyEditorInterface) SetHidden ¶
func (ptr *QDesignerPropertyEditorInterface) SetHidden(hidden bool)
func (*QDesignerPropertyEditorInterface) SetHiddenDefault ¶
func (ptr *QDesignerPropertyEditorInterface) SetHiddenDefault(hidden bool)
func (*QDesignerPropertyEditorInterface) SetObject ¶
func (ptr *QDesignerPropertyEditorInterface) SetObject(object core.QObject_ITF)
func (*QDesignerPropertyEditorInterface) SetPointer ¶
func (p *QDesignerPropertyEditorInterface) SetPointer(ptr unsafe.Pointer)
func (*QDesignerPropertyEditorInterface) SetPropertyValue ¶
func (ptr *QDesignerPropertyEditorInterface) SetPropertyValue(name string, value core.QVariant_ITF, changed bool)
func (*QDesignerPropertyEditorInterface) SetReadOnly ¶
func (ptr *QDesignerPropertyEditorInterface) SetReadOnly(readOnly bool)
func (*QDesignerPropertyEditorInterface) SetStyleSheet ¶
func (ptr *QDesignerPropertyEditorInterface) SetStyleSheet(styleSheet string)
func (*QDesignerPropertyEditorInterface) SetStyleSheetDefault ¶
func (ptr *QDesignerPropertyEditorInterface) SetStyleSheetDefault(styleSheet string)
func (*QDesignerPropertyEditorInterface) SetVisible ¶
func (ptr *QDesignerPropertyEditorInterface) SetVisible(visible bool)
func (*QDesignerPropertyEditorInterface) SetVisibleDefault ¶
func (ptr *QDesignerPropertyEditorInterface) SetVisibleDefault(visible bool)
func (*QDesignerPropertyEditorInterface) SetWindowModified ¶
func (ptr *QDesignerPropertyEditorInterface) SetWindowModified(vbo bool)
func (*QDesignerPropertyEditorInterface) SetWindowModifiedDefault ¶
func (ptr *QDesignerPropertyEditorInterface) SetWindowModifiedDefault(vbo bool)
func (*QDesignerPropertyEditorInterface) SetWindowTitle ¶
func (ptr *QDesignerPropertyEditorInterface) SetWindowTitle(vqs string)
func (*QDesignerPropertyEditorInterface) SetWindowTitleDefault ¶
func (ptr *QDesignerPropertyEditorInterface) SetWindowTitleDefault(vqs string)
func (*QDesignerPropertyEditorInterface) Show ¶
func (ptr *QDesignerPropertyEditorInterface) Show()
func (*QDesignerPropertyEditorInterface) ShowDefault ¶
func (ptr *QDesignerPropertyEditorInterface) ShowDefault()
func (*QDesignerPropertyEditorInterface) ShowEvent ¶
func (ptr *QDesignerPropertyEditorInterface) ShowEvent(event gui.QShowEvent_ITF)
func (*QDesignerPropertyEditorInterface) ShowEventDefault ¶
func (ptr *QDesignerPropertyEditorInterface) ShowEventDefault(event gui.QShowEvent_ITF)
func (*QDesignerPropertyEditorInterface) ShowFullScreen ¶
func (ptr *QDesignerPropertyEditorInterface) ShowFullScreen()
func (*QDesignerPropertyEditorInterface) ShowFullScreenDefault ¶
func (ptr *QDesignerPropertyEditorInterface) ShowFullScreenDefault()
func (*QDesignerPropertyEditorInterface) ShowMaximized ¶
func (ptr *QDesignerPropertyEditorInterface) ShowMaximized()
func (*QDesignerPropertyEditorInterface) ShowMaximizedDefault ¶
func (ptr *QDesignerPropertyEditorInterface) ShowMaximizedDefault()
func (*QDesignerPropertyEditorInterface) ShowMinimized ¶
func (ptr *QDesignerPropertyEditorInterface) ShowMinimized()
func (*QDesignerPropertyEditorInterface) ShowMinimizedDefault ¶
func (ptr *QDesignerPropertyEditorInterface) ShowMinimizedDefault()
func (*QDesignerPropertyEditorInterface) ShowNormal ¶
func (ptr *QDesignerPropertyEditorInterface) ShowNormal()
func (*QDesignerPropertyEditorInterface) ShowNormalDefault ¶
func (ptr *QDesignerPropertyEditorInterface) ShowNormalDefault()
func (*QDesignerPropertyEditorInterface) SizeHint ¶
func (ptr *QDesignerPropertyEditorInterface) SizeHint() *core.QSize
func (*QDesignerPropertyEditorInterface) SizeHintDefault ¶
func (ptr *QDesignerPropertyEditorInterface) SizeHintDefault() *core.QSize
func (*QDesignerPropertyEditorInterface) TabletEvent ¶
func (ptr *QDesignerPropertyEditorInterface) TabletEvent(event gui.QTabletEvent_ITF)
func (*QDesignerPropertyEditorInterface) TabletEventDefault ¶
func (ptr *QDesignerPropertyEditorInterface) TabletEventDefault(event gui.QTabletEvent_ITF)
func (*QDesignerPropertyEditorInterface) TimerEvent ¶
func (ptr *QDesignerPropertyEditorInterface) TimerEvent(event core.QTimerEvent_ITF)
func (*QDesignerPropertyEditorInterface) TimerEventDefault ¶
func (ptr *QDesignerPropertyEditorInterface) TimerEventDefault(event core.QTimerEvent_ITF)
func (*QDesignerPropertyEditorInterface) Update ¶
func (ptr *QDesignerPropertyEditorInterface) Update()
func (*QDesignerPropertyEditorInterface) UpdateDefault ¶
func (ptr *QDesignerPropertyEditorInterface) UpdateDefault()
func (*QDesignerPropertyEditorInterface) UpdateMicroFocus ¶
func (ptr *QDesignerPropertyEditorInterface) UpdateMicroFocus()
func (*QDesignerPropertyEditorInterface) UpdateMicroFocusDefault ¶
func (ptr *QDesignerPropertyEditorInterface) UpdateMicroFocusDefault()
func (*QDesignerPropertyEditorInterface) WheelEvent ¶
func (ptr *QDesignerPropertyEditorInterface) WheelEvent(event gui.QWheelEvent_ITF)
func (*QDesignerPropertyEditorInterface) WheelEventDefault ¶
func (ptr *QDesignerPropertyEditorInterface) WheelEventDefault(event gui.QWheelEvent_ITF)
type QDesignerPropertyEditorInterface_ITF ¶
type QDesignerPropertyEditorInterface_ITF interface { widgets.QWidget_ITF QDesignerPropertyEditorInterface_PTR() *QDesignerPropertyEditorInterface }
type QDesignerPropertySheetExtension ¶
type QDesignerPropertySheetExtension struct {
// contains filtered or unexported fields
}
func NewQDesignerPropertySheetExtensionFromPointer ¶
func NewQDesignerPropertySheetExtensionFromPointer(ptr unsafe.Pointer) *QDesignerPropertySheetExtension
func (*QDesignerPropertySheetExtension) ConnectCount ¶
func (ptr *QDesignerPropertySheetExtension) ConnectCount(f func() int)
func (*QDesignerPropertySheetExtension) ConnectDestroyQDesignerPropertySheetExtension ¶
func (ptr *QDesignerPropertySheetExtension) ConnectDestroyQDesignerPropertySheetExtension(f func())
func (*QDesignerPropertySheetExtension) ConnectHasReset ¶
func (ptr *QDesignerPropertySheetExtension) ConnectHasReset(f func(index int) bool)
func (*QDesignerPropertySheetExtension) ConnectIndexOf ¶
func (ptr *QDesignerPropertySheetExtension) ConnectIndexOf(f func(name string) int)
func (*QDesignerPropertySheetExtension) ConnectIsAttribute ¶
func (ptr *QDesignerPropertySheetExtension) ConnectIsAttribute(f func(index int) bool)
func (*QDesignerPropertySheetExtension) ConnectIsChanged ¶
func (ptr *QDesignerPropertySheetExtension) ConnectIsChanged(f func(index int) bool)
func (*QDesignerPropertySheetExtension) ConnectIsEnabled ¶
func (ptr *QDesignerPropertySheetExtension) ConnectIsEnabled(f func(index int) bool)
func (*QDesignerPropertySheetExtension) ConnectIsVisible ¶
func (ptr *QDesignerPropertySheetExtension) ConnectIsVisible(f func(index int) bool)
func (*QDesignerPropertySheetExtension) ConnectProperty ¶
func (ptr *QDesignerPropertySheetExtension) ConnectProperty(f func(index int) *core.QVariant)
func (*QDesignerPropertySheetExtension) ConnectPropertyGroup ¶
func (ptr *QDesignerPropertySheetExtension) ConnectPropertyGroup(f func(index int) string)
func (*QDesignerPropertySheetExtension) ConnectPropertyName ¶
func (ptr *QDesignerPropertySheetExtension) ConnectPropertyName(f func(index int) string)
func (*QDesignerPropertySheetExtension) ConnectReset ¶
func (ptr *QDesignerPropertySheetExtension) ConnectReset(f func(index int) bool)
func (*QDesignerPropertySheetExtension) ConnectSetAttribute ¶
func (ptr *QDesignerPropertySheetExtension) ConnectSetAttribute(f func(index int, attribute bool))
func (*QDesignerPropertySheetExtension) ConnectSetChanged ¶
func (ptr *QDesignerPropertySheetExtension) ConnectSetChanged(f func(index int, changed bool))
func (*QDesignerPropertySheetExtension) ConnectSetProperty ¶
func (ptr *QDesignerPropertySheetExtension) ConnectSetProperty(f func(index int, value *core.QVariant))
func (*QDesignerPropertySheetExtension) ConnectSetPropertyGroup ¶
func (ptr *QDesignerPropertySheetExtension) ConnectSetPropertyGroup(f func(index int, group string))
func (*QDesignerPropertySheetExtension) ConnectSetVisible ¶
func (ptr *QDesignerPropertySheetExtension) ConnectSetVisible(f func(index int, visible bool))
func (*QDesignerPropertySheetExtension) Count ¶
func (ptr *QDesignerPropertySheetExtension) Count() int
func (*QDesignerPropertySheetExtension) DestroyQDesignerPropertySheetExtension ¶
func (ptr *QDesignerPropertySheetExtension) DestroyQDesignerPropertySheetExtension()
func (*QDesignerPropertySheetExtension) DestroyQDesignerPropertySheetExtensionDefault ¶
func (ptr *QDesignerPropertySheetExtension) DestroyQDesignerPropertySheetExtensionDefault()
func (*QDesignerPropertySheetExtension) DisconnectCount ¶
func (ptr *QDesignerPropertySheetExtension) DisconnectCount()
func (*QDesignerPropertySheetExtension) DisconnectDestroyQDesignerPropertySheetExtension ¶
func (ptr *QDesignerPropertySheetExtension) DisconnectDestroyQDesignerPropertySheetExtension()
func (*QDesignerPropertySheetExtension) DisconnectHasReset ¶
func (ptr *QDesignerPropertySheetExtension) DisconnectHasReset(index int)
func (*QDesignerPropertySheetExtension) DisconnectIndexOf ¶
func (ptr *QDesignerPropertySheetExtension) DisconnectIndexOf(name string)
func (*QDesignerPropertySheetExtension) DisconnectIsAttribute ¶
func (ptr *QDesignerPropertySheetExtension) DisconnectIsAttribute(index int)
func (*QDesignerPropertySheetExtension) DisconnectIsChanged ¶
func (ptr *QDesignerPropertySheetExtension) DisconnectIsChanged(index int)
func (*QDesignerPropertySheetExtension) DisconnectIsEnabled ¶
func (ptr *QDesignerPropertySheetExtension) DisconnectIsEnabled()
func (*QDesignerPropertySheetExtension) DisconnectIsVisible ¶
func (ptr *QDesignerPropertySheetExtension) DisconnectIsVisible(index int)
func (*QDesignerPropertySheetExtension) DisconnectProperty ¶
func (ptr *QDesignerPropertySheetExtension) DisconnectProperty(index int)
func (*QDesignerPropertySheetExtension) DisconnectPropertyGroup ¶
func (ptr *QDesignerPropertySheetExtension) DisconnectPropertyGroup(index int)
func (*QDesignerPropertySheetExtension) DisconnectPropertyName ¶
func (ptr *QDesignerPropertySheetExtension) DisconnectPropertyName(index int)
func (*QDesignerPropertySheetExtension) DisconnectReset ¶
func (ptr *QDesignerPropertySheetExtension) DisconnectReset(index int)
func (*QDesignerPropertySheetExtension) DisconnectSetAttribute ¶
func (ptr *QDesignerPropertySheetExtension) DisconnectSetAttribute(index int, attribute bool)
func (*QDesignerPropertySheetExtension) DisconnectSetChanged ¶
func (ptr *QDesignerPropertySheetExtension) DisconnectSetChanged(index int, changed bool)
func (*QDesignerPropertySheetExtension) DisconnectSetProperty ¶
func (ptr *QDesignerPropertySheetExtension) DisconnectSetProperty(index int, value core.QVariant_ITF)
func (*QDesignerPropertySheetExtension) DisconnectSetPropertyGroup ¶
func (ptr *QDesignerPropertySheetExtension) DisconnectSetPropertyGroup(index int, group string)
func (*QDesignerPropertySheetExtension) DisconnectSetVisible ¶
func (ptr *QDesignerPropertySheetExtension) DisconnectSetVisible(index int, visible bool)
func (*QDesignerPropertySheetExtension) HasReset ¶
func (ptr *QDesignerPropertySheetExtension) HasReset(index int) bool
func (*QDesignerPropertySheetExtension) IndexOf ¶
func (ptr *QDesignerPropertySheetExtension) IndexOf(name string) int
func (*QDesignerPropertySheetExtension) IsAttribute ¶
func (ptr *QDesignerPropertySheetExtension) IsAttribute(index int) bool
func (*QDesignerPropertySheetExtension) IsChanged ¶
func (ptr *QDesignerPropertySheetExtension) IsChanged(index int) bool
func (*QDesignerPropertySheetExtension) IsEnabled ¶
func (ptr *QDesignerPropertySheetExtension) IsEnabled(index int) bool
func (*QDesignerPropertySheetExtension) IsEnabledDefault ¶
func (ptr *QDesignerPropertySheetExtension) IsEnabledDefault(index int) bool
func (*QDesignerPropertySheetExtension) IsVisible ¶
func (ptr *QDesignerPropertySheetExtension) IsVisible(index int) bool
func (*QDesignerPropertySheetExtension) Pointer ¶
func (p *QDesignerPropertySheetExtension) Pointer() unsafe.Pointer
func (*QDesignerPropertySheetExtension) Property ¶
func (ptr *QDesignerPropertySheetExtension) Property(index int) *core.QVariant
func (*QDesignerPropertySheetExtension) PropertyGroup ¶
func (ptr *QDesignerPropertySheetExtension) PropertyGroup(index int) string
func (*QDesignerPropertySheetExtension) PropertyName ¶
func (ptr *QDesignerPropertySheetExtension) PropertyName(index int) string
func (*QDesignerPropertySheetExtension) QDesignerPropertySheetExtension_PTR ¶
func (p *QDesignerPropertySheetExtension) QDesignerPropertySheetExtension_PTR() *QDesignerPropertySheetExtension
func (*QDesignerPropertySheetExtension) Reset ¶
func (ptr *QDesignerPropertySheetExtension) Reset(index int) bool
func (*QDesignerPropertySheetExtension) SetAttribute ¶
func (ptr *QDesignerPropertySheetExtension) SetAttribute(index int, attribute bool)
func (*QDesignerPropertySheetExtension) SetChanged ¶
func (ptr *QDesignerPropertySheetExtension) SetChanged(index int, changed bool)
func (*QDesignerPropertySheetExtension) SetPointer ¶
func (p *QDesignerPropertySheetExtension) SetPointer(ptr unsafe.Pointer)
func (*QDesignerPropertySheetExtension) SetProperty ¶
func (ptr *QDesignerPropertySheetExtension) SetProperty(index int, value core.QVariant_ITF)
func (*QDesignerPropertySheetExtension) SetPropertyGroup ¶
func (ptr *QDesignerPropertySheetExtension) SetPropertyGroup(index int, group string)
func (*QDesignerPropertySheetExtension) SetVisible ¶
func (ptr *QDesignerPropertySheetExtension) SetVisible(index int, visible bool)
type QDesignerPropertySheetExtension_ITF ¶
type QDesignerPropertySheetExtension_ITF interface {
QDesignerPropertySheetExtension_PTR() *QDesignerPropertySheetExtension
}
type QDesignerTaskMenuExtension ¶
type QDesignerTaskMenuExtension struct {
// contains filtered or unexported fields
}
func NewQDesignerTaskMenuExtensionFromPointer ¶
func NewQDesignerTaskMenuExtensionFromPointer(ptr unsafe.Pointer) *QDesignerTaskMenuExtension
func (*QDesignerTaskMenuExtension) ConnectDestroyQDesignerTaskMenuExtension ¶
func (ptr *QDesignerTaskMenuExtension) ConnectDestroyQDesignerTaskMenuExtension(f func())
func (*QDesignerTaskMenuExtension) ConnectPreferredEditAction ¶
func (ptr *QDesignerTaskMenuExtension) ConnectPreferredEditAction(f func() *widgets.QAction)
func (*QDesignerTaskMenuExtension) ConnectTaskActions ¶
func (ptr *QDesignerTaskMenuExtension) ConnectTaskActions(f func() *[]*widgets.QAction)
func (*QDesignerTaskMenuExtension) DestroyQDesignerTaskMenuExtension ¶
func (ptr *QDesignerTaskMenuExtension) DestroyQDesignerTaskMenuExtension()
func (*QDesignerTaskMenuExtension) DestroyQDesignerTaskMenuExtensionDefault ¶
func (ptr *QDesignerTaskMenuExtension) DestroyQDesignerTaskMenuExtensionDefault()
func (*QDesignerTaskMenuExtension) DisconnectDestroyQDesignerTaskMenuExtension ¶
func (ptr *QDesignerTaskMenuExtension) DisconnectDestroyQDesignerTaskMenuExtension()
func (*QDesignerTaskMenuExtension) DisconnectPreferredEditAction ¶
func (ptr *QDesignerTaskMenuExtension) DisconnectPreferredEditAction()
func (*QDesignerTaskMenuExtension) DisconnectTaskActions ¶
func (ptr *QDesignerTaskMenuExtension) DisconnectTaskActions()
func (*QDesignerTaskMenuExtension) Pointer ¶
func (p *QDesignerTaskMenuExtension) Pointer() unsafe.Pointer
func (*QDesignerTaskMenuExtension) PreferredEditAction ¶
func (ptr *QDesignerTaskMenuExtension) PreferredEditAction() *widgets.QAction
func (*QDesignerTaskMenuExtension) PreferredEditActionDefault ¶
func (ptr *QDesignerTaskMenuExtension) PreferredEditActionDefault() *widgets.QAction
func (*QDesignerTaskMenuExtension) QDesignerTaskMenuExtension_PTR ¶
func (p *QDesignerTaskMenuExtension) QDesignerTaskMenuExtension_PTR() *QDesignerTaskMenuExtension
func (*QDesignerTaskMenuExtension) SetPointer ¶
func (p *QDesignerTaskMenuExtension) SetPointer(ptr unsafe.Pointer)
func (*QDesignerTaskMenuExtension) TaskActions ¶
func (ptr *QDesignerTaskMenuExtension) TaskActions() []*widgets.QAction
type QDesignerTaskMenuExtension_ITF ¶
type QDesignerTaskMenuExtension_ITF interface {
QDesignerTaskMenuExtension_PTR() *QDesignerTaskMenuExtension
}
type QDesignerWidgetBoxInterface ¶
func NewQDesignerWidgetBoxInterfaceFromPointer ¶
func NewQDesignerWidgetBoxInterfaceFromPointer(ptr unsafe.Pointer) *QDesignerWidgetBoxInterface
func (*QDesignerWidgetBoxInterface) ActionEvent ¶
func (ptr *QDesignerWidgetBoxInterface) ActionEvent(event gui.QActionEvent_ITF)
func (*QDesignerWidgetBoxInterface) ActionEventDefault ¶
func (ptr *QDesignerWidgetBoxInterface) ActionEventDefault(event gui.QActionEvent_ITF)
func (*QDesignerWidgetBoxInterface) ChangeEvent ¶
func (ptr *QDesignerWidgetBoxInterface) ChangeEvent(event core.QEvent_ITF)
func (*QDesignerWidgetBoxInterface) ChangeEventDefault ¶
func (ptr *QDesignerWidgetBoxInterface) ChangeEventDefault(event core.QEvent_ITF)
func (*QDesignerWidgetBoxInterface) ChildEvent ¶
func (ptr *QDesignerWidgetBoxInterface) ChildEvent(event core.QChildEvent_ITF)
func (*QDesignerWidgetBoxInterface) ChildEventDefault ¶
func (ptr *QDesignerWidgetBoxInterface) ChildEventDefault(event core.QChildEvent_ITF)
func (*QDesignerWidgetBoxInterface) Close ¶
func (ptr *QDesignerWidgetBoxInterface) Close() bool
func (*QDesignerWidgetBoxInterface) CloseDefault ¶
func (ptr *QDesignerWidgetBoxInterface) CloseDefault() bool
func (*QDesignerWidgetBoxInterface) CloseEvent ¶
func (ptr *QDesignerWidgetBoxInterface) CloseEvent(event gui.QCloseEvent_ITF)
func (*QDesignerWidgetBoxInterface) CloseEventDefault ¶
func (ptr *QDesignerWidgetBoxInterface) CloseEventDefault(event gui.QCloseEvent_ITF)
func (*QDesignerWidgetBoxInterface) ConnectActionEvent ¶
func (ptr *QDesignerWidgetBoxInterface) ConnectActionEvent(f func(event *gui.QActionEvent))
func (*QDesignerWidgetBoxInterface) ConnectChangeEvent ¶
func (ptr *QDesignerWidgetBoxInterface) ConnectChangeEvent(f func(event *core.QEvent))
func (*QDesignerWidgetBoxInterface) ConnectChildEvent ¶
func (ptr *QDesignerWidgetBoxInterface) ConnectChildEvent(f func(event *core.QChildEvent))
func (*QDesignerWidgetBoxInterface) ConnectClose ¶
func (ptr *QDesignerWidgetBoxInterface) ConnectClose(f func() bool)
func (*QDesignerWidgetBoxInterface) ConnectCloseEvent ¶
func (ptr *QDesignerWidgetBoxInterface) ConnectCloseEvent(f func(event *gui.QCloseEvent))
func (*QDesignerWidgetBoxInterface) ConnectConnectNotify ¶
func (ptr *QDesignerWidgetBoxInterface) ConnectConnectNotify(f func(sign *core.QMetaMethod))
func (*QDesignerWidgetBoxInterface) ConnectContextMenuEvent ¶
func (ptr *QDesignerWidgetBoxInterface) ConnectContextMenuEvent(f func(event *gui.QContextMenuEvent))
func (*QDesignerWidgetBoxInterface) ConnectCustomEvent ¶
func (ptr *QDesignerWidgetBoxInterface) ConnectCustomEvent(f func(event *core.QEvent))
func (*QDesignerWidgetBoxInterface) ConnectDeleteLater ¶
func (ptr *QDesignerWidgetBoxInterface) ConnectDeleteLater(f func())
func (*QDesignerWidgetBoxInterface) ConnectDestroyQDesignerWidgetBoxInterface ¶
func (ptr *QDesignerWidgetBoxInterface) ConnectDestroyQDesignerWidgetBoxInterface(f func())
func (*QDesignerWidgetBoxInterface) ConnectDisconnectNotify ¶
func (ptr *QDesignerWidgetBoxInterface) ConnectDisconnectNotify(f func(sign *core.QMetaMethod))
func (*QDesignerWidgetBoxInterface) ConnectDragEnterEvent ¶
func (ptr *QDesignerWidgetBoxInterface) ConnectDragEnterEvent(f func(event *gui.QDragEnterEvent))
func (*QDesignerWidgetBoxInterface) ConnectDragLeaveEvent ¶
func (ptr *QDesignerWidgetBoxInterface) ConnectDragLeaveEvent(f func(event *gui.QDragLeaveEvent))
func (*QDesignerWidgetBoxInterface) ConnectDragMoveEvent ¶
func (ptr *QDesignerWidgetBoxInterface) ConnectDragMoveEvent(f func(event *gui.QDragMoveEvent))
func (*QDesignerWidgetBoxInterface) ConnectDropEvent ¶
func (ptr *QDesignerWidgetBoxInterface) ConnectDropEvent(f func(event *gui.QDropEvent))
func (*QDesignerWidgetBoxInterface) ConnectEnterEvent ¶
func (ptr *QDesignerWidgetBoxInterface) ConnectEnterEvent(f func(event *core.QEvent))
func (*QDesignerWidgetBoxInterface) ConnectEvent ¶
func (ptr *QDesignerWidgetBoxInterface) ConnectEvent(f func(event *core.QEvent) bool)
func (*QDesignerWidgetBoxInterface) ConnectEventFilter ¶
func (*QDesignerWidgetBoxInterface) ConnectFileName ¶
func (ptr *QDesignerWidgetBoxInterface) ConnectFileName(f func() string)
func (*QDesignerWidgetBoxInterface) ConnectFocusInEvent ¶
func (ptr *QDesignerWidgetBoxInterface) ConnectFocusInEvent(f func(event *gui.QFocusEvent))
func (*QDesignerWidgetBoxInterface) ConnectFocusNextPrevChild ¶
func (ptr *QDesignerWidgetBoxInterface) ConnectFocusNextPrevChild(f func(next bool) bool)
func (*QDesignerWidgetBoxInterface) ConnectFocusOutEvent ¶
func (ptr *QDesignerWidgetBoxInterface) ConnectFocusOutEvent(f func(event *gui.QFocusEvent))
func (*QDesignerWidgetBoxInterface) ConnectHasHeightForWidth ¶
func (ptr *QDesignerWidgetBoxInterface) ConnectHasHeightForWidth(f func() bool)
func (*QDesignerWidgetBoxInterface) ConnectHeightForWidth ¶
func (ptr *QDesignerWidgetBoxInterface) ConnectHeightForWidth(f func(w int) int)
func (*QDesignerWidgetBoxInterface) ConnectHide ¶
func (ptr *QDesignerWidgetBoxInterface) ConnectHide(f func())
func (*QDesignerWidgetBoxInterface) ConnectHideEvent ¶
func (ptr *QDesignerWidgetBoxInterface) ConnectHideEvent(f func(event *gui.QHideEvent))
func (*QDesignerWidgetBoxInterface) ConnectInputMethodEvent ¶
func (ptr *QDesignerWidgetBoxInterface) ConnectInputMethodEvent(f func(event *gui.QInputMethodEvent))
func (*QDesignerWidgetBoxInterface) ConnectInputMethodQuery ¶
func (ptr *QDesignerWidgetBoxInterface) ConnectInputMethodQuery(f func(query core.Qt__InputMethodQuery) *core.QVariant)
func (*QDesignerWidgetBoxInterface) ConnectKeyPressEvent ¶
func (ptr *QDesignerWidgetBoxInterface) ConnectKeyPressEvent(f func(event *gui.QKeyEvent))
func (*QDesignerWidgetBoxInterface) ConnectKeyReleaseEvent ¶
func (ptr *QDesignerWidgetBoxInterface) ConnectKeyReleaseEvent(f func(event *gui.QKeyEvent))
func (*QDesignerWidgetBoxInterface) ConnectLeaveEvent ¶
func (ptr *QDesignerWidgetBoxInterface) ConnectLeaveEvent(f func(event *core.QEvent))
func (*QDesignerWidgetBoxInterface) ConnectLoad ¶
func (ptr *QDesignerWidgetBoxInterface) ConnectLoad(f func() bool)
func (*QDesignerWidgetBoxInterface) ConnectLower ¶
func (ptr *QDesignerWidgetBoxInterface) ConnectLower(f func())
func (*QDesignerWidgetBoxInterface) ConnectMetaObject ¶
func (ptr *QDesignerWidgetBoxInterface) ConnectMetaObject(f func() *core.QMetaObject)
func (*QDesignerWidgetBoxInterface) ConnectMetric ¶
func (ptr *QDesignerWidgetBoxInterface) ConnectMetric(f func(m gui.QPaintDevice__PaintDeviceMetric) int)
func (*QDesignerWidgetBoxInterface) ConnectMinimumSizeHint ¶
func (ptr *QDesignerWidgetBoxInterface) ConnectMinimumSizeHint(f func() *core.QSize)
func (*QDesignerWidgetBoxInterface) ConnectMouseDoubleClickEvent ¶
func (ptr *QDesignerWidgetBoxInterface) ConnectMouseDoubleClickEvent(f func(event *gui.QMouseEvent))
func (*QDesignerWidgetBoxInterface) ConnectMouseMoveEvent ¶
func (ptr *QDesignerWidgetBoxInterface) ConnectMouseMoveEvent(f func(event *gui.QMouseEvent))
func (*QDesignerWidgetBoxInterface) ConnectMousePressEvent ¶
func (ptr *QDesignerWidgetBoxInterface) ConnectMousePressEvent(f func(event *gui.QMouseEvent))
func (*QDesignerWidgetBoxInterface) ConnectMouseReleaseEvent ¶
func (ptr *QDesignerWidgetBoxInterface) ConnectMouseReleaseEvent(f func(event *gui.QMouseEvent))
func (*QDesignerWidgetBoxInterface) ConnectMoveEvent ¶
func (ptr *QDesignerWidgetBoxInterface) ConnectMoveEvent(f func(event *gui.QMoveEvent))
func (*QDesignerWidgetBoxInterface) ConnectNativeEvent ¶
func (ptr *QDesignerWidgetBoxInterface) ConnectNativeEvent(f func(eventType *core.QByteArray, message unsafe.Pointer, result int) bool)
func (*QDesignerWidgetBoxInterface) ConnectNotify ¶
func (ptr *QDesignerWidgetBoxInterface) ConnectNotify(sign core.QMetaMethod_ITF)
func (*QDesignerWidgetBoxInterface) ConnectNotifyDefault ¶
func (ptr *QDesignerWidgetBoxInterface) ConnectNotifyDefault(sign core.QMetaMethod_ITF)
func (*QDesignerWidgetBoxInterface) ConnectPaintEngine ¶
func (ptr *QDesignerWidgetBoxInterface) ConnectPaintEngine(f func() *gui.QPaintEngine)
func (*QDesignerWidgetBoxInterface) ConnectPaintEvent ¶
func (ptr *QDesignerWidgetBoxInterface) ConnectPaintEvent(f func(event *gui.QPaintEvent))
func (*QDesignerWidgetBoxInterface) ConnectRaise ¶
func (ptr *QDesignerWidgetBoxInterface) ConnectRaise(f func())
func (*QDesignerWidgetBoxInterface) ConnectRepaint ¶
func (ptr *QDesignerWidgetBoxInterface) ConnectRepaint(f func())
func (*QDesignerWidgetBoxInterface) ConnectResizeEvent ¶
func (ptr *QDesignerWidgetBoxInterface) ConnectResizeEvent(f func(event *gui.QResizeEvent))
func (*QDesignerWidgetBoxInterface) ConnectSave ¶
func (ptr *QDesignerWidgetBoxInterface) ConnectSave(f func() bool)
func (*QDesignerWidgetBoxInterface) ConnectSetDisabled ¶
func (ptr *QDesignerWidgetBoxInterface) ConnectSetDisabled(f func(disable bool))
func (*QDesignerWidgetBoxInterface) ConnectSetEnabled ¶
func (ptr *QDesignerWidgetBoxInterface) ConnectSetEnabled(f func(vbo bool))
func (*QDesignerWidgetBoxInterface) ConnectSetFileName ¶
func (ptr *QDesignerWidgetBoxInterface) ConnectSetFileName(f func(fileName string))
func (*QDesignerWidgetBoxInterface) ConnectSetFocus2 ¶
func (ptr *QDesignerWidgetBoxInterface) ConnectSetFocus2(f func())
func (*QDesignerWidgetBoxInterface) ConnectSetHidden ¶
func (ptr *QDesignerWidgetBoxInterface) ConnectSetHidden(f func(hidden bool))
func (*QDesignerWidgetBoxInterface) ConnectSetStyleSheet ¶
func (ptr *QDesignerWidgetBoxInterface) ConnectSetStyleSheet(f func(styleSheet string))
func (*QDesignerWidgetBoxInterface) ConnectSetVisible ¶
func (ptr *QDesignerWidgetBoxInterface) ConnectSetVisible(f func(visible bool))
func (*QDesignerWidgetBoxInterface) ConnectSetWindowModified ¶
func (ptr *QDesignerWidgetBoxInterface) ConnectSetWindowModified(f func(vbo bool))
func (*QDesignerWidgetBoxInterface) ConnectSetWindowTitle ¶
func (ptr *QDesignerWidgetBoxInterface) ConnectSetWindowTitle(f func(vqs string))
func (*QDesignerWidgetBoxInterface) ConnectShow ¶
func (ptr *QDesignerWidgetBoxInterface) ConnectShow(f func())
func (*QDesignerWidgetBoxInterface) ConnectShowEvent ¶
func (ptr *QDesignerWidgetBoxInterface) ConnectShowEvent(f func(event *gui.QShowEvent))
func (*QDesignerWidgetBoxInterface) ConnectShowFullScreen ¶
func (ptr *QDesignerWidgetBoxInterface) ConnectShowFullScreen(f func())
func (*QDesignerWidgetBoxInterface) ConnectShowMaximized ¶
func (ptr *QDesignerWidgetBoxInterface) ConnectShowMaximized(f func())
func (*QDesignerWidgetBoxInterface) ConnectShowMinimized ¶
func (ptr *QDesignerWidgetBoxInterface) ConnectShowMinimized(f func())
func (*QDesignerWidgetBoxInterface) ConnectShowNormal ¶
func (ptr *QDesignerWidgetBoxInterface) ConnectShowNormal(f func())
func (*QDesignerWidgetBoxInterface) ConnectSizeHint ¶
func (ptr *QDesignerWidgetBoxInterface) ConnectSizeHint(f func() *core.QSize)
func (*QDesignerWidgetBoxInterface) ConnectTabletEvent ¶
func (ptr *QDesignerWidgetBoxInterface) ConnectTabletEvent(f func(event *gui.QTabletEvent))
func (*QDesignerWidgetBoxInterface) ConnectTimerEvent ¶
func (ptr *QDesignerWidgetBoxInterface) ConnectTimerEvent(f func(event *core.QTimerEvent))
func (*QDesignerWidgetBoxInterface) ConnectUpdate ¶
func (ptr *QDesignerWidgetBoxInterface) ConnectUpdate(f func())
func (*QDesignerWidgetBoxInterface) ConnectUpdateMicroFocus ¶
func (ptr *QDesignerWidgetBoxInterface) ConnectUpdateMicroFocus(f func())
func (*QDesignerWidgetBoxInterface) ConnectWheelEvent ¶
func (ptr *QDesignerWidgetBoxInterface) ConnectWheelEvent(f func(event *gui.QWheelEvent))
func (*QDesignerWidgetBoxInterface) ContextMenuEvent ¶
func (ptr *QDesignerWidgetBoxInterface) ContextMenuEvent(event gui.QContextMenuEvent_ITF)
func (*QDesignerWidgetBoxInterface) ContextMenuEventDefault ¶
func (ptr *QDesignerWidgetBoxInterface) ContextMenuEventDefault(event gui.QContextMenuEvent_ITF)
func (*QDesignerWidgetBoxInterface) CustomEvent ¶
func (ptr *QDesignerWidgetBoxInterface) CustomEvent(event core.QEvent_ITF)
func (*QDesignerWidgetBoxInterface) CustomEventDefault ¶
func (ptr *QDesignerWidgetBoxInterface) CustomEventDefault(event core.QEvent_ITF)
func (*QDesignerWidgetBoxInterface) DeleteLater ¶
func (ptr *QDesignerWidgetBoxInterface) DeleteLater()
func (*QDesignerWidgetBoxInterface) DeleteLaterDefault ¶
func (ptr *QDesignerWidgetBoxInterface) DeleteLaterDefault()
func (*QDesignerWidgetBoxInterface) DestroyQDesignerWidgetBoxInterface ¶
func (ptr *QDesignerWidgetBoxInterface) DestroyQDesignerWidgetBoxInterface()
func (*QDesignerWidgetBoxInterface) DestroyQDesignerWidgetBoxInterfaceDefault ¶
func (ptr *QDesignerWidgetBoxInterface) DestroyQDesignerWidgetBoxInterfaceDefault()
func (*QDesignerWidgetBoxInterface) DisconnectActionEvent ¶
func (ptr *QDesignerWidgetBoxInterface) DisconnectActionEvent()
func (*QDesignerWidgetBoxInterface) DisconnectChangeEvent ¶
func (ptr *QDesignerWidgetBoxInterface) DisconnectChangeEvent()
func (*QDesignerWidgetBoxInterface) DisconnectChildEvent ¶
func (ptr *QDesignerWidgetBoxInterface) DisconnectChildEvent()
func (*QDesignerWidgetBoxInterface) DisconnectClose ¶
func (ptr *QDesignerWidgetBoxInterface) DisconnectClose()
func (*QDesignerWidgetBoxInterface) DisconnectCloseEvent ¶
func (ptr *QDesignerWidgetBoxInterface) DisconnectCloseEvent()
func (*QDesignerWidgetBoxInterface) DisconnectConnectNotify ¶
func (ptr *QDesignerWidgetBoxInterface) DisconnectConnectNotify()
func (*QDesignerWidgetBoxInterface) DisconnectContextMenuEvent ¶
func (ptr *QDesignerWidgetBoxInterface) DisconnectContextMenuEvent()
func (*QDesignerWidgetBoxInterface) DisconnectCustomEvent ¶
func (ptr *QDesignerWidgetBoxInterface) DisconnectCustomEvent()
func (*QDesignerWidgetBoxInterface) DisconnectDeleteLater ¶
func (ptr *QDesignerWidgetBoxInterface) DisconnectDeleteLater()
func (*QDesignerWidgetBoxInterface) DisconnectDestroyQDesignerWidgetBoxInterface ¶
func (ptr *QDesignerWidgetBoxInterface) DisconnectDestroyQDesignerWidgetBoxInterface()
func (*QDesignerWidgetBoxInterface) DisconnectDisconnectNotify ¶
func (ptr *QDesignerWidgetBoxInterface) DisconnectDisconnectNotify()
func (*QDesignerWidgetBoxInterface) DisconnectDragEnterEvent ¶
func (ptr *QDesignerWidgetBoxInterface) DisconnectDragEnterEvent()
func (*QDesignerWidgetBoxInterface) DisconnectDragLeaveEvent ¶
func (ptr *QDesignerWidgetBoxInterface) DisconnectDragLeaveEvent()
func (*QDesignerWidgetBoxInterface) DisconnectDragMoveEvent ¶
func (ptr *QDesignerWidgetBoxInterface) DisconnectDragMoveEvent()
func (*QDesignerWidgetBoxInterface) DisconnectDropEvent ¶
func (ptr *QDesignerWidgetBoxInterface) DisconnectDropEvent()
func (*QDesignerWidgetBoxInterface) DisconnectEnterEvent ¶
func (ptr *QDesignerWidgetBoxInterface) DisconnectEnterEvent()
func (*QDesignerWidgetBoxInterface) DisconnectEvent ¶
func (ptr *QDesignerWidgetBoxInterface) DisconnectEvent()
func (*QDesignerWidgetBoxInterface) DisconnectEventFilter ¶
func (ptr *QDesignerWidgetBoxInterface) DisconnectEventFilter()
func (*QDesignerWidgetBoxInterface) DisconnectFileName ¶
func (ptr *QDesignerWidgetBoxInterface) DisconnectFileName()
func (*QDesignerWidgetBoxInterface) DisconnectFocusInEvent ¶
func (ptr *QDesignerWidgetBoxInterface) DisconnectFocusInEvent()
func (*QDesignerWidgetBoxInterface) DisconnectFocusNextPrevChild ¶
func (ptr *QDesignerWidgetBoxInterface) DisconnectFocusNextPrevChild()
func (*QDesignerWidgetBoxInterface) DisconnectFocusOutEvent ¶
func (ptr *QDesignerWidgetBoxInterface) DisconnectFocusOutEvent()
func (*QDesignerWidgetBoxInterface) DisconnectHasHeightForWidth ¶
func (ptr *QDesignerWidgetBoxInterface) DisconnectHasHeightForWidth()
func (*QDesignerWidgetBoxInterface) DisconnectHeightForWidth ¶
func (ptr *QDesignerWidgetBoxInterface) DisconnectHeightForWidth()
func (*QDesignerWidgetBoxInterface) DisconnectHide ¶
func (ptr *QDesignerWidgetBoxInterface) DisconnectHide()
func (*QDesignerWidgetBoxInterface) DisconnectHideEvent ¶
func (ptr *QDesignerWidgetBoxInterface) DisconnectHideEvent()
func (*QDesignerWidgetBoxInterface) DisconnectInputMethodEvent ¶
func (ptr *QDesignerWidgetBoxInterface) DisconnectInputMethodEvent()
func (*QDesignerWidgetBoxInterface) DisconnectInputMethodQuery ¶
func (ptr *QDesignerWidgetBoxInterface) DisconnectInputMethodQuery()
func (*QDesignerWidgetBoxInterface) DisconnectKeyPressEvent ¶
func (ptr *QDesignerWidgetBoxInterface) DisconnectKeyPressEvent()
func (*QDesignerWidgetBoxInterface) DisconnectKeyReleaseEvent ¶
func (ptr *QDesignerWidgetBoxInterface) DisconnectKeyReleaseEvent()
func (*QDesignerWidgetBoxInterface) DisconnectLeaveEvent ¶
func (ptr *QDesignerWidgetBoxInterface) DisconnectLeaveEvent()
func (*QDesignerWidgetBoxInterface) DisconnectLoad ¶
func (ptr *QDesignerWidgetBoxInterface) DisconnectLoad()
func (*QDesignerWidgetBoxInterface) DisconnectLower ¶
func (ptr *QDesignerWidgetBoxInterface) DisconnectLower()
func (*QDesignerWidgetBoxInterface) DisconnectMetaObject ¶
func (ptr *QDesignerWidgetBoxInterface) DisconnectMetaObject()
func (*QDesignerWidgetBoxInterface) DisconnectMetric ¶
func (ptr *QDesignerWidgetBoxInterface) DisconnectMetric()
func (*QDesignerWidgetBoxInterface) DisconnectMinimumSizeHint ¶
func (ptr *QDesignerWidgetBoxInterface) DisconnectMinimumSizeHint()
func (*QDesignerWidgetBoxInterface) DisconnectMouseDoubleClickEvent ¶
func (ptr *QDesignerWidgetBoxInterface) DisconnectMouseDoubleClickEvent()
func (*QDesignerWidgetBoxInterface) DisconnectMouseMoveEvent ¶
func (ptr *QDesignerWidgetBoxInterface) DisconnectMouseMoveEvent()
func (*QDesignerWidgetBoxInterface) DisconnectMousePressEvent ¶
func (ptr *QDesignerWidgetBoxInterface) DisconnectMousePressEvent()
func (*QDesignerWidgetBoxInterface) DisconnectMouseReleaseEvent ¶
func (ptr *QDesignerWidgetBoxInterface) DisconnectMouseReleaseEvent()
func (*QDesignerWidgetBoxInterface) DisconnectMoveEvent ¶
func (ptr *QDesignerWidgetBoxInterface) DisconnectMoveEvent()
func (*QDesignerWidgetBoxInterface) DisconnectNativeEvent ¶
func (ptr *QDesignerWidgetBoxInterface) DisconnectNativeEvent()
func (*QDesignerWidgetBoxInterface) DisconnectNotify ¶
func (ptr *QDesignerWidgetBoxInterface) DisconnectNotify(sign core.QMetaMethod_ITF)
func (*QDesignerWidgetBoxInterface) DisconnectNotifyDefault ¶
func (ptr *QDesignerWidgetBoxInterface) DisconnectNotifyDefault(sign core.QMetaMethod_ITF)
func (*QDesignerWidgetBoxInterface) DisconnectPaintEngine ¶
func (ptr *QDesignerWidgetBoxInterface) DisconnectPaintEngine()
func (*QDesignerWidgetBoxInterface) DisconnectPaintEvent ¶
func (ptr *QDesignerWidgetBoxInterface) DisconnectPaintEvent()
func (*QDesignerWidgetBoxInterface) DisconnectRaise ¶
func (ptr *QDesignerWidgetBoxInterface) DisconnectRaise()
func (*QDesignerWidgetBoxInterface) DisconnectRepaint ¶
func (ptr *QDesignerWidgetBoxInterface) DisconnectRepaint()
func (*QDesignerWidgetBoxInterface) DisconnectResizeEvent ¶
func (ptr *QDesignerWidgetBoxInterface) DisconnectResizeEvent()
func (*QDesignerWidgetBoxInterface) DisconnectSave ¶
func (ptr *QDesignerWidgetBoxInterface) DisconnectSave()
func (*QDesignerWidgetBoxInterface) DisconnectSetDisabled ¶
func (ptr *QDesignerWidgetBoxInterface) DisconnectSetDisabled()
func (*QDesignerWidgetBoxInterface) DisconnectSetEnabled ¶
func (ptr *QDesignerWidgetBoxInterface) DisconnectSetEnabled()
func (*QDesignerWidgetBoxInterface) DisconnectSetFileName ¶
func (ptr *QDesignerWidgetBoxInterface) DisconnectSetFileName(fileName string)
func (*QDesignerWidgetBoxInterface) DisconnectSetFocus2 ¶
func (ptr *QDesignerWidgetBoxInterface) DisconnectSetFocus2()
func (*QDesignerWidgetBoxInterface) DisconnectSetHidden ¶
func (ptr *QDesignerWidgetBoxInterface) DisconnectSetHidden()
func (*QDesignerWidgetBoxInterface) DisconnectSetStyleSheet ¶
func (ptr *QDesignerWidgetBoxInterface) DisconnectSetStyleSheet()
func (*QDesignerWidgetBoxInterface) DisconnectSetVisible ¶
func (ptr *QDesignerWidgetBoxInterface) DisconnectSetVisible()
func (*QDesignerWidgetBoxInterface) DisconnectSetWindowModified ¶
func (ptr *QDesignerWidgetBoxInterface) DisconnectSetWindowModified()
func (*QDesignerWidgetBoxInterface) DisconnectSetWindowTitle ¶
func (ptr *QDesignerWidgetBoxInterface) DisconnectSetWindowTitle()
func (*QDesignerWidgetBoxInterface) DisconnectShow ¶
func (ptr *QDesignerWidgetBoxInterface) DisconnectShow()
func (*QDesignerWidgetBoxInterface) DisconnectShowEvent ¶
func (ptr *QDesignerWidgetBoxInterface) DisconnectShowEvent()
func (*QDesignerWidgetBoxInterface) DisconnectShowFullScreen ¶
func (ptr *QDesignerWidgetBoxInterface) DisconnectShowFullScreen()
func (*QDesignerWidgetBoxInterface) DisconnectShowMaximized ¶
func (ptr *QDesignerWidgetBoxInterface) DisconnectShowMaximized()
func (*QDesignerWidgetBoxInterface) DisconnectShowMinimized ¶
func (ptr *QDesignerWidgetBoxInterface) DisconnectShowMinimized()
func (*QDesignerWidgetBoxInterface) DisconnectShowNormal ¶
func (ptr *QDesignerWidgetBoxInterface) DisconnectShowNormal()
func (*QDesignerWidgetBoxInterface) DisconnectSizeHint ¶
func (ptr *QDesignerWidgetBoxInterface) DisconnectSizeHint()
func (*QDesignerWidgetBoxInterface) DisconnectTabletEvent ¶
func (ptr *QDesignerWidgetBoxInterface) DisconnectTabletEvent()
func (*QDesignerWidgetBoxInterface) DisconnectTimerEvent ¶
func (ptr *QDesignerWidgetBoxInterface) DisconnectTimerEvent()
func (*QDesignerWidgetBoxInterface) DisconnectUpdate ¶
func (ptr *QDesignerWidgetBoxInterface) DisconnectUpdate()
func (*QDesignerWidgetBoxInterface) DisconnectUpdateMicroFocus ¶
func (ptr *QDesignerWidgetBoxInterface) DisconnectUpdateMicroFocus()
func (*QDesignerWidgetBoxInterface) DisconnectWheelEvent ¶
func (ptr *QDesignerWidgetBoxInterface) DisconnectWheelEvent()
func (*QDesignerWidgetBoxInterface) DragEnterEvent ¶
func (ptr *QDesignerWidgetBoxInterface) DragEnterEvent(event gui.QDragEnterEvent_ITF)
func (*QDesignerWidgetBoxInterface) DragEnterEventDefault ¶
func (ptr *QDesignerWidgetBoxInterface) DragEnterEventDefault(event gui.QDragEnterEvent_ITF)
func (*QDesignerWidgetBoxInterface) DragLeaveEvent ¶
func (ptr *QDesignerWidgetBoxInterface) DragLeaveEvent(event gui.QDragLeaveEvent_ITF)
func (*QDesignerWidgetBoxInterface) DragLeaveEventDefault ¶
func (ptr *QDesignerWidgetBoxInterface) DragLeaveEventDefault(event gui.QDragLeaveEvent_ITF)
func (*QDesignerWidgetBoxInterface) DragMoveEvent ¶
func (ptr *QDesignerWidgetBoxInterface) DragMoveEvent(event gui.QDragMoveEvent_ITF)
func (*QDesignerWidgetBoxInterface) DragMoveEventDefault ¶
func (ptr *QDesignerWidgetBoxInterface) DragMoveEventDefault(event gui.QDragMoveEvent_ITF)
func (*QDesignerWidgetBoxInterface) DropEvent ¶
func (ptr *QDesignerWidgetBoxInterface) DropEvent(event gui.QDropEvent_ITF)
func (*QDesignerWidgetBoxInterface) DropEventDefault ¶
func (ptr *QDesignerWidgetBoxInterface) DropEventDefault(event gui.QDropEvent_ITF)
func (*QDesignerWidgetBoxInterface) EnterEvent ¶
func (ptr *QDesignerWidgetBoxInterface) EnterEvent(event core.QEvent_ITF)
func (*QDesignerWidgetBoxInterface) EnterEventDefault ¶
func (ptr *QDesignerWidgetBoxInterface) EnterEventDefault(event core.QEvent_ITF)
func (*QDesignerWidgetBoxInterface) Event ¶
func (ptr *QDesignerWidgetBoxInterface) Event(event core.QEvent_ITF) bool
func (*QDesignerWidgetBoxInterface) EventDefault ¶
func (ptr *QDesignerWidgetBoxInterface) EventDefault(event core.QEvent_ITF) bool
func (*QDesignerWidgetBoxInterface) EventFilter ¶
func (ptr *QDesignerWidgetBoxInterface) EventFilter(watched core.QObject_ITF, event core.QEvent_ITF) bool
func (*QDesignerWidgetBoxInterface) EventFilterDefault ¶
func (ptr *QDesignerWidgetBoxInterface) EventFilterDefault(watched core.QObject_ITF, event core.QEvent_ITF) bool
func (*QDesignerWidgetBoxInterface) FileName ¶
func (ptr *QDesignerWidgetBoxInterface) FileName() string
func (*QDesignerWidgetBoxInterface) FocusInEvent ¶
func (ptr *QDesignerWidgetBoxInterface) FocusInEvent(event gui.QFocusEvent_ITF)
func (*QDesignerWidgetBoxInterface) FocusInEventDefault ¶
func (ptr *QDesignerWidgetBoxInterface) FocusInEventDefault(event gui.QFocusEvent_ITF)
func (*QDesignerWidgetBoxInterface) FocusNextPrevChild ¶
func (ptr *QDesignerWidgetBoxInterface) FocusNextPrevChild(next bool) bool
func (*QDesignerWidgetBoxInterface) FocusNextPrevChildDefault ¶
func (ptr *QDesignerWidgetBoxInterface) FocusNextPrevChildDefault(next bool) bool
func (*QDesignerWidgetBoxInterface) FocusOutEvent ¶
func (ptr *QDesignerWidgetBoxInterface) FocusOutEvent(event gui.QFocusEvent_ITF)
func (*QDesignerWidgetBoxInterface) FocusOutEventDefault ¶
func (ptr *QDesignerWidgetBoxInterface) FocusOutEventDefault(event gui.QFocusEvent_ITF)
func (*QDesignerWidgetBoxInterface) HasHeightForWidth ¶
func (ptr *QDesignerWidgetBoxInterface) HasHeightForWidth() bool
func (*QDesignerWidgetBoxInterface) HasHeightForWidthDefault ¶
func (ptr *QDesignerWidgetBoxInterface) HasHeightForWidthDefault() bool
func (*QDesignerWidgetBoxInterface) HeightForWidth ¶
func (ptr *QDesignerWidgetBoxInterface) HeightForWidth(w int) int
func (*QDesignerWidgetBoxInterface) HeightForWidthDefault ¶
func (ptr *QDesignerWidgetBoxInterface) HeightForWidthDefault(w int) int
func (*QDesignerWidgetBoxInterface) Hide ¶
func (ptr *QDesignerWidgetBoxInterface) Hide()
func (*QDesignerWidgetBoxInterface) HideDefault ¶
func (ptr *QDesignerWidgetBoxInterface) HideDefault()
func (*QDesignerWidgetBoxInterface) HideEvent ¶
func (ptr *QDesignerWidgetBoxInterface) HideEvent(event gui.QHideEvent_ITF)
func (*QDesignerWidgetBoxInterface) HideEventDefault ¶
func (ptr *QDesignerWidgetBoxInterface) HideEventDefault(event gui.QHideEvent_ITF)
func (*QDesignerWidgetBoxInterface) InputMethodEvent ¶
func (ptr *QDesignerWidgetBoxInterface) InputMethodEvent(event gui.QInputMethodEvent_ITF)
func (*QDesignerWidgetBoxInterface) InputMethodEventDefault ¶
func (ptr *QDesignerWidgetBoxInterface) InputMethodEventDefault(event gui.QInputMethodEvent_ITF)
func (*QDesignerWidgetBoxInterface) InputMethodQuery ¶
func (ptr *QDesignerWidgetBoxInterface) InputMethodQuery(query core.Qt__InputMethodQuery) *core.QVariant
func (*QDesignerWidgetBoxInterface) InputMethodQueryDefault ¶
func (ptr *QDesignerWidgetBoxInterface) InputMethodQueryDefault(query core.Qt__InputMethodQuery) *core.QVariant
func (*QDesignerWidgetBoxInterface) KeyPressEvent ¶
func (ptr *QDesignerWidgetBoxInterface) KeyPressEvent(event gui.QKeyEvent_ITF)
func (*QDesignerWidgetBoxInterface) KeyPressEventDefault ¶
func (ptr *QDesignerWidgetBoxInterface) KeyPressEventDefault(event gui.QKeyEvent_ITF)
func (*QDesignerWidgetBoxInterface) KeyReleaseEvent ¶
func (ptr *QDesignerWidgetBoxInterface) KeyReleaseEvent(event gui.QKeyEvent_ITF)
func (*QDesignerWidgetBoxInterface) KeyReleaseEventDefault ¶
func (ptr *QDesignerWidgetBoxInterface) KeyReleaseEventDefault(event gui.QKeyEvent_ITF)
func (*QDesignerWidgetBoxInterface) LeaveEvent ¶
func (ptr *QDesignerWidgetBoxInterface) LeaveEvent(event core.QEvent_ITF)
func (*QDesignerWidgetBoxInterface) LeaveEventDefault ¶
func (ptr *QDesignerWidgetBoxInterface) LeaveEventDefault(event core.QEvent_ITF)
func (*QDesignerWidgetBoxInterface) Load ¶
func (ptr *QDesignerWidgetBoxInterface) Load() bool
func (*QDesignerWidgetBoxInterface) Lower ¶
func (ptr *QDesignerWidgetBoxInterface) Lower()
func (*QDesignerWidgetBoxInterface) LowerDefault ¶
func (ptr *QDesignerWidgetBoxInterface) LowerDefault()
func (*QDesignerWidgetBoxInterface) MetaObject ¶
func (ptr *QDesignerWidgetBoxInterface) MetaObject() *core.QMetaObject
func (*QDesignerWidgetBoxInterface) MetaObjectDefault ¶
func (ptr *QDesignerWidgetBoxInterface) MetaObjectDefault() *core.QMetaObject
func (*QDesignerWidgetBoxInterface) Metric ¶
func (ptr *QDesignerWidgetBoxInterface) Metric(m gui.QPaintDevice__PaintDeviceMetric) int
func (*QDesignerWidgetBoxInterface) MetricDefault ¶
func (ptr *QDesignerWidgetBoxInterface) MetricDefault(m gui.QPaintDevice__PaintDeviceMetric) int
func (*QDesignerWidgetBoxInterface) MinimumSizeHint ¶
func (ptr *QDesignerWidgetBoxInterface) MinimumSizeHint() *core.QSize
func (*QDesignerWidgetBoxInterface) MinimumSizeHintDefault ¶
func (ptr *QDesignerWidgetBoxInterface) MinimumSizeHintDefault() *core.QSize
func (*QDesignerWidgetBoxInterface) MouseDoubleClickEvent ¶
func (ptr *QDesignerWidgetBoxInterface) MouseDoubleClickEvent(event gui.QMouseEvent_ITF)
func (*QDesignerWidgetBoxInterface) MouseDoubleClickEventDefault ¶
func (ptr *QDesignerWidgetBoxInterface) MouseDoubleClickEventDefault(event gui.QMouseEvent_ITF)
func (*QDesignerWidgetBoxInterface) MouseMoveEvent ¶
func (ptr *QDesignerWidgetBoxInterface) MouseMoveEvent(event gui.QMouseEvent_ITF)
func (*QDesignerWidgetBoxInterface) MouseMoveEventDefault ¶
func (ptr *QDesignerWidgetBoxInterface) MouseMoveEventDefault(event gui.QMouseEvent_ITF)
func (*QDesignerWidgetBoxInterface) MousePressEvent ¶
func (ptr *QDesignerWidgetBoxInterface) MousePressEvent(event gui.QMouseEvent_ITF)
func (*QDesignerWidgetBoxInterface) MousePressEventDefault ¶
func (ptr *QDesignerWidgetBoxInterface) MousePressEventDefault(event gui.QMouseEvent_ITF)
func (*QDesignerWidgetBoxInterface) MouseReleaseEvent ¶
func (ptr *QDesignerWidgetBoxInterface) MouseReleaseEvent(event gui.QMouseEvent_ITF)
func (*QDesignerWidgetBoxInterface) MouseReleaseEventDefault ¶
func (ptr *QDesignerWidgetBoxInterface) MouseReleaseEventDefault(event gui.QMouseEvent_ITF)
func (*QDesignerWidgetBoxInterface) MoveEvent ¶
func (ptr *QDesignerWidgetBoxInterface) MoveEvent(event gui.QMoveEvent_ITF)
func (*QDesignerWidgetBoxInterface) MoveEventDefault ¶
func (ptr *QDesignerWidgetBoxInterface) MoveEventDefault(event gui.QMoveEvent_ITF)
func (*QDesignerWidgetBoxInterface) NativeEvent ¶
func (ptr *QDesignerWidgetBoxInterface) NativeEvent(eventType core.QByteArray_ITF, message unsafe.Pointer, result int) bool
func (*QDesignerWidgetBoxInterface) NativeEventDefault ¶
func (ptr *QDesignerWidgetBoxInterface) NativeEventDefault(eventType core.QByteArray_ITF, message unsafe.Pointer, result int) bool
func (*QDesignerWidgetBoxInterface) PaintEngine ¶
func (ptr *QDesignerWidgetBoxInterface) PaintEngine() *gui.QPaintEngine
func (*QDesignerWidgetBoxInterface) PaintEngineDefault ¶
func (ptr *QDesignerWidgetBoxInterface) PaintEngineDefault() *gui.QPaintEngine
func (*QDesignerWidgetBoxInterface) PaintEvent ¶
func (ptr *QDesignerWidgetBoxInterface) PaintEvent(event gui.QPaintEvent_ITF)
func (*QDesignerWidgetBoxInterface) PaintEventDefault ¶
func (ptr *QDesignerWidgetBoxInterface) PaintEventDefault(event gui.QPaintEvent_ITF)
func (*QDesignerWidgetBoxInterface) Pointer ¶
func (p *QDesignerWidgetBoxInterface) Pointer() unsafe.Pointer
func (*QDesignerWidgetBoxInterface) QDesignerWidgetBoxInterface_PTR ¶
func (p *QDesignerWidgetBoxInterface) QDesignerWidgetBoxInterface_PTR() *QDesignerWidgetBoxInterface
func (*QDesignerWidgetBoxInterface) Raise ¶
func (ptr *QDesignerWidgetBoxInterface) Raise()
func (*QDesignerWidgetBoxInterface) RaiseDefault ¶
func (ptr *QDesignerWidgetBoxInterface) RaiseDefault()
func (*QDesignerWidgetBoxInterface) Repaint ¶
func (ptr *QDesignerWidgetBoxInterface) Repaint()
func (*QDesignerWidgetBoxInterface) RepaintDefault ¶
func (ptr *QDesignerWidgetBoxInterface) RepaintDefault()
func (*QDesignerWidgetBoxInterface) ResizeEvent ¶
func (ptr *QDesignerWidgetBoxInterface) ResizeEvent(event gui.QResizeEvent_ITF)
func (*QDesignerWidgetBoxInterface) ResizeEventDefault ¶
func (ptr *QDesignerWidgetBoxInterface) ResizeEventDefault(event gui.QResizeEvent_ITF)
func (*QDesignerWidgetBoxInterface) Save ¶
func (ptr *QDesignerWidgetBoxInterface) Save() bool
func (*QDesignerWidgetBoxInterface) SetDisabled ¶
func (ptr *QDesignerWidgetBoxInterface) SetDisabled(disable bool)
func (*QDesignerWidgetBoxInterface) SetDisabledDefault ¶
func (ptr *QDesignerWidgetBoxInterface) SetDisabledDefault(disable bool)
func (*QDesignerWidgetBoxInterface) SetEnabled ¶
func (ptr *QDesignerWidgetBoxInterface) SetEnabled(vbo bool)
func (*QDesignerWidgetBoxInterface) SetEnabledDefault ¶
func (ptr *QDesignerWidgetBoxInterface) SetEnabledDefault(vbo bool)
func (*QDesignerWidgetBoxInterface) SetFileName ¶
func (ptr *QDesignerWidgetBoxInterface) SetFileName(fileName string)
func (*QDesignerWidgetBoxInterface) SetFocus2 ¶
func (ptr *QDesignerWidgetBoxInterface) SetFocus2()
func (*QDesignerWidgetBoxInterface) SetFocus2Default ¶
func (ptr *QDesignerWidgetBoxInterface) SetFocus2Default()
func (*QDesignerWidgetBoxInterface) SetHidden ¶
func (ptr *QDesignerWidgetBoxInterface) SetHidden(hidden bool)
func (*QDesignerWidgetBoxInterface) SetHiddenDefault ¶
func (ptr *QDesignerWidgetBoxInterface) SetHiddenDefault(hidden bool)
func (*QDesignerWidgetBoxInterface) SetPointer ¶
func (p *QDesignerWidgetBoxInterface) SetPointer(ptr unsafe.Pointer)
func (*QDesignerWidgetBoxInterface) SetStyleSheet ¶
func (ptr *QDesignerWidgetBoxInterface) SetStyleSheet(styleSheet string)
func (*QDesignerWidgetBoxInterface) SetStyleSheetDefault ¶
func (ptr *QDesignerWidgetBoxInterface) SetStyleSheetDefault(styleSheet string)
func (*QDesignerWidgetBoxInterface) SetVisible ¶
func (ptr *QDesignerWidgetBoxInterface) SetVisible(visible bool)
func (*QDesignerWidgetBoxInterface) SetVisibleDefault ¶
func (ptr *QDesignerWidgetBoxInterface) SetVisibleDefault(visible bool)
func (*QDesignerWidgetBoxInterface) SetWindowModified ¶
func (ptr *QDesignerWidgetBoxInterface) SetWindowModified(vbo bool)
func (*QDesignerWidgetBoxInterface) SetWindowModifiedDefault ¶
func (ptr *QDesignerWidgetBoxInterface) SetWindowModifiedDefault(vbo bool)
func (*QDesignerWidgetBoxInterface) SetWindowTitle ¶
func (ptr *QDesignerWidgetBoxInterface) SetWindowTitle(vqs string)
func (*QDesignerWidgetBoxInterface) SetWindowTitleDefault ¶
func (ptr *QDesignerWidgetBoxInterface) SetWindowTitleDefault(vqs string)
func (*QDesignerWidgetBoxInterface) Show ¶
func (ptr *QDesignerWidgetBoxInterface) Show()
func (*QDesignerWidgetBoxInterface) ShowDefault ¶
func (ptr *QDesignerWidgetBoxInterface) ShowDefault()
func (*QDesignerWidgetBoxInterface) ShowEvent ¶
func (ptr *QDesignerWidgetBoxInterface) ShowEvent(event gui.QShowEvent_ITF)
func (*QDesignerWidgetBoxInterface) ShowEventDefault ¶
func (ptr *QDesignerWidgetBoxInterface) ShowEventDefault(event gui.QShowEvent_ITF)
func (*QDesignerWidgetBoxInterface) ShowFullScreen ¶
func (ptr *QDesignerWidgetBoxInterface) ShowFullScreen()
func (*QDesignerWidgetBoxInterface) ShowFullScreenDefault ¶
func (ptr *QDesignerWidgetBoxInterface) ShowFullScreenDefault()
func (*QDesignerWidgetBoxInterface) ShowMaximized ¶
func (ptr *QDesignerWidgetBoxInterface) ShowMaximized()
func (*QDesignerWidgetBoxInterface) ShowMaximizedDefault ¶
func (ptr *QDesignerWidgetBoxInterface) ShowMaximizedDefault()
func (*QDesignerWidgetBoxInterface) ShowMinimized ¶
func (ptr *QDesignerWidgetBoxInterface) ShowMinimized()
func (*QDesignerWidgetBoxInterface) ShowMinimizedDefault ¶
func (ptr *QDesignerWidgetBoxInterface) ShowMinimizedDefault()
func (*QDesignerWidgetBoxInterface) ShowNormal ¶
func (ptr *QDesignerWidgetBoxInterface) ShowNormal()
func (*QDesignerWidgetBoxInterface) ShowNormalDefault ¶
func (ptr *QDesignerWidgetBoxInterface) ShowNormalDefault()
func (*QDesignerWidgetBoxInterface) SizeHint ¶
func (ptr *QDesignerWidgetBoxInterface) SizeHint() *core.QSize
func (*QDesignerWidgetBoxInterface) SizeHintDefault ¶
func (ptr *QDesignerWidgetBoxInterface) SizeHintDefault() *core.QSize
func (*QDesignerWidgetBoxInterface) TabletEvent ¶
func (ptr *QDesignerWidgetBoxInterface) TabletEvent(event gui.QTabletEvent_ITF)
func (*QDesignerWidgetBoxInterface) TabletEventDefault ¶
func (ptr *QDesignerWidgetBoxInterface) TabletEventDefault(event gui.QTabletEvent_ITF)
func (*QDesignerWidgetBoxInterface) TimerEvent ¶
func (ptr *QDesignerWidgetBoxInterface) TimerEvent(event core.QTimerEvent_ITF)
func (*QDesignerWidgetBoxInterface) TimerEventDefault ¶
func (ptr *QDesignerWidgetBoxInterface) TimerEventDefault(event core.QTimerEvent_ITF)
func (*QDesignerWidgetBoxInterface) Update ¶
func (ptr *QDesignerWidgetBoxInterface) Update()
func (*QDesignerWidgetBoxInterface) UpdateDefault ¶
func (ptr *QDesignerWidgetBoxInterface) UpdateDefault()
func (*QDesignerWidgetBoxInterface) UpdateMicroFocus ¶
func (ptr *QDesignerWidgetBoxInterface) UpdateMicroFocus()
func (*QDesignerWidgetBoxInterface) UpdateMicroFocusDefault ¶
func (ptr *QDesignerWidgetBoxInterface) UpdateMicroFocusDefault()
func (*QDesignerWidgetBoxInterface) WheelEvent ¶
func (ptr *QDesignerWidgetBoxInterface) WheelEvent(event gui.QWheelEvent_ITF)
func (*QDesignerWidgetBoxInterface) WheelEventDefault ¶
func (ptr *QDesignerWidgetBoxInterface) WheelEventDefault(event gui.QWheelEvent_ITF)
type QDesignerWidgetBoxInterface_ITF ¶
type QDesignerWidgetBoxInterface_ITF interface { widgets.QWidget_ITF QDesignerWidgetBoxInterface_PTR() *QDesignerWidgetBoxInterface }
type QExtensionFactory ¶
type QExtensionFactory struct { core.QObject QAbstractExtensionFactory }
func NewQExtensionFactory ¶
func NewQExtensionFactory(parent QExtensionManager_ITF) *QExtensionFactory
func NewQExtensionFactoryFromPointer ¶
func NewQExtensionFactoryFromPointer(ptr unsafe.Pointer) *QExtensionFactory
func (*QExtensionFactory) ChildEvent ¶
func (ptr *QExtensionFactory) ChildEvent(event core.QChildEvent_ITF)
func (*QExtensionFactory) ChildEventDefault ¶
func (ptr *QExtensionFactory) ChildEventDefault(event core.QChildEvent_ITF)
func (*QExtensionFactory) ConnectChildEvent ¶
func (ptr *QExtensionFactory) ConnectChildEvent(f func(event *core.QChildEvent))
func (*QExtensionFactory) ConnectConnectNotify ¶
func (ptr *QExtensionFactory) ConnectConnectNotify(f func(sign *core.QMetaMethod))
func (*QExtensionFactory) ConnectCreateExtension ¶
func (*QExtensionFactory) ConnectCustomEvent ¶
func (ptr *QExtensionFactory) ConnectCustomEvent(f func(event *core.QEvent))
func (*QExtensionFactory) ConnectDeleteLater ¶
func (ptr *QExtensionFactory) ConnectDeleteLater(f func())
func (*QExtensionFactory) ConnectDisconnectNotify ¶
func (ptr *QExtensionFactory) ConnectDisconnectNotify(f func(sign *core.QMetaMethod))
func (*QExtensionFactory) ConnectEvent ¶
func (ptr *QExtensionFactory) ConnectEvent(f func(e *core.QEvent) bool)
func (*QExtensionFactory) ConnectEventFilter ¶
func (*QExtensionFactory) ConnectExtension ¶
func (*QExtensionFactory) ConnectMetaObject ¶
func (ptr *QExtensionFactory) ConnectMetaObject(f func() *core.QMetaObject)
func (*QExtensionFactory) ConnectNotify ¶
func (ptr *QExtensionFactory) ConnectNotify(sign core.QMetaMethod_ITF)
func (*QExtensionFactory) ConnectNotifyDefault ¶
func (ptr *QExtensionFactory) ConnectNotifyDefault(sign core.QMetaMethod_ITF)
func (*QExtensionFactory) ConnectTimerEvent ¶
func (ptr *QExtensionFactory) ConnectTimerEvent(f func(event *core.QTimerEvent))
func (*QExtensionFactory) CreateExtension ¶
func (ptr *QExtensionFactory) CreateExtension(object core.QObject_ITF, iid string, parent core.QObject_ITF) *core.QObject
func (*QExtensionFactory) CreateExtensionDefault ¶
func (ptr *QExtensionFactory) CreateExtensionDefault(object core.QObject_ITF, iid string, parent core.QObject_ITF) *core.QObject
func (*QExtensionFactory) CustomEvent ¶
func (ptr *QExtensionFactory) CustomEvent(event core.QEvent_ITF)
func (*QExtensionFactory) CustomEventDefault ¶
func (ptr *QExtensionFactory) CustomEventDefault(event core.QEvent_ITF)
func (*QExtensionFactory) DeleteLater ¶
func (ptr *QExtensionFactory) DeleteLater()
func (*QExtensionFactory) DeleteLaterDefault ¶
func (ptr *QExtensionFactory) DeleteLaterDefault()
func (*QExtensionFactory) DestroyQExtensionFactory ¶
func (ptr *QExtensionFactory) DestroyQExtensionFactory()
func (*QExtensionFactory) DisconnectChildEvent ¶
func (ptr *QExtensionFactory) DisconnectChildEvent()
func (*QExtensionFactory) DisconnectConnectNotify ¶
func (ptr *QExtensionFactory) DisconnectConnectNotify()
func (*QExtensionFactory) DisconnectCreateExtension ¶
func (ptr *QExtensionFactory) DisconnectCreateExtension()
func (*QExtensionFactory) DisconnectCustomEvent ¶
func (ptr *QExtensionFactory) DisconnectCustomEvent()
func (*QExtensionFactory) DisconnectDeleteLater ¶
func (ptr *QExtensionFactory) DisconnectDeleteLater()
func (*QExtensionFactory) DisconnectDisconnectNotify ¶
func (ptr *QExtensionFactory) DisconnectDisconnectNotify()
func (*QExtensionFactory) DisconnectEvent ¶
func (ptr *QExtensionFactory) DisconnectEvent()
func (*QExtensionFactory) DisconnectEventFilter ¶
func (ptr *QExtensionFactory) DisconnectEventFilter()
func (*QExtensionFactory) DisconnectExtension ¶
func (ptr *QExtensionFactory) DisconnectExtension()
func (*QExtensionFactory) DisconnectMetaObject ¶
func (ptr *QExtensionFactory) DisconnectMetaObject()
func (*QExtensionFactory) DisconnectNotify ¶
func (ptr *QExtensionFactory) DisconnectNotify(sign core.QMetaMethod_ITF)
func (*QExtensionFactory) DisconnectNotifyDefault ¶
func (ptr *QExtensionFactory) DisconnectNotifyDefault(sign core.QMetaMethod_ITF)
func (*QExtensionFactory) DisconnectTimerEvent ¶
func (ptr *QExtensionFactory) DisconnectTimerEvent()
func (*QExtensionFactory) Event ¶
func (ptr *QExtensionFactory) Event(e core.QEvent_ITF) bool
func (*QExtensionFactory) EventDefault ¶
func (ptr *QExtensionFactory) EventDefault(e core.QEvent_ITF) bool
func (*QExtensionFactory) EventFilter ¶
func (ptr *QExtensionFactory) EventFilter(watched core.QObject_ITF, event core.QEvent_ITF) bool
func (*QExtensionFactory) EventFilterDefault ¶
func (ptr *QExtensionFactory) EventFilterDefault(watched core.QObject_ITF, event core.QEvent_ITF) bool
func (*QExtensionFactory) Extension ¶
func (ptr *QExtensionFactory) Extension(object core.QObject_ITF, iid string) *core.QObject
func (*QExtensionFactory) ExtensionDefault ¶
func (ptr *QExtensionFactory) ExtensionDefault(object core.QObject_ITF, iid string) *core.QObject
func (*QExtensionFactory) ExtensionManager ¶
func (ptr *QExtensionFactory) ExtensionManager() *QExtensionManager
func (*QExtensionFactory) MetaObject ¶
func (ptr *QExtensionFactory) MetaObject() *core.QMetaObject
func (*QExtensionFactory) MetaObjectDefault ¶
func (ptr *QExtensionFactory) MetaObjectDefault() *core.QMetaObject
func (*QExtensionFactory) Pointer ¶
func (p *QExtensionFactory) Pointer() unsafe.Pointer
func (*QExtensionFactory) QExtensionFactory_PTR ¶
func (p *QExtensionFactory) QExtensionFactory_PTR() *QExtensionFactory
func (*QExtensionFactory) SetPointer ¶
func (p *QExtensionFactory) SetPointer(ptr unsafe.Pointer)
func (*QExtensionFactory) TimerEvent ¶
func (ptr *QExtensionFactory) TimerEvent(event core.QTimerEvent_ITF)
func (*QExtensionFactory) TimerEventDefault ¶
func (ptr *QExtensionFactory) TimerEventDefault(event core.QTimerEvent_ITF)
type QExtensionFactory_ITF ¶
type QExtensionFactory_ITF interface { core.QObject_ITF QAbstractExtensionFactory_ITF QExtensionFactory_PTR() *QExtensionFactory }
type QExtensionManager ¶
type QExtensionManager struct { core.QObject QAbstractExtensionManager }
func NewQExtensionManager ¶
func NewQExtensionManager(parent core.QObject_ITF) *QExtensionManager
func NewQExtensionManagerFromPointer ¶
func NewQExtensionManagerFromPointer(ptr unsafe.Pointer) *QExtensionManager
func (*QExtensionManager) ChildEvent ¶
func (ptr *QExtensionManager) ChildEvent(event core.QChildEvent_ITF)
func (*QExtensionManager) ChildEventDefault ¶
func (ptr *QExtensionManager) ChildEventDefault(event core.QChildEvent_ITF)
func (*QExtensionManager) ConnectChildEvent ¶
func (ptr *QExtensionManager) ConnectChildEvent(f func(event *core.QChildEvent))
func (*QExtensionManager) ConnectConnectNotify ¶
func (ptr *QExtensionManager) ConnectConnectNotify(f func(sign *core.QMetaMethod))
func (*QExtensionManager) ConnectCustomEvent ¶
func (ptr *QExtensionManager) ConnectCustomEvent(f func(event *core.QEvent))
func (*QExtensionManager) ConnectDeleteLater ¶
func (ptr *QExtensionManager) ConnectDeleteLater(f func())
func (*QExtensionManager) ConnectDisconnectNotify ¶
func (ptr *QExtensionManager) ConnectDisconnectNotify(f func(sign *core.QMetaMethod))
func (*QExtensionManager) ConnectEvent ¶
func (ptr *QExtensionManager) ConnectEvent(f func(e *core.QEvent) bool)
func (*QExtensionManager) ConnectEventFilter ¶
func (*QExtensionManager) ConnectExtension ¶
func (*QExtensionManager) ConnectMetaObject ¶
func (ptr *QExtensionManager) ConnectMetaObject(f func() *core.QMetaObject)
func (*QExtensionManager) ConnectNotify ¶
func (ptr *QExtensionManager) ConnectNotify(sign core.QMetaMethod_ITF)
func (*QExtensionManager) ConnectNotifyDefault ¶
func (ptr *QExtensionManager) ConnectNotifyDefault(sign core.QMetaMethod_ITF)
func (*QExtensionManager) ConnectRegisterExtensions ¶
func (ptr *QExtensionManager) ConnectRegisterExtensions(f func(factory *QAbstractExtensionFactory, iid string))
func (*QExtensionManager) ConnectTimerEvent ¶
func (ptr *QExtensionManager) ConnectTimerEvent(f func(event *core.QTimerEvent))
func (*QExtensionManager) ConnectUnregisterExtensions ¶
func (ptr *QExtensionManager) ConnectUnregisterExtensions(f func(factory *QAbstractExtensionFactory, iid string))
func (*QExtensionManager) CustomEvent ¶
func (ptr *QExtensionManager) CustomEvent(event core.QEvent_ITF)
func (*QExtensionManager) CustomEventDefault ¶
func (ptr *QExtensionManager) CustomEventDefault(event core.QEvent_ITF)
func (*QExtensionManager) DeleteLater ¶
func (ptr *QExtensionManager) DeleteLater()
func (*QExtensionManager) DeleteLaterDefault ¶
func (ptr *QExtensionManager) DeleteLaterDefault()
func (*QExtensionManager) DestroyQExtensionManager ¶
func (ptr *QExtensionManager) DestroyQExtensionManager()
func (*QExtensionManager) DisconnectChildEvent ¶
func (ptr *QExtensionManager) DisconnectChildEvent()
func (*QExtensionManager) DisconnectConnectNotify ¶
func (ptr *QExtensionManager) DisconnectConnectNotify()
func (*QExtensionManager) DisconnectCustomEvent ¶
func (ptr *QExtensionManager) DisconnectCustomEvent()
func (*QExtensionManager) DisconnectDeleteLater ¶
func (ptr *QExtensionManager) DisconnectDeleteLater()
func (*QExtensionManager) DisconnectDisconnectNotify ¶
func (ptr *QExtensionManager) DisconnectDisconnectNotify()
func (*QExtensionManager) DisconnectEvent ¶
func (ptr *QExtensionManager) DisconnectEvent()
func (*QExtensionManager) DisconnectEventFilter ¶
func (ptr *QExtensionManager) DisconnectEventFilter()
func (*QExtensionManager) DisconnectExtension ¶
func (ptr *QExtensionManager) DisconnectExtension()
func (*QExtensionManager) DisconnectMetaObject ¶
func (ptr *QExtensionManager) DisconnectMetaObject()
func (*QExtensionManager) DisconnectNotify ¶
func (ptr *QExtensionManager) DisconnectNotify(sign core.QMetaMethod_ITF)
func (*QExtensionManager) DisconnectNotifyDefault ¶
func (ptr *QExtensionManager) DisconnectNotifyDefault(sign core.QMetaMethod_ITF)
func (*QExtensionManager) DisconnectRegisterExtensions ¶
func (ptr *QExtensionManager) DisconnectRegisterExtensions()
func (*QExtensionManager) DisconnectTimerEvent ¶
func (ptr *QExtensionManager) DisconnectTimerEvent()
func (*QExtensionManager) DisconnectUnregisterExtensions ¶
func (ptr *QExtensionManager) DisconnectUnregisterExtensions()
func (*QExtensionManager) Event ¶
func (ptr *QExtensionManager) Event(e core.QEvent_ITF) bool
func (*QExtensionManager) EventDefault ¶
func (ptr *QExtensionManager) EventDefault(e core.QEvent_ITF) bool
func (*QExtensionManager) EventFilter ¶
func (ptr *QExtensionManager) EventFilter(watched core.QObject_ITF, event core.QEvent_ITF) bool
func (*QExtensionManager) EventFilterDefault ¶
func (ptr *QExtensionManager) EventFilterDefault(watched core.QObject_ITF, event core.QEvent_ITF) bool
func (*QExtensionManager) Extension ¶
func (ptr *QExtensionManager) Extension(object core.QObject_ITF, iid string) *core.QObject
func (*QExtensionManager) ExtensionDefault ¶
func (ptr *QExtensionManager) ExtensionDefault(object core.QObject_ITF, iid string) *core.QObject
func (*QExtensionManager) MetaObject ¶
func (ptr *QExtensionManager) MetaObject() *core.QMetaObject
func (*QExtensionManager) MetaObjectDefault ¶
func (ptr *QExtensionManager) MetaObjectDefault() *core.QMetaObject
func (*QExtensionManager) Pointer ¶
func (p *QExtensionManager) Pointer() unsafe.Pointer
func (*QExtensionManager) QExtensionManager_PTR ¶
func (p *QExtensionManager) QExtensionManager_PTR() *QExtensionManager
func (*QExtensionManager) RegisterExtensions ¶
func (ptr *QExtensionManager) RegisterExtensions(factory QAbstractExtensionFactory_ITF, iid string)
func (*QExtensionManager) RegisterExtensionsDefault ¶
func (ptr *QExtensionManager) RegisterExtensionsDefault(factory QAbstractExtensionFactory_ITF, iid string)
func (*QExtensionManager) SetPointer ¶
func (p *QExtensionManager) SetPointer(ptr unsafe.Pointer)
func (*QExtensionManager) TimerEvent ¶
func (ptr *QExtensionManager) TimerEvent(event core.QTimerEvent_ITF)
func (*QExtensionManager) TimerEventDefault ¶
func (ptr *QExtensionManager) TimerEventDefault(event core.QTimerEvent_ITF)
func (*QExtensionManager) UnregisterExtensions ¶
func (ptr *QExtensionManager) UnregisterExtensions(factory QAbstractExtensionFactory_ITF, iid string)
func (*QExtensionManager) UnregisterExtensionsDefault ¶
func (ptr *QExtensionManager) UnregisterExtensionsDefault(factory QAbstractExtensionFactory_ITF, iid string)
type QExtensionManager_ITF ¶
type QExtensionManager_ITF interface { core.QObject_ITF QAbstractExtensionManager_ITF QExtensionManager_PTR() *QExtensionManager }
type QFormBuilder ¶
type QFormBuilder struct {
QAbstractFormBuilder
}
func NewQFormBuilder ¶
func NewQFormBuilder() *QFormBuilder
func NewQFormBuilderFromPointer ¶
func NewQFormBuilderFromPointer(ptr unsafe.Pointer) *QFormBuilder
func (*QFormBuilder) AddPluginPath ¶
func (ptr *QFormBuilder) AddPluginPath(pluginPath string)
func (*QFormBuilder) ClearPluginPaths ¶
func (ptr *QFormBuilder) ClearPluginPaths()
func (*QFormBuilder) ConnectDestroyQFormBuilder ¶
func (ptr *QFormBuilder) ConnectDestroyQFormBuilder(f func())
func (*QFormBuilder) ConnectLoad ¶
func (*QFormBuilder) ConnectSave ¶
func (ptr *QFormBuilder) ConnectSave(f func(device *core.QIODevice, widget *widgets.QWidget))
func (*QFormBuilder) CustomWidgets ¶
func (ptr *QFormBuilder) CustomWidgets() []*QDesignerCustomWidgetInterface
func (*QFormBuilder) DestroyQFormBuilder ¶
func (ptr *QFormBuilder) DestroyQFormBuilder()
func (*QFormBuilder) DestroyQFormBuilderDefault ¶
func (ptr *QFormBuilder) DestroyQFormBuilderDefault()
func (*QFormBuilder) DisconnectDestroyQFormBuilder ¶
func (ptr *QFormBuilder) DisconnectDestroyQFormBuilder()
func (*QFormBuilder) DisconnectLoad ¶
func (ptr *QFormBuilder) DisconnectLoad()
func (*QFormBuilder) DisconnectSave ¶
func (ptr *QFormBuilder) DisconnectSave()
func (*QFormBuilder) Load ¶
func (ptr *QFormBuilder) Load(device core.QIODevice_ITF, parent widgets.QWidget_ITF) *widgets.QWidget
func (*QFormBuilder) LoadDefault ¶
func (ptr *QFormBuilder) LoadDefault(device core.QIODevice_ITF, parent widgets.QWidget_ITF) *widgets.QWidget
func (*QFormBuilder) PluginPaths ¶
func (ptr *QFormBuilder) PluginPaths() []string
func (*QFormBuilder) Pointer ¶
func (p *QFormBuilder) Pointer() unsafe.Pointer
func (*QFormBuilder) QFormBuilder_PTR ¶
func (p *QFormBuilder) QFormBuilder_PTR() *QFormBuilder
func (*QFormBuilder) Save ¶
func (ptr *QFormBuilder) Save(device core.QIODevice_ITF, widget widgets.QWidget_ITF)
func (*QFormBuilder) SaveDefault ¶
func (ptr *QFormBuilder) SaveDefault(device core.QIODevice_ITF, widget widgets.QWidget_ITF)
func (*QFormBuilder) SetPluginPath ¶
func (ptr *QFormBuilder) SetPluginPath(pluginPaths []string)
func (*QFormBuilder) SetPointer ¶
func (p *QFormBuilder) SetPointer(ptr unsafe.Pointer)
type QFormBuilder_ITF ¶
type QFormBuilder_ITF interface { QAbstractFormBuilder_ITF QFormBuilder_PTR() *QFormBuilder }
Click to show internal directories.
Click to hide internal directories.