Documentation ¶
Index ¶
- func PointerFromQAbstractItemModelTester(ptr QAbstractItemModelTester_ITF) unsafe.Pointer
- func PointerFromQEventSizeOfChecker(ptr QEventSizeOfChecker_ITF) unsafe.Pointer
- func PointerFromQSignalSpy(ptr QSignalSpy_ITF) unsafe.Pointer
- func PointerFromQSpontaneKeyEvent(ptr QSpontaneKeyEvent_ITF) unsafe.Pointer
- func PointerFromQTest(ptr QTest_ITF) unsafe.Pointer
- func PointerFromQTestData(ptr QTestData_ITF) unsafe.Pointer
- func PointerFromQTestDelayEvent(ptr QTestDelayEvent_ITF) unsafe.Pointer
- func PointerFromQTestEvent(ptr QTestEvent_ITF) unsafe.Pointer
- func PointerFromQTestEventList(ptr QTestEventList_ITF) unsafe.Pointer
- func PointerFromQTestEventLoop(ptr QTestEventLoop_ITF) unsafe.Pointer
- func PointerFromQTestKeyClicksEvent(ptr QTestKeyClicksEvent_ITF) unsafe.Pointer
- func PointerFromQTestKeyEvent(ptr QTestKeyEvent_ITF) unsafe.Pointer
- func PointerFromQTestMouseEvent(ptr QTestMouseEvent_ITF) unsafe.Pointer
- type QAbstractItemModelTester
- func NewQAbstractItemModelTester(model core.QAbstractItemModel_ITF, parent core.QObject_ITF) *QAbstractItemModelTester
- func NewQAbstractItemModelTester2(model core.QAbstractItemModel_ITF, ...) *QAbstractItemModelTester
- func NewQAbstractItemModelTesterFromPointer(ptr unsafe.Pointer) (n *QAbstractItemModelTester)
- func (n *QAbstractItemModelTester) ClassNameInternalF() string
- func (ptr *QAbstractItemModelTester) DestroyQAbstractItemModelTester()
- func (ptr *QAbstractItemModelTester) Model() *core.QAbstractItemModel
- func (ptr *QAbstractItemModelTester) Pointer() unsafe.Pointer
- func (ptr *QAbstractItemModelTester) QAbstractItemModelTester_PTR() *QAbstractItemModelTester
- func (ptr *QAbstractItemModelTester) SetPointer(p unsafe.Pointer)
- type QAbstractItemModelTester_ITF
- type QAbstractItemModelTester__FailureReportingMode
- type QEventSizeOfChecker
- func (n *QEventSizeOfChecker) ClassNameInternalF() string
- func (ptr *QEventSizeOfChecker) DestroyQEventSizeOfChecker()
- func (ptr *QEventSizeOfChecker) Pointer() unsafe.Pointer
- func (ptr *QEventSizeOfChecker) QEventSizeOfChecker_PTR() *QEventSizeOfChecker
- func (ptr *QEventSizeOfChecker) SetPointer(p unsafe.Pointer)
- type QEventSizeOfChecker_ITF
- type QSignalSpy
- func (ptr *QSignalSpy) ChildEventDefault(event core.QChildEvent_ITF)
- func (n *QSignalSpy) ClassNameInternalF() string
- func (ptr *QSignalSpy) ConnectNotifyDefault(sign core.QMetaMethod_ITF)
- func (ptr *QSignalSpy) CustomEventDefault(event core.QEvent_ITF)
- func (ptr *QSignalSpy) DeleteLaterDefault()
- func (ptr *QSignalSpy) DestroyQSignalSpy()
- func (ptr *QSignalSpy) DisconnectNotifyDefault(sign core.QMetaMethod_ITF)
- func (ptr *QSignalSpy) EventDefault(e core.QEvent_ITF) bool
- func (ptr *QSignalSpy) EventFilterDefault(watched core.QObject_ITF, event core.QEvent_ITF) bool
- func (n *QSignalSpy) InitFromInternal(ptr uintptr, name string)
- func (ptr *QSignalSpy) IsValid() bool
- func (ptr *QSignalSpy) MetaObjectDefault() *core.QMetaObject
- func (ptr *QSignalSpy) Pointer() unsafe.Pointer
- func (ptr *QSignalSpy) QSignalSpy_PTR() *QSignalSpy
- func (ptr *QSignalSpy) SetPointer(p unsafe.Pointer)
- func (ptr *QSignalSpy) Signal() *core.QByteArray
- func (ptr *QSignalSpy) TimerEventDefault(event core.QTimerEvent_ITF)
- func (ptr *QSignalSpy) Wait(timeout int) bool
- type QSignalSpy_ITF
- type QSpontaneKeyEvent
- type QSpontaneKeyEvent_ITF
- type QTest
- type QTestData
- type QTestData_ITF
- type QTestDelayEvent
- func (n *QTestDelayEvent) ClassNameInternalF() string
- func (ptr *QTestDelayEvent) DestroyQTestDelayEvent()
- func (n *QTestDelayEvent) InitFromInternal(ptr uintptr, name string)
- func (ptr *QTestDelayEvent) Pointer() unsafe.Pointer
- func (ptr *QTestDelayEvent) QTestDelayEvent_PTR() *QTestDelayEvent
- func (ptr *QTestDelayEvent) SetPointer(p unsafe.Pointer)
- type QTestDelayEvent_ITF
- type QTestEvent
- type QTestEventList
- func (ptr *QTestEventList) AddDelay(msecs int)
- func (ptr *QTestEventList) AddKeyClick(qtKey core.Qt__Key, modifiers core.Qt__KeyboardModifier, msecs int)
- func (ptr *QTestEventList) AddKeyClick2(ascii string, modifiers core.Qt__KeyboardModifier, msecs int)
- func (ptr *QTestEventList) AddKeyClicks(keys string, modifiers core.Qt__KeyboardModifier, msecs int)
- func (ptr *QTestEventList) AddKeyPress(qtKey core.Qt__Key, modifiers core.Qt__KeyboardModifier, msecs int)
- func (ptr *QTestEventList) AddKeyPress2(ascii string, modifiers core.Qt__KeyboardModifier, msecs int)
- func (ptr *QTestEventList) AddKeyRelease(qtKey core.Qt__Key, modifiers core.Qt__KeyboardModifier, msecs int)
- func (ptr *QTestEventList) AddKeyRelease2(ascii string, modifiers core.Qt__KeyboardModifier, msecs int)
- func (ptr *QTestEventList) AddMouseClick(button core.Qt__MouseButton, modifiers core.Qt__KeyboardModifier, ...)
- func (ptr *QTestEventList) AddMouseDClick(button core.Qt__MouseButton, modifiers core.Qt__KeyboardModifier, ...)
- func (ptr *QTestEventList) AddMouseMove(pos core.QPoint_ITF, delay int)
- func (ptr *QTestEventList) AddMousePress(button core.Qt__MouseButton, modifiers core.Qt__KeyboardModifier, ...)
- func (ptr *QTestEventList) AddMouseRelease(button core.Qt__MouseButton, modifiers core.Qt__KeyboardModifier, ...)
- func (n *QTestEventList) ClassNameInternalF() string
- func (ptr *QTestEventList) Clear()
- func (ptr *QTestEventList) DestroyQTestEventList()
- func (ptr *QTestEventList) Pointer() unsafe.Pointer
- func (ptr *QTestEventList) QTestEventList_PTR() *QTestEventList
- func (ptr *QTestEventList) SetPointer(p unsafe.Pointer)
- func (ptr *QTestEventList) Simulate(w widgets.QWidget_ITF)
- type QTestEventList_ITF
- type QTestEventLoop
- type QTestEventLoop_ITF
- type QTestEvent_ITF
- type QTestKeyClicksEvent
- func (n *QTestKeyClicksEvent) ClassNameInternalF() string
- func (ptr *QTestKeyClicksEvent) DestroyQTestKeyClicksEvent()
- func (n *QTestKeyClicksEvent) InitFromInternal(ptr uintptr, name string)
- func (ptr *QTestKeyClicksEvent) Pointer() unsafe.Pointer
- func (ptr *QTestKeyClicksEvent) QTestKeyClicksEvent_PTR() *QTestKeyClicksEvent
- func (ptr *QTestKeyClicksEvent) SetPointer(p unsafe.Pointer)
- type QTestKeyClicksEvent_ITF
- type QTestKeyEvent
- func (n *QTestKeyEvent) ClassNameInternalF() string
- func (ptr *QTestKeyEvent) DestroyQTestKeyEvent()
- func (n *QTestKeyEvent) InitFromInternal(ptr uintptr, name string)
- func (ptr *QTestKeyEvent) Pointer() unsafe.Pointer
- func (ptr *QTestKeyEvent) QTestKeyEvent_PTR() *QTestKeyEvent
- func (ptr *QTestKeyEvent) SetPointer(p unsafe.Pointer)
- type QTestKeyEvent_ITF
- type QTestMouseEvent
- func (n *QTestMouseEvent) ClassNameInternalF() string
- func (ptr *QTestMouseEvent) DestroyQTestMouseEvent()
- func (n *QTestMouseEvent) InitFromInternal(ptr uintptr, name string)
- func (ptr *QTestMouseEvent) Pointer() unsafe.Pointer
- func (ptr *QTestMouseEvent) QTestMouseEvent_PTR() *QTestMouseEvent
- func (ptr *QTestMouseEvent) SetPointer(p unsafe.Pointer)
- type QTestMouseEvent_ITF
- type QTest_ITF
- type QTest__AttributeIndex
- type QTest__KeyAction
- type QTest__LogElementType
- type QTest__MouseAction
- type QTest__QBenchmarkMetric
- type QTest__TestFailMode
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PointerFromQAbstractItemModelTester ¶
func PointerFromQAbstractItemModelTester(ptr QAbstractItemModelTester_ITF) unsafe.Pointer
func PointerFromQEventSizeOfChecker ¶
func PointerFromQEventSizeOfChecker(ptr QEventSizeOfChecker_ITF) unsafe.Pointer
func PointerFromQSignalSpy ¶
func PointerFromQSignalSpy(ptr QSignalSpy_ITF) unsafe.Pointer
func PointerFromQSpontaneKeyEvent ¶
func PointerFromQSpontaneKeyEvent(ptr QSpontaneKeyEvent_ITF) unsafe.Pointer
func PointerFromQTest ¶
func PointerFromQTestData ¶
func PointerFromQTestData(ptr QTestData_ITF) unsafe.Pointer
func PointerFromQTestDelayEvent ¶
func PointerFromQTestDelayEvent(ptr QTestDelayEvent_ITF) unsafe.Pointer
func PointerFromQTestEvent ¶
func PointerFromQTestEvent(ptr QTestEvent_ITF) unsafe.Pointer
func PointerFromQTestEventList ¶
func PointerFromQTestEventList(ptr QTestEventList_ITF) unsafe.Pointer
func PointerFromQTestEventLoop ¶
func PointerFromQTestEventLoop(ptr QTestEventLoop_ITF) unsafe.Pointer
func PointerFromQTestKeyClicksEvent ¶
func PointerFromQTestKeyClicksEvent(ptr QTestKeyClicksEvent_ITF) unsafe.Pointer
func PointerFromQTestKeyEvent ¶
func PointerFromQTestKeyEvent(ptr QTestKeyEvent_ITF) unsafe.Pointer
func PointerFromQTestMouseEvent ¶
func PointerFromQTestMouseEvent(ptr QTestMouseEvent_ITF) unsafe.Pointer
Types ¶
type QAbstractItemModelTester ¶
type QAbstractItemModelTester struct {
internal.Internal
}
func NewQAbstractItemModelTester ¶
func NewQAbstractItemModelTester(model core.QAbstractItemModel_ITF, parent core.QObject_ITF) *QAbstractItemModelTester
func NewQAbstractItemModelTester2 ¶
func NewQAbstractItemModelTester2(model core.QAbstractItemModel_ITF, mode QAbstractItemModelTester__FailureReportingMode, parent core.QObject_ITF) *QAbstractItemModelTester
func NewQAbstractItemModelTesterFromPointer ¶
func NewQAbstractItemModelTesterFromPointer(ptr unsafe.Pointer) (n *QAbstractItemModelTester)
func (*QAbstractItemModelTester) ClassNameInternalF ¶
func (n *QAbstractItemModelTester) ClassNameInternalF() string
func (*QAbstractItemModelTester) DestroyQAbstractItemModelTester ¶
func (ptr *QAbstractItemModelTester) DestroyQAbstractItemModelTester()
func (*QAbstractItemModelTester) Model ¶
func (ptr *QAbstractItemModelTester) Model() *core.QAbstractItemModel
func (*QAbstractItemModelTester) Pointer ¶
func (ptr *QAbstractItemModelTester) Pointer() unsafe.Pointer
func (*QAbstractItemModelTester) QAbstractItemModelTester_PTR ¶
func (ptr *QAbstractItemModelTester) QAbstractItemModelTester_PTR() *QAbstractItemModelTester
func (*QAbstractItemModelTester) SetPointer ¶
func (ptr *QAbstractItemModelTester) SetPointer(p unsafe.Pointer)
type QAbstractItemModelTester_ITF ¶
type QAbstractItemModelTester_ITF interface {
QAbstractItemModelTester_PTR() *QAbstractItemModelTester
}
type QAbstractItemModelTester__FailureReportingMode ¶
type QAbstractItemModelTester__FailureReportingMode int64
QAbstractItemModelTester::FailureReportingMode
const ( QAbstractItemModelTester__QtTest QAbstractItemModelTester__FailureReportingMode = QAbstractItemModelTester__FailureReportingMode(0) QAbstractItemModelTester__Warning QAbstractItemModelTester__FailureReportingMode = QAbstractItemModelTester__FailureReportingMode(1) QAbstractItemModelTester__Fatal QAbstractItemModelTester__FailureReportingMode = QAbstractItemModelTester__FailureReportingMode(2) )
type QEventSizeOfChecker ¶
type QEventSizeOfChecker struct {
internal.Internal
}
func NewQEventSizeOfCheckerFromPointer ¶
func NewQEventSizeOfCheckerFromPointer(ptr unsafe.Pointer) (n *QEventSizeOfChecker)
func (*QEventSizeOfChecker) ClassNameInternalF ¶
func (n *QEventSizeOfChecker) ClassNameInternalF() string
func (*QEventSizeOfChecker) DestroyQEventSizeOfChecker ¶
func (ptr *QEventSizeOfChecker) DestroyQEventSizeOfChecker()
func (*QEventSizeOfChecker) Pointer ¶
func (ptr *QEventSizeOfChecker) Pointer() unsafe.Pointer
func (*QEventSizeOfChecker) QEventSizeOfChecker_PTR ¶
func (ptr *QEventSizeOfChecker) QEventSizeOfChecker_PTR() *QEventSizeOfChecker
func (*QEventSizeOfChecker) SetPointer ¶
func (ptr *QEventSizeOfChecker) SetPointer(p unsafe.Pointer)
type QEventSizeOfChecker_ITF ¶
type QEventSizeOfChecker_ITF interface {
QEventSizeOfChecker_PTR() *QEventSizeOfChecker
}
type QSignalSpy ¶
func NewQSignalSpy ¶
func NewQSignalSpy(object core.QObject_ITF, sign string) *QSignalSpy
func NewQSignalSpyFromPointer ¶
func NewQSignalSpyFromPointer(ptr unsafe.Pointer) (n *QSignalSpy)
func (*QSignalSpy) ChildEventDefault ¶
func (ptr *QSignalSpy) ChildEventDefault(event core.QChildEvent_ITF)
func (*QSignalSpy) ClassNameInternalF ¶
func (n *QSignalSpy) ClassNameInternalF() string
func (*QSignalSpy) ConnectNotifyDefault ¶
func (ptr *QSignalSpy) ConnectNotifyDefault(sign core.QMetaMethod_ITF)
func (*QSignalSpy) CustomEventDefault ¶
func (ptr *QSignalSpy) CustomEventDefault(event core.QEvent_ITF)
func (*QSignalSpy) DeleteLaterDefault ¶
func (ptr *QSignalSpy) DeleteLaterDefault()
func (*QSignalSpy) DestroyQSignalSpy ¶
func (ptr *QSignalSpy) DestroyQSignalSpy()
func (*QSignalSpy) DisconnectNotifyDefault ¶
func (ptr *QSignalSpy) DisconnectNotifyDefault(sign core.QMetaMethod_ITF)
func (*QSignalSpy) EventDefault ¶
func (ptr *QSignalSpy) EventDefault(e core.QEvent_ITF) bool
func (*QSignalSpy) EventFilterDefault ¶
func (ptr *QSignalSpy) EventFilterDefault(watched core.QObject_ITF, event core.QEvent_ITF) bool
func (*QSignalSpy) InitFromInternal ¶
func (n *QSignalSpy) InitFromInternal(ptr uintptr, name string)
func (*QSignalSpy) IsValid ¶
func (ptr *QSignalSpy) IsValid() bool
func (*QSignalSpy) MetaObjectDefault ¶
func (ptr *QSignalSpy) MetaObjectDefault() *core.QMetaObject
func (*QSignalSpy) Pointer ¶
func (ptr *QSignalSpy) Pointer() unsafe.Pointer
func (*QSignalSpy) QSignalSpy_PTR ¶
func (ptr *QSignalSpy) QSignalSpy_PTR() *QSignalSpy
func (*QSignalSpy) SetPointer ¶
func (ptr *QSignalSpy) SetPointer(p unsafe.Pointer)
func (*QSignalSpy) Signal ¶
func (ptr *QSignalSpy) Signal() *core.QByteArray
func (*QSignalSpy) TimerEventDefault ¶
func (ptr *QSignalSpy) TimerEventDefault(event core.QTimerEvent_ITF)
func (*QSignalSpy) Wait ¶
func (ptr *QSignalSpy) Wait(timeout int) bool
type QSignalSpy_ITF ¶
type QSignalSpy_ITF interface { core.QObject_ITF QSignalSpy_PTR() *QSignalSpy }
type QSpontaneKeyEvent ¶
type QSpontaneKeyEvent struct {
internal.Internal
}
func NewQSpontaneKeyEventFromPointer ¶
func NewQSpontaneKeyEventFromPointer(ptr unsafe.Pointer) (n *QSpontaneKeyEvent)
func (*QSpontaneKeyEvent) ClassNameInternalF ¶
func (n *QSpontaneKeyEvent) ClassNameInternalF() string
func (*QSpontaneKeyEvent) DestroyQSpontaneKeyEvent ¶
func (ptr *QSpontaneKeyEvent) DestroyQSpontaneKeyEvent()
func (*QSpontaneKeyEvent) Pointer ¶
func (ptr *QSpontaneKeyEvent) Pointer() unsafe.Pointer
func (*QSpontaneKeyEvent) QSpontaneKeyEvent_PTR ¶
func (ptr *QSpontaneKeyEvent) QSpontaneKeyEvent_PTR() *QSpontaneKeyEvent
func (*QSpontaneKeyEvent) SetPointer ¶
func (ptr *QSpontaneKeyEvent) SetPointer(p unsafe.Pointer)
type QSpontaneKeyEvent_ITF ¶
type QSpontaneKeyEvent_ITF interface {
QSpontaneKeyEvent_PTR() *QSpontaneKeyEvent
}
type QTest ¶
type QTest struct {
internal.Internal
}
func NewQTestFromPointer ¶
func (*QTest) ClassNameInternalF ¶
func (*QTest) DestroyQTest ¶
func (ptr *QTest) DestroyQTest()
func (*QTest) SetPointer ¶
type QTestData ¶
type QTestData struct {
internal.Internal
}
func NewQTestDataFromPointer ¶
func (*QTestData) ClassNameInternalF ¶
func (*QTestData) DestroyQTestData ¶
func (ptr *QTestData) DestroyQTestData()
func (*QTestData) QTestData_PTR ¶
func (*QTestData) SetPointer ¶
type QTestData_ITF ¶
type QTestData_ITF interface {
QTestData_PTR() *QTestData
}
type QTestDelayEvent ¶
type QTestDelayEvent struct {
QTestEvent
}
func NewQTestDelayEventFromPointer ¶
func NewQTestDelayEventFromPointer(ptr unsafe.Pointer) (n *QTestDelayEvent)
func (*QTestDelayEvent) ClassNameInternalF ¶
func (n *QTestDelayEvent) ClassNameInternalF() string
func (*QTestDelayEvent) DestroyQTestDelayEvent ¶
func (ptr *QTestDelayEvent) DestroyQTestDelayEvent()
func (*QTestDelayEvent) InitFromInternal ¶
func (n *QTestDelayEvent) InitFromInternal(ptr uintptr, name string)
func (*QTestDelayEvent) Pointer ¶
func (ptr *QTestDelayEvent) Pointer() unsafe.Pointer
func (*QTestDelayEvent) QTestDelayEvent_PTR ¶
func (ptr *QTestDelayEvent) QTestDelayEvent_PTR() *QTestDelayEvent
func (*QTestDelayEvent) SetPointer ¶
func (ptr *QTestDelayEvent) SetPointer(p unsafe.Pointer)
type QTestDelayEvent_ITF ¶
type QTestDelayEvent_ITF interface { QTestEvent_ITF QTestDelayEvent_PTR() *QTestDelayEvent }
type QTestEvent ¶
type QTestEvent struct {
internal.Internal
}
func NewQTestEventFromPointer ¶
func NewQTestEventFromPointer(ptr unsafe.Pointer) (n *QTestEvent)
func (*QTestEvent) ClassNameInternalF ¶
func (n *QTestEvent) ClassNameInternalF() string
func (*QTestEvent) DestroyQTestEvent ¶
func (ptr *QTestEvent) DestroyQTestEvent()
func (*QTestEvent) Pointer ¶
func (ptr *QTestEvent) Pointer() unsafe.Pointer
func (*QTestEvent) QTestEvent_PTR ¶
func (ptr *QTestEvent) QTestEvent_PTR() *QTestEvent
func (*QTestEvent) SetPointer ¶
func (ptr *QTestEvent) SetPointer(p unsafe.Pointer)
type QTestEventList ¶
type QTestEventList struct {
internal.Internal
}
func NewQTestEventList ¶
func NewQTestEventList() *QTestEventList
func NewQTestEventList2 ¶
func NewQTestEventList2(other QTestEventList_ITF) *QTestEventList
func NewQTestEventListFromPointer ¶
func NewQTestEventListFromPointer(ptr unsafe.Pointer) (n *QTestEventList)
func (*QTestEventList) AddDelay ¶
func (ptr *QTestEventList) AddDelay(msecs int)
func (*QTestEventList) AddKeyClick ¶
func (ptr *QTestEventList) AddKeyClick(qtKey core.Qt__Key, modifiers core.Qt__KeyboardModifier, msecs int)
func (*QTestEventList) AddKeyClick2 ¶
func (ptr *QTestEventList) AddKeyClick2(ascii string, modifiers core.Qt__KeyboardModifier, msecs int)
func (*QTestEventList) AddKeyClicks ¶
func (ptr *QTestEventList) AddKeyClicks(keys string, modifiers core.Qt__KeyboardModifier, msecs int)
func (*QTestEventList) AddKeyPress ¶
func (ptr *QTestEventList) AddKeyPress(qtKey core.Qt__Key, modifiers core.Qt__KeyboardModifier, msecs int)
func (*QTestEventList) AddKeyPress2 ¶
func (ptr *QTestEventList) AddKeyPress2(ascii string, modifiers core.Qt__KeyboardModifier, msecs int)
func (*QTestEventList) AddKeyRelease ¶
func (ptr *QTestEventList) AddKeyRelease(qtKey core.Qt__Key, modifiers core.Qt__KeyboardModifier, msecs int)
func (*QTestEventList) AddKeyRelease2 ¶
func (ptr *QTestEventList) AddKeyRelease2(ascii string, modifiers core.Qt__KeyboardModifier, msecs int)
func (*QTestEventList) AddMouseClick ¶
func (ptr *QTestEventList) AddMouseClick(button core.Qt__MouseButton, modifiers core.Qt__KeyboardModifier, pos core.QPoint_ITF, delay int)
func (*QTestEventList) AddMouseDClick ¶
func (ptr *QTestEventList) AddMouseDClick(button core.Qt__MouseButton, modifiers core.Qt__KeyboardModifier, pos core.QPoint_ITF, delay int)
func (*QTestEventList) AddMouseMove ¶
func (ptr *QTestEventList) AddMouseMove(pos core.QPoint_ITF, delay int)
func (*QTestEventList) AddMousePress ¶
func (ptr *QTestEventList) AddMousePress(button core.Qt__MouseButton, modifiers core.Qt__KeyboardModifier, pos core.QPoint_ITF, delay int)
func (*QTestEventList) AddMouseRelease ¶
func (ptr *QTestEventList) AddMouseRelease(button core.Qt__MouseButton, modifiers core.Qt__KeyboardModifier, pos core.QPoint_ITF, delay int)
func (*QTestEventList) ClassNameInternalF ¶
func (n *QTestEventList) ClassNameInternalF() string
func (*QTestEventList) Clear ¶
func (ptr *QTestEventList) Clear()
func (*QTestEventList) DestroyQTestEventList ¶
func (ptr *QTestEventList) DestroyQTestEventList()
func (*QTestEventList) Pointer ¶
func (ptr *QTestEventList) Pointer() unsafe.Pointer
func (*QTestEventList) QTestEventList_PTR ¶
func (ptr *QTestEventList) QTestEventList_PTR() *QTestEventList
func (*QTestEventList) SetPointer ¶
func (ptr *QTestEventList) SetPointer(p unsafe.Pointer)
func (*QTestEventList) Simulate ¶
func (ptr *QTestEventList) Simulate(w widgets.QWidget_ITF)
type QTestEventList_ITF ¶
type QTestEventList_ITF interface {
QTestEventList_PTR() *QTestEventList
}
type QTestEventLoop ¶
type QTestEventLoop struct {
internal.Internal
}
func NewQTestEventLoopFromPointer ¶
func NewQTestEventLoopFromPointer(ptr unsafe.Pointer) (n *QTestEventLoop)
func (*QTestEventLoop) ClassNameInternalF ¶
func (n *QTestEventLoop) ClassNameInternalF() string
func (*QTestEventLoop) DestroyQTestEventLoop ¶
func (ptr *QTestEventLoop) DestroyQTestEventLoop()
func (*QTestEventLoop) Pointer ¶
func (ptr *QTestEventLoop) Pointer() unsafe.Pointer
func (*QTestEventLoop) QTestEventLoop_PTR ¶
func (ptr *QTestEventLoop) QTestEventLoop_PTR() *QTestEventLoop
func (*QTestEventLoop) SetPointer ¶
func (ptr *QTestEventLoop) SetPointer(p unsafe.Pointer)
type QTestEventLoop_ITF ¶
type QTestEventLoop_ITF interface {
QTestEventLoop_PTR() *QTestEventLoop
}
type QTestEvent_ITF ¶
type QTestEvent_ITF interface {
QTestEvent_PTR() *QTestEvent
}
type QTestKeyClicksEvent ¶
type QTestKeyClicksEvent struct {
QTestEvent
}
func NewQTestKeyClicksEventFromPointer ¶
func NewQTestKeyClicksEventFromPointer(ptr unsafe.Pointer) (n *QTestKeyClicksEvent)
func (*QTestKeyClicksEvent) ClassNameInternalF ¶
func (n *QTestKeyClicksEvent) ClassNameInternalF() string
func (*QTestKeyClicksEvent) DestroyQTestKeyClicksEvent ¶
func (ptr *QTestKeyClicksEvent) DestroyQTestKeyClicksEvent()
func (*QTestKeyClicksEvent) InitFromInternal ¶
func (n *QTestKeyClicksEvent) InitFromInternal(ptr uintptr, name string)
func (*QTestKeyClicksEvent) Pointer ¶
func (ptr *QTestKeyClicksEvent) Pointer() unsafe.Pointer
func (*QTestKeyClicksEvent) QTestKeyClicksEvent_PTR ¶
func (ptr *QTestKeyClicksEvent) QTestKeyClicksEvent_PTR() *QTestKeyClicksEvent
func (*QTestKeyClicksEvent) SetPointer ¶
func (ptr *QTestKeyClicksEvent) SetPointer(p unsafe.Pointer)
type QTestKeyClicksEvent_ITF ¶
type QTestKeyClicksEvent_ITF interface { QTestEvent_ITF QTestKeyClicksEvent_PTR() *QTestKeyClicksEvent }
type QTestKeyEvent ¶
type QTestKeyEvent struct {
QTestEvent
}
func NewQTestKeyEventFromPointer ¶
func NewQTestKeyEventFromPointer(ptr unsafe.Pointer) (n *QTestKeyEvent)
func (*QTestKeyEvent) ClassNameInternalF ¶
func (n *QTestKeyEvent) ClassNameInternalF() string
func (*QTestKeyEvent) DestroyQTestKeyEvent ¶
func (ptr *QTestKeyEvent) DestroyQTestKeyEvent()
func (*QTestKeyEvent) InitFromInternal ¶
func (n *QTestKeyEvent) InitFromInternal(ptr uintptr, name string)
func (*QTestKeyEvent) Pointer ¶
func (ptr *QTestKeyEvent) Pointer() unsafe.Pointer
func (*QTestKeyEvent) QTestKeyEvent_PTR ¶
func (ptr *QTestKeyEvent) QTestKeyEvent_PTR() *QTestKeyEvent
func (*QTestKeyEvent) SetPointer ¶
func (ptr *QTestKeyEvent) SetPointer(p unsafe.Pointer)
type QTestKeyEvent_ITF ¶
type QTestKeyEvent_ITF interface { QTestEvent_ITF QTestKeyEvent_PTR() *QTestKeyEvent }
type QTestMouseEvent ¶
type QTestMouseEvent struct {
QTestEvent
}
func NewQTestMouseEventFromPointer ¶
func NewQTestMouseEventFromPointer(ptr unsafe.Pointer) (n *QTestMouseEvent)
func (*QTestMouseEvent) ClassNameInternalF ¶
func (n *QTestMouseEvent) ClassNameInternalF() string
func (*QTestMouseEvent) DestroyQTestMouseEvent ¶
func (ptr *QTestMouseEvent) DestroyQTestMouseEvent()
func (*QTestMouseEvent) InitFromInternal ¶
func (n *QTestMouseEvent) InitFromInternal(ptr uintptr, name string)
func (*QTestMouseEvent) Pointer ¶
func (ptr *QTestMouseEvent) Pointer() unsafe.Pointer
func (*QTestMouseEvent) QTestMouseEvent_PTR ¶
func (ptr *QTestMouseEvent) QTestMouseEvent_PTR() *QTestMouseEvent
func (*QTestMouseEvent) SetPointer ¶
func (ptr *QTestMouseEvent) SetPointer(p unsafe.Pointer)
type QTestMouseEvent_ITF ¶
type QTestMouseEvent_ITF interface { QTestEvent_ITF QTestMouseEvent_PTR() *QTestMouseEvent }
type QTest__AttributeIndex ¶
type QTest__AttributeIndex int64
QTest::AttributeIndex
const ( QTest__AI_Undefined QTest__AttributeIndex = QTest__AttributeIndex(-1) QTest__AI_Name QTest__AttributeIndex = QTest__AttributeIndex(0) QTest__AI_Result QTest__AttributeIndex = QTest__AttributeIndex(1) QTest__AI_Tests QTest__AttributeIndex = QTest__AttributeIndex(2) QTest__AI_Failures QTest__AttributeIndex = QTest__AttributeIndex(3) QTest__AI_Errors QTest__AttributeIndex = QTest__AttributeIndex(4) QTest__AI_Type QTest__AttributeIndex = QTest__AttributeIndex(5) QTest__AI_Description QTest__AttributeIndex = QTest__AttributeIndex(6) QTest__AI_PropertyValue QTest__AttributeIndex = QTest__AttributeIndex(7) QTest__AI_QTestVersion QTest__AttributeIndex = QTest__AttributeIndex(8) QTest__AI_QtVersion QTest__AttributeIndex = QTest__AttributeIndex(9) QTest__AI_File QTest__AttributeIndex = QTest__AttributeIndex(10) QTest__AI_Line QTest__AttributeIndex = QTest__AttributeIndex(11) QTest__AI_Metric QTest__AttributeIndex = QTest__AttributeIndex(12) QTest__AI_Tag QTest__AttributeIndex = QTest__AttributeIndex(13) QTest__AI_Value QTest__AttributeIndex = QTest__AttributeIndex(14) QTest__AI_Iterations QTest__AttributeIndex = QTest__AttributeIndex(15) )
type QTest__KeyAction ¶
type QTest__KeyAction int64
QTest::KeyAction
const ( QTest__Press QTest__KeyAction = QTest__KeyAction(0) QTest__Release QTest__KeyAction = QTest__KeyAction(1) QTest__Click QTest__KeyAction = QTest__KeyAction(2) QTest__Shortcut QTest__KeyAction = QTest__KeyAction(3) )
type QTest__LogElementType ¶
type QTest__LogElementType int64
QTest::LogElementType
const ( QTest__LET_Undefined QTest__LogElementType = QTest__LogElementType(-1) QTest__LET_Property QTest__LogElementType = QTest__LogElementType(0) QTest__LET_Properties QTest__LogElementType = QTest__LogElementType(1) QTest__LET_Failure QTest__LogElementType = QTest__LogElementType(2) QTest__LET_Error QTest__LogElementType = QTest__LogElementType(3) QTest__LET_TestCase QTest__LogElementType = QTest__LogElementType(4) QTest__LET_TestSuite QTest__LogElementType = QTest__LogElementType(5) QTest__LET_Benchmark QTest__LogElementType = QTest__LogElementType(6) QTest__LET_SystemError QTest__LogElementType = QTest__LogElementType(7) )
type QTest__MouseAction ¶
type QTest__MouseAction int64
QTest::MouseAction
const ( QTest__MousePress QTest__MouseAction = QTest__MouseAction(0) QTest__MouseRelease QTest__MouseAction = QTest__MouseAction(1) QTest__MouseClick QTest__MouseAction = QTest__MouseAction(2) QTest__MouseDClick QTest__MouseAction = QTest__MouseAction(3) QTest__MouseMove QTest__MouseAction = QTest__MouseAction(4) )
type QTest__QBenchmarkMetric ¶
type QTest__QBenchmarkMetric int64
QTest::QBenchmarkMetric
const ( QTest__FramesPerSecond QTest__QBenchmarkMetric = QTest__QBenchmarkMetric(0) QTest__BitsPerSecond QTest__QBenchmarkMetric = QTest__QBenchmarkMetric(1) QTest__BytesPerSecond QTest__QBenchmarkMetric = QTest__QBenchmarkMetric(2) QTest__WalltimeMilliseconds QTest__QBenchmarkMetric = QTest__QBenchmarkMetric(3) QTest__CPUTicks QTest__QBenchmarkMetric = QTest__QBenchmarkMetric(4) QTest__InstructionReads QTest__QBenchmarkMetric = QTest__QBenchmarkMetric(5) QTest__Events QTest__QBenchmarkMetric = QTest__QBenchmarkMetric(6) QTest__WalltimeNanoseconds QTest__QBenchmarkMetric = QTest__QBenchmarkMetric(7) QTest__BytesAllocated QTest__QBenchmarkMetric = QTest__QBenchmarkMetric(8) QTest__CPUMigrations QTest__QBenchmarkMetric = QTest__QBenchmarkMetric(9) QTest__CPUCycles QTest__QBenchmarkMetric = QTest__QBenchmarkMetric(10) QTest__BusCycles QTest__QBenchmarkMetric = QTest__QBenchmarkMetric(11) QTest__StalledCycles QTest__QBenchmarkMetric = QTest__QBenchmarkMetric(12) QTest__Instructions QTest__QBenchmarkMetric = QTest__QBenchmarkMetric(13) QTest__BranchInstructions QTest__QBenchmarkMetric = QTest__QBenchmarkMetric(14) QTest__BranchMisses QTest__QBenchmarkMetric = QTest__QBenchmarkMetric(15) QTest__CacheReferences QTest__QBenchmarkMetric = QTest__QBenchmarkMetric(16) QTest__CacheReads QTest__QBenchmarkMetric = QTest__QBenchmarkMetric(17) QTest__CacheWrites QTest__QBenchmarkMetric = QTest__QBenchmarkMetric(18) QTest__CachePrefetches QTest__QBenchmarkMetric = QTest__QBenchmarkMetric(19) QTest__CacheMisses QTest__QBenchmarkMetric = QTest__QBenchmarkMetric(20) QTest__CacheReadMisses QTest__QBenchmarkMetric = QTest__QBenchmarkMetric(21) QTest__CacheWriteMisses QTest__QBenchmarkMetric = QTest__QBenchmarkMetric(22) QTest__CachePrefetchMisses QTest__QBenchmarkMetric = QTest__QBenchmarkMetric(23) QTest__ContextSwitches QTest__QBenchmarkMetric = QTest__QBenchmarkMetric(24) QTest__PageFaults QTest__QBenchmarkMetric = QTest__QBenchmarkMetric(25) QTest__MinorPageFaults QTest__QBenchmarkMetric = QTest__QBenchmarkMetric(26) QTest__MajorPageFaults QTest__QBenchmarkMetric = QTest__QBenchmarkMetric(27) QTest__AlignmentFaults QTest__QBenchmarkMetric = QTest__QBenchmarkMetric(28) QTest__EmulationFaults QTest__QBenchmarkMetric = QTest__QBenchmarkMetric(29) QTest__RefCPUCycles QTest__QBenchmarkMetric = QTest__QBenchmarkMetric(30) )
type QTest__TestFailMode ¶
type QTest__TestFailMode int64
QTest::TestFailMode
const ( QTest__Abort QTest__TestFailMode = QTest__TestFailMode(1) QTest__Continue QTest__TestFailMode = QTest__TestFailMode(2) )
Click to show internal directories.
Click to hide internal directories.