예제 #1
0
파일: qstandarditem.go 프로젝트: xland/qt
func (ptr *QStandardItem) Write(out core.QDataStream_ITF) {
	if ptr.Pointer() != nil {
		C.QStandardItem_Write(ptr.Pointer(), core.PointerFromQDataStream(out))
	}
}
예제 #2
0
파일: qtreewidgetitem.go 프로젝트: xland/qt
func (ptr *QTreeWidgetItem) Write(out core.QDataStream_ITF) {
	if ptr.Pointer() != nil {
		C.QTreeWidgetItem_Write(ptr.Pointer(), core.PointerFromQDataStream(out))
	}
}
예제 #3
0
파일: qstandarditem.go 프로젝트: xland/qt
func (ptr *QStandardItem) Read(in core.QDataStream_ITF) {
	if ptr.Pointer() != nil {
		C.QStandardItem_Read(ptr.Pointer(), core.PointerFromQDataStream(in))
	}
}
예제 #4
0
파일: qtreewidgetitem.go 프로젝트: xland/qt
func (ptr *QTreeWidgetItem) Read(in core.QDataStream_ITF) {
	if ptr.Pointer() != nil {
		C.QTreeWidgetItem_Read(ptr.Pointer(), core.PointerFromQDataStream(in))
	}
}