Documentation
¶
Index ¶
- func PointerFromQUiLoader(ptr QUiLoader_ITF) unsafe.Pointer
- type QUiLoader
- func (ptr *QUiLoader) AddPluginPath(path string)
- func (ptr *QUiLoader) AvailableLayouts() []string
- func (ptr *QUiLoader) AvailableWidgets() []string
- func (ptr *QUiLoader) ChildEvent(event core.QChildEvent_ITF)
- func (ptr *QUiLoader) ChildEventDefault(event core.QChildEvent_ITF)
- func (ptr *QUiLoader) ClearPluginPaths()
- func (ptr *QUiLoader) ConnectChildEvent(f func(event *core.QChildEvent))
- func (ptr *QUiLoader) ConnectConnectNotify(f func(sign *core.QMetaMethod))
- func (ptr *QUiLoader) ConnectCreateAction(f func(parent *core.QObject, name string) *widgets.QAction)
- func (ptr *QUiLoader) ConnectCreateActionGroup(f func(parent *core.QObject, name string) *widgets.QActionGroup)
- func (ptr *QUiLoader) ConnectCreateLayout(f func(className string, parent *core.QObject, name string) *widgets.QLayout)
- func (ptr *QUiLoader) ConnectCreateWidget(...)
- func (ptr *QUiLoader) ConnectCustomEvent(f func(event *core.QEvent))
- func (ptr *QUiLoader) ConnectDeleteLater(f func())
- func (ptr *QUiLoader) ConnectDestroyQUiLoader(f func())
- func (ptr *QUiLoader) ConnectDisconnectNotify(f func(sign *core.QMetaMethod))
- func (ptr *QUiLoader) ConnectEvent(f func(e *core.QEvent) bool)
- func (ptr *QUiLoader) ConnectEventFilter(f func(watched *core.QObject, event *core.QEvent) bool)
- func (ptr *QUiLoader) ConnectMetaObject(f func() *core.QMetaObject)
- func (ptr *QUiLoader) ConnectNotify(sign core.QMetaMethod_ITF)
- func (ptr *QUiLoader) ConnectNotifyDefault(sign core.QMetaMethod_ITF)
- func (ptr *QUiLoader) ConnectTimerEvent(f func(event *core.QTimerEvent))
- func (ptr *QUiLoader) CreateAction(parent core.QObject_ITF, name string) *widgets.QAction
- func (ptr *QUiLoader) CreateActionDefault(parent core.QObject_ITF, name string) *widgets.QAction
- func (ptr *QUiLoader) CreateActionGroup(parent core.QObject_ITF, name string) *widgets.QActionGroup
- func (ptr *QUiLoader) CreateActionGroupDefault(parent core.QObject_ITF, name string) *widgets.QActionGroup
- func (ptr *QUiLoader) CreateLayout(className string, parent core.QObject_ITF, name string) *widgets.QLayout
- func (ptr *QUiLoader) CreateLayoutDefault(className string, parent core.QObject_ITF, name string) *widgets.QLayout
- func (ptr *QUiLoader) CreateWidget(className string, parent widgets.QWidget_ITF, name string) *widgets.QWidget
- func (ptr *QUiLoader) CreateWidgetDefault(className string, parent widgets.QWidget_ITF, name string) *widgets.QWidget
- func (ptr *QUiLoader) CustomEvent(event core.QEvent_ITF)
- func (ptr *QUiLoader) CustomEventDefault(event core.QEvent_ITF)
- func (ptr *QUiLoader) DeleteLater()
- func (ptr *QUiLoader) DeleteLaterDefault()
- func (ptr *QUiLoader) DestroyQUiLoader()
- func (ptr *QUiLoader) DestroyQUiLoaderDefault()
- func (ptr *QUiLoader) DisconnectChildEvent()
- func (ptr *QUiLoader) DisconnectConnectNotify()
- func (ptr *QUiLoader) DisconnectCreateAction()
- func (ptr *QUiLoader) DisconnectCreateActionGroup()
- func (ptr *QUiLoader) DisconnectCreateLayout()
- func (ptr *QUiLoader) DisconnectCreateWidget()
- func (ptr *QUiLoader) DisconnectCustomEvent()
- func (ptr *QUiLoader) DisconnectDeleteLater()
- func (ptr *QUiLoader) DisconnectDestroyQUiLoader()
- func (ptr *QUiLoader) DisconnectDisconnectNotify()
- func (ptr *QUiLoader) DisconnectEvent()
- func (ptr *QUiLoader) DisconnectEventFilter()
- func (ptr *QUiLoader) DisconnectMetaObject()
- func (ptr *QUiLoader) DisconnectNotify(sign core.QMetaMethod_ITF)
- func (ptr *QUiLoader) DisconnectNotifyDefault(sign core.QMetaMethod_ITF)
- func (ptr *QUiLoader) DisconnectTimerEvent()
- func (ptr *QUiLoader) ErrorString() string
- func (ptr *QUiLoader) Event(e core.QEvent_ITF) bool
- func (ptr *QUiLoader) EventDefault(e core.QEvent_ITF) bool
- func (ptr *QUiLoader) EventFilter(watched core.QObject_ITF, event core.QEvent_ITF) bool
- func (ptr *QUiLoader) EventFilterDefault(watched core.QObject_ITF, event core.QEvent_ITF) bool
- func (ptr *QUiLoader) IsLanguageChangeEnabled() bool
- func (ptr *QUiLoader) Load(device core.QIODevice_ITF, parentWidget widgets.QWidget_ITF) *widgets.QWidget
- func (ptr *QUiLoader) MetaObject() *core.QMetaObject
- func (ptr *QUiLoader) MetaObjectDefault() *core.QMetaObject
- func (ptr *QUiLoader) PluginPaths() []string
- func (p *QUiLoader) Pointer() unsafe.Pointer
- func (p *QUiLoader) QUiLoader_PTR() *QUiLoader
- func (ptr *QUiLoader) SetLanguageChangeEnabled(enabled bool)
- func (p *QUiLoader) SetPointer(ptr unsafe.Pointer)
- func (ptr *QUiLoader) SetWorkingDirectory(dir core.QDir_ITF)
- func (ptr *QUiLoader) TimerEvent(event core.QTimerEvent_ITF)
- func (ptr *QUiLoader) TimerEventDefault(event core.QTimerEvent_ITF)
- func (ptr *QUiLoader) WorkingDirectory() *core.QDir
- type QUiLoader_ITF
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PointerFromQUiLoader ¶
func PointerFromQUiLoader(ptr QUiLoader_ITF) unsafe.Pointer
Types ¶
type QUiLoader ¶
func NewQUiLoader ¶
func NewQUiLoader(parent core.QObject_ITF) *QUiLoader
func NewQUiLoaderFromPointer ¶
func (*QUiLoader) AddPluginPath ¶
func (*QUiLoader) AvailableLayouts ¶
func (*QUiLoader) AvailableWidgets ¶
func (*QUiLoader) ChildEvent ¶
func (ptr *QUiLoader) ChildEvent(event core.QChildEvent_ITF)
func (*QUiLoader) ChildEventDefault ¶
func (ptr *QUiLoader) ChildEventDefault(event core.QChildEvent_ITF)
func (*QUiLoader) ClearPluginPaths ¶
func (ptr *QUiLoader) ClearPluginPaths()
func (*QUiLoader) ConnectChildEvent ¶
func (ptr *QUiLoader) ConnectChildEvent(f func(event *core.QChildEvent))
func (*QUiLoader) ConnectConnectNotify ¶
func (ptr *QUiLoader) ConnectConnectNotify(f func(sign *core.QMetaMethod))
func (*QUiLoader) ConnectCreateAction ¶
func (*QUiLoader) ConnectCreateActionGroup ¶
func (*QUiLoader) ConnectCreateLayout ¶
func (*QUiLoader) ConnectCreateWidget ¶
func (*QUiLoader) ConnectCustomEvent ¶
func (*QUiLoader) ConnectDeleteLater ¶
func (ptr *QUiLoader) ConnectDeleteLater(f func())
func (*QUiLoader) ConnectDestroyQUiLoader ¶
func (ptr *QUiLoader) ConnectDestroyQUiLoader(f func())
func (*QUiLoader) ConnectDisconnectNotify ¶
func (ptr *QUiLoader) ConnectDisconnectNotify(f func(sign *core.QMetaMethod))
func (*QUiLoader) ConnectEventFilter ¶
func (*QUiLoader) ConnectMetaObject ¶
func (ptr *QUiLoader) ConnectMetaObject(f func() *core.QMetaObject)
func (*QUiLoader) ConnectNotify ¶
func (ptr *QUiLoader) ConnectNotify(sign core.QMetaMethod_ITF)
func (*QUiLoader) ConnectNotifyDefault ¶
func (ptr *QUiLoader) ConnectNotifyDefault(sign core.QMetaMethod_ITF)
func (*QUiLoader) ConnectTimerEvent ¶
func (ptr *QUiLoader) ConnectTimerEvent(f func(event *core.QTimerEvent))
func (*QUiLoader) CreateAction ¶
func (*QUiLoader) CreateActionDefault ¶
func (*QUiLoader) CreateActionGroup ¶
func (ptr *QUiLoader) CreateActionGroup(parent core.QObject_ITF, name string) *widgets.QActionGroup
func (*QUiLoader) CreateActionGroupDefault ¶
func (ptr *QUiLoader) CreateActionGroupDefault(parent core.QObject_ITF, name string) *widgets.QActionGroup
func (*QUiLoader) CreateLayout ¶
func (*QUiLoader) CreateLayoutDefault ¶
func (*QUiLoader) CreateWidget ¶
func (*QUiLoader) CreateWidgetDefault ¶
func (*QUiLoader) CustomEvent ¶
func (ptr *QUiLoader) CustomEvent(event core.QEvent_ITF)
func (*QUiLoader) CustomEventDefault ¶
func (ptr *QUiLoader) CustomEventDefault(event core.QEvent_ITF)
func (*QUiLoader) DeleteLater ¶
func (ptr *QUiLoader) DeleteLater()
func (*QUiLoader) DeleteLaterDefault ¶
func (ptr *QUiLoader) DeleteLaterDefault()
func (*QUiLoader) DestroyQUiLoader ¶
func (ptr *QUiLoader) DestroyQUiLoader()
func (*QUiLoader) DestroyQUiLoaderDefault ¶
func (ptr *QUiLoader) DestroyQUiLoaderDefault()
func (*QUiLoader) DisconnectChildEvent ¶
func (ptr *QUiLoader) DisconnectChildEvent()
func (*QUiLoader) DisconnectConnectNotify ¶
func (ptr *QUiLoader) DisconnectConnectNotify()
func (*QUiLoader) DisconnectCreateAction ¶
func (ptr *QUiLoader) DisconnectCreateAction()
func (*QUiLoader) DisconnectCreateActionGroup ¶
func (ptr *QUiLoader) DisconnectCreateActionGroup()
func (*QUiLoader) DisconnectCreateLayout ¶
func (ptr *QUiLoader) DisconnectCreateLayout()
func (*QUiLoader) DisconnectCreateWidget ¶
func (ptr *QUiLoader) DisconnectCreateWidget()
func (*QUiLoader) DisconnectCustomEvent ¶
func (ptr *QUiLoader) DisconnectCustomEvent()
func (*QUiLoader) DisconnectDeleteLater ¶
func (ptr *QUiLoader) DisconnectDeleteLater()
func (*QUiLoader) DisconnectDestroyQUiLoader ¶
func (ptr *QUiLoader) DisconnectDestroyQUiLoader()
func (*QUiLoader) DisconnectDisconnectNotify ¶
func (ptr *QUiLoader) DisconnectDisconnectNotify()
func (*QUiLoader) DisconnectEvent ¶
func (ptr *QUiLoader) DisconnectEvent()
func (*QUiLoader) DisconnectEventFilter ¶
func (ptr *QUiLoader) DisconnectEventFilter()
func (*QUiLoader) DisconnectMetaObject ¶
func (ptr *QUiLoader) DisconnectMetaObject()
func (*QUiLoader) DisconnectNotify ¶
func (ptr *QUiLoader) DisconnectNotify(sign core.QMetaMethod_ITF)
func (*QUiLoader) DisconnectNotifyDefault ¶
func (ptr *QUiLoader) DisconnectNotifyDefault(sign core.QMetaMethod_ITF)
func (*QUiLoader) DisconnectTimerEvent ¶
func (ptr *QUiLoader) DisconnectTimerEvent()
func (*QUiLoader) ErrorString ¶
func (*QUiLoader) EventDefault ¶
func (ptr *QUiLoader) EventDefault(e core.QEvent_ITF) bool
func (*QUiLoader) EventFilter ¶
func (ptr *QUiLoader) EventFilter(watched core.QObject_ITF, event core.QEvent_ITF) bool
func (*QUiLoader) EventFilterDefault ¶
func (ptr *QUiLoader) EventFilterDefault(watched core.QObject_ITF, event core.QEvent_ITF) bool
func (*QUiLoader) IsLanguageChangeEnabled ¶
func (*QUiLoader) Load ¶
func (ptr *QUiLoader) Load(device core.QIODevice_ITF, parentWidget widgets.QWidget_ITF) *widgets.QWidget
func (*QUiLoader) MetaObject ¶
func (ptr *QUiLoader) MetaObject() *core.QMetaObject
func (*QUiLoader) MetaObjectDefault ¶
func (ptr *QUiLoader) MetaObjectDefault() *core.QMetaObject
func (*QUiLoader) PluginPaths ¶
func (*QUiLoader) QUiLoader_PTR ¶
func (*QUiLoader) SetLanguageChangeEnabled ¶
func (*QUiLoader) SetPointer ¶
func (*QUiLoader) SetWorkingDirectory ¶
func (*QUiLoader) TimerEvent ¶
func (ptr *QUiLoader) TimerEvent(event core.QTimerEvent_ITF)
func (*QUiLoader) TimerEventDefault ¶
func (ptr *QUiLoader) TimerEventDefault(event core.QTimerEvent_ITF)
func (*QUiLoader) WorkingDirectory ¶
type QUiLoader_ITF ¶
type QUiLoader_ITF interface { core.QObject_ITF QUiLoader_PTR() *QUiLoader }
Click to show internal directories.
Click to hide internal directories.