Ejemplo n.º 1
0
func (ptr *QWebSocket) ChildEventDefault(event core.QChildEvent_ITF) {
	defer qt.Recovering("QWebSocket::childEvent")

	if ptr.Pointer() != nil {
		C.QWebSocket_ChildEventDefault(ptr.Pointer(), core.PointerFromQChildEvent(event))
	}
}
Ejemplo n.º 2
0
func (ptr *QScriptEngineDebugger) ChildEventDefault(event core.QChildEvent_ITF) {
	defer qt.Recovering("QScriptEngineDebugger::childEvent")

	if ptr.Pointer() != nil {
		C.QScriptEngineDebugger_ChildEventDefault(ptr.Pointer(), core.PointerFromQChildEvent(event))
	}
}
Ejemplo n.º 3
0
func (ptr *QMaskGenerator) ChildEventDefault(event core.QChildEvent_ITF) {
	defer qt.Recovering("QMaskGenerator::childEvent")

	if ptr.Pointer() != nil {
		C.QMaskGenerator_ChildEventDefault(ptr.Pointer(), core.PointerFromQChildEvent(event))
	}
}
Ejemplo n.º 4
0
func (ptr *QMacToolBarItem) ChildEventDefault(event core.QChildEvent_ITF) {
	defer qt.Recovering("QMacToolBarItem::childEvent")

	if ptr.Pointer() != nil {
		C.QMacToolBarItem_ChildEventDefault(ptr.Pointer(), core.PointerFromQChildEvent(event))
	}
}
Ejemplo n.º 5
0
func (ptr *QUiLoader) ChildEventDefault(event core.QChildEvent_ITF) {
	defer qt.Recovering("QUiLoader::childEvent")

	if ptr.Pointer() != nil {
		C.QUiLoader_ChildEventDefault(ptr.Pointer(), core.PointerFromQChildEvent(event))
	}
}
Ejemplo n.º 6
0
func (ptr *QWebChannelAbstractTransport) ChildEventDefault(event core.QChildEvent_ITF) {
	defer qt.Recovering("QWebChannelAbstractTransport::childEvent")

	if ptr.Pointer() != nil {
		C.QWebChannelAbstractTransport_ChildEventDefault(ptr.Pointer(), core.PointerFromQChildEvent(event))
	}
}
Ejemplo n.º 7
0
func (ptr *QWebChannel) ChildEvent(event core.QChildEvent_ITF) {
	defer qt.Recovering("QWebChannel::childEvent")

	if ptr.Pointer() != nil {
		C.QWebChannel_ChildEvent(ptr.Pointer(), core.PointerFromQChildEvent(event))
	}
}