pdf

package
v0.11.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 9, 2025 License: MIT Imports: 5 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func QPdfBookmarkModel_Tr

func QPdfBookmarkModel_Tr(s string) string

func QPdfBookmarkModel_Tr2

func QPdfBookmarkModel_Tr2(s string, c string) string

func QPdfBookmarkModel_Tr3

func QPdfBookmarkModel_Tr3(s string, c string, n int) string

func QPdfBookmarkModel_TrUtf8

func QPdfBookmarkModel_TrUtf8(s string) string

func QPdfBookmarkModel_TrUtf82

func QPdfBookmarkModel_TrUtf82(s string, c string) string

func QPdfBookmarkModel_TrUtf83

func QPdfBookmarkModel_TrUtf83(s string, c string, n int) string

func QPdfDocument_Tr

func QPdfDocument_Tr(s string) string

func QPdfDocument_Tr2

func QPdfDocument_Tr2(s string, c string) string

func QPdfDocument_Tr3

func QPdfDocument_Tr3(s string, c string, n int) string

func QPdfDocument_TrUtf8

func QPdfDocument_TrUtf8(s string) string

func QPdfDocument_TrUtf82

func QPdfDocument_TrUtf82(s string, c string) string

func QPdfDocument_TrUtf83

func QPdfDocument_TrUtf83(s string, c string, n int) string

func QPdfPageNavigation_Tr

func QPdfPageNavigation_Tr(s string) string

func QPdfPageNavigation_Tr2

func QPdfPageNavigation_Tr2(s string, c string) string

func QPdfPageNavigation_Tr3

func QPdfPageNavigation_Tr3(s string, c string, n int) string

func QPdfPageNavigation_TrUtf8

func QPdfPageNavigation_TrUtf8(s string) string

func QPdfPageNavigation_TrUtf82

func QPdfPageNavigation_TrUtf82(s string, c string) string

func QPdfPageNavigation_TrUtf83

func QPdfPageNavigation_TrUtf83(s string, c string, n int) string

func QPdfPageRenderer_Tr

func QPdfPageRenderer_Tr(s string) string

func QPdfPageRenderer_Tr2

func QPdfPageRenderer_Tr2(s string, c string) string

func QPdfPageRenderer_Tr3

func QPdfPageRenderer_Tr3(s string, c string, n int) string

func QPdfPageRenderer_TrUtf8

func QPdfPageRenderer_TrUtf8(s string) string

func QPdfPageRenderer_TrUtf82

func QPdfPageRenderer_TrUtf82(s string, c string) string

func QPdfPageRenderer_TrUtf83

func QPdfPageRenderer_TrUtf83(s string, c string, n int) string

func QPdfSearchModel_Tr

func QPdfSearchModel_Tr(s string) string

func QPdfSearchModel_Tr2

func QPdfSearchModel_Tr2(s string, c string) string

func QPdfSearchModel_Tr3

func QPdfSearchModel_Tr3(s string, c string, n int) string

func QPdfSearchModel_TrUtf8

func QPdfSearchModel_TrUtf8(s string) string

func QPdfSearchModel_TrUtf82

func QPdfSearchModel_TrUtf82(s string, c string) string

func QPdfSearchModel_TrUtf83

func QPdfSearchModel_TrUtf83(s string, c string, n int) string

func QPdfView_Tr

func QPdfView_Tr(s string) string

func QPdfView_Tr2

func QPdfView_Tr2(s string, c string) string

func QPdfView_Tr3

func QPdfView_Tr3(s string, c string, n int) string

func QPdfView_TrUtf8

func QPdfView_TrUtf8(s string) string

func QPdfView_TrUtf82

func QPdfView_TrUtf82(s string, c string) string

func QPdfView_TrUtf83

func QPdfView_TrUtf83(s string, c string, n int) string

Types

type QPdfBookmarkModel

type QPdfBookmarkModel struct {
	*qt.QAbstractItemModel
	// contains filtered or unexported fields
}

func NewQPdfBookmarkModel

func NewQPdfBookmarkModel() *QPdfBookmarkModel

NewQPdfBookmarkModel constructs a new QPdfBookmarkModel object.

func NewQPdfBookmarkModel2

func NewQPdfBookmarkModel2(parent *qt.QObject) *QPdfBookmarkModel

NewQPdfBookmarkModel2 constructs a new QPdfBookmarkModel object.

func UnsafeNewQPdfBookmarkModel

func UnsafeNewQPdfBookmarkModel(h unsafe.Pointer) *QPdfBookmarkModel

UnsafeNewQPdfBookmarkModel constructs the type using only unsafe pointers.

func (*QPdfBookmarkModel) BeginInsertColumns

func (this *QPdfBookmarkModel) BeginInsertColumns(parent *qt.QModelIndex, first int, last int)

BeginInsertColumns can only be called from a QPdfBookmarkModel that was directly constructed.

func (*QPdfBookmarkModel) BeginInsertRows

func (this *QPdfBookmarkModel) BeginInsertRows(parent *qt.QModelIndex, first int, last int)

BeginInsertRows can only be called from a QPdfBookmarkModel that was directly constructed.

func (*QPdfBookmarkModel) BeginMoveColumns

func (this *QPdfBookmarkModel) BeginMoveColumns(sourceParent *qt.QModelIndex, sourceFirst int, sourceLast int, destinationParent *qt.QModelIndex, destinationColumn int) bool

BeginMoveColumns can only be called from a QPdfBookmarkModel that was directly constructed.

func (*QPdfBookmarkModel) BeginMoveRows

func (this *QPdfBookmarkModel) BeginMoveRows(sourceParent *qt.QModelIndex, sourceFirst int, sourceLast int, destinationParent *qt.QModelIndex, destinationRow int) bool

BeginMoveRows can only be called from a QPdfBookmarkModel that was directly constructed.

func (*QPdfBookmarkModel) BeginRemoveColumns

func (this *QPdfBookmarkModel) BeginRemoveColumns(parent *qt.QModelIndex, first int, last int)

BeginRemoveColumns can only be called from a QPdfBookmarkModel that was directly constructed.

func (*QPdfBookmarkModel) BeginRemoveRows

func (this *QPdfBookmarkModel) BeginRemoveRows(parent *qt.QModelIndex, first int, last int)

BeginRemoveRows can only be called from a QPdfBookmarkModel that was directly constructed.

func (*QPdfBookmarkModel) BeginResetModel

func (this *QPdfBookmarkModel) BeginResetModel()

BeginResetModel can only be called from a QPdfBookmarkModel that was directly constructed.

func (*QPdfBookmarkModel) ChangePersistentIndex

func (this *QPdfBookmarkModel) ChangePersistentIndex(from *qt.QModelIndex, to *qt.QModelIndex)

ChangePersistentIndex can only be called from a QPdfBookmarkModel that was directly constructed.

func (*QPdfBookmarkModel) ChangePersistentIndexList

func (this *QPdfBookmarkModel) ChangePersistentIndexList(from []qt.QModelIndex, to []qt.QModelIndex)

ChangePersistentIndexList can only be called from a QPdfBookmarkModel that was directly constructed.

func (*QPdfBookmarkModel) ColumnCount

func (this *QPdfBookmarkModel) ColumnCount(parent *qt.QModelIndex) int

func (*QPdfBookmarkModel) CreateIndex

func (this *QPdfBookmarkModel) CreateIndex(row int, column int) qt.QModelIndex

CreateIndex can only be called from a QPdfBookmarkModel that was directly constructed.

func (*QPdfBookmarkModel) Data

func (this *QPdfBookmarkModel) Data(index *qt.QModelIndex, role int) *qt.QVariant

func (*QPdfBookmarkModel) DecodeData

func (this *QPdfBookmarkModel) DecodeData(row int, column int, parent *qt.QModelIndex, stream *qt.QDataStream) bool

DecodeData can only be called from a QPdfBookmarkModel that was directly constructed.

func (*QPdfBookmarkModel) Delete

func (this *QPdfBookmarkModel) Delete()

Delete this object from C++ memory.

func (*QPdfBookmarkModel) Document

func (this *QPdfBookmarkModel) Document() *QPdfDocument

func (*QPdfBookmarkModel) DocumentChanged

func (this *QPdfBookmarkModel) DocumentChanged(document *QPdfDocument)

func (*QPdfBookmarkModel) EncodeData

func (this *QPdfBookmarkModel) EncodeData(indexes []qt.QModelIndex, stream *qt.QDataStream)

EncodeData can only be called from a QPdfBookmarkModel that was directly constructed.

func (*QPdfBookmarkModel) EndInsertColumns

func (this *QPdfBookmarkModel) EndInsertColumns()

EndInsertColumns can only be called from a QPdfBookmarkModel that was directly constructed.

func (*QPdfBookmarkModel) EndInsertRows

func (this *QPdfBookmarkModel) EndInsertRows()

EndInsertRows can only be called from a QPdfBookmarkModel that was directly constructed.

func (*QPdfBookmarkModel) EndMoveColumns

func (this *QPdfBookmarkModel) EndMoveColumns()

EndMoveColumns can only be called from a QPdfBookmarkModel that was directly constructed.

func (*QPdfBookmarkModel) EndMoveRows

func (this *QPdfBookmarkModel) EndMoveRows()

EndMoveRows can only be called from a QPdfBookmarkModel that was directly constructed.

func (*QPdfBookmarkModel) EndRemoveColumns

func (this *QPdfBookmarkModel) EndRemoveColumns()

EndRemoveColumns can only be called from a QPdfBookmarkModel that was directly constructed.

func (*QPdfBookmarkModel) EndRemoveRows

func (this *QPdfBookmarkModel) EndRemoveRows()

EndRemoveRows can only be called from a QPdfBookmarkModel that was directly constructed.

func (*QPdfBookmarkModel) EndResetModel

func (this *QPdfBookmarkModel) EndResetModel()

EndResetModel can only be called from a QPdfBookmarkModel that was directly constructed.

func (*QPdfBookmarkModel) GoGC

func (this *QPdfBookmarkModel) GoGC()

GoGC adds a Go Finalizer to this pointer, so that it will be deleted from C++ memory once it is unreachable from Go memory.

func (*QPdfBookmarkModel) Index

func (this *QPdfBookmarkModel) Index(row int, column int, parent *qt.QModelIndex) *qt.QModelIndex

func (*QPdfBookmarkModel) IsSignalConnected

func (this *QPdfBookmarkModel) IsSignalConnected(signal *qt.QMetaMethod) bool

IsSignalConnected can only be called from a QPdfBookmarkModel that was directly constructed.

func (*QPdfBookmarkModel) MetaObject

func (this *QPdfBookmarkModel) MetaObject() *qt.QMetaObject

func (*QPdfBookmarkModel) Metacast

func (this *QPdfBookmarkModel) Metacast(param1 string) unsafe.Pointer

func (*QPdfBookmarkModel) OnBuddy

func (this *QPdfBookmarkModel) OnBuddy(slot func(super func(index *qt.QModelIndex) *qt.QModelIndex, index *qt.QModelIndex) *qt.QModelIndex)

func (*QPdfBookmarkModel) OnCanDropMimeData

func (this *QPdfBookmarkModel) OnCanDropMimeData(slot func(super func(data *qt.QMimeData, action qt.DropAction, row int, column int, parent *qt.QModelIndex) bool, data *qt.QMimeData, action qt.DropAction, row int, column int, parent *qt.QModelIndex) bool)

func (*QPdfBookmarkModel) OnCanFetchMore

func (this *QPdfBookmarkModel) OnCanFetchMore(slot func(super func(parent *qt.QModelIndex) bool, parent *qt.QModelIndex) bool)

func (*QPdfBookmarkModel) OnChildEvent

func (this *QPdfBookmarkModel) OnChildEvent(slot func(super func(event *qt.QChildEvent), event *qt.QChildEvent))

func (*QPdfBookmarkModel) OnColumnCount

func (this *QPdfBookmarkModel) OnColumnCount(slot func(super func(parent *qt.QModelIndex) int, parent *qt.QModelIndex) int)

func (*QPdfBookmarkModel) OnConnectNotify

func (this *QPdfBookmarkModel) OnConnectNotify(slot func(super func(signal *qt.QMetaMethod), signal *qt.QMetaMethod))

func (*QPdfBookmarkModel) OnCustomEvent

func (this *QPdfBookmarkModel) OnCustomEvent(slot func(super func(event *qt.QEvent), event *qt.QEvent))

func (*QPdfBookmarkModel) OnData

func (this *QPdfBookmarkModel) OnData(slot func(super func(index *qt.QModelIndex, role int) *qt.QVariant, index *qt.QModelIndex, role int) *qt.QVariant)

func (*QPdfBookmarkModel) OnDisconnectNotify

func (this *QPdfBookmarkModel) OnDisconnectNotify(slot func(super func(signal *qt.QMetaMethod), signal *qt.QMetaMethod))

func (*QPdfBookmarkModel) OnDocumentChanged

func (this *QPdfBookmarkModel) OnDocumentChanged(slot func(document *QPdfDocument))

func (*QPdfBookmarkModel) OnDropMimeData

func (this *QPdfBookmarkModel) OnDropMimeData(slot func(super func(data *qt.QMimeData, action qt.DropAction, row int, column int, parent *qt.QModelIndex) bool, data *qt.QMimeData, action qt.DropAction, row int, column int, parent *qt.QModelIndex) bool)

func (*QPdfBookmarkModel) OnEvent

func (this *QPdfBookmarkModel) OnEvent(slot func(super func(event *qt.QEvent) bool, event *qt.QEvent) bool)

func (*QPdfBookmarkModel) OnEventFilter

func (this *QPdfBookmarkModel) OnEventFilter(slot func(super func(watched *qt.QObject, event *qt.QEvent) bool, watched *qt.QObject, event *qt.QEvent) bool)

func (*QPdfBookmarkModel) OnFetchMore

func (this *QPdfBookmarkModel) OnFetchMore(slot func(super func(parent *qt.QModelIndex), parent *qt.QModelIndex))

func (*QPdfBookmarkModel) OnFlags

func (this *QPdfBookmarkModel) OnFlags(slot func(super func(index *qt.QModelIndex) qt.ItemFlag, index *qt.QModelIndex) qt.ItemFlag)

func (*QPdfBookmarkModel) OnHasChildren

func (this *QPdfBookmarkModel) OnHasChildren(slot func(super func(parent *qt.QModelIndex) bool, parent *qt.QModelIndex) bool)

func (*QPdfBookmarkModel) OnHeaderData

func (this *QPdfBookmarkModel) OnHeaderData(slot func(super func(section int, orientation qt.Orientation, role int) *qt.QVariant, section int, orientation qt.Orientation, role int) *qt.QVariant)

func (*QPdfBookmarkModel) OnIndex

func (this *QPdfBookmarkModel) OnIndex(slot func(super func(row int, column int, parent *qt.QModelIndex) *qt.QModelIndex, row int, column int, parent *qt.QModelIndex) *qt.QModelIndex)

func (*QPdfBookmarkModel) OnInsertColumns

func (this *QPdfBookmarkModel) OnInsertColumns(slot func(super func(column int, count int, parent *qt.QModelIndex) bool, column int, count int, parent *qt.QModelIndex) bool)

func (*QPdfBookmarkModel) OnInsertRows

func (this *QPdfBookmarkModel) OnInsertRows(slot func(super func(row int, count int, parent *qt.QModelIndex) bool, row int, count int, parent *qt.QModelIndex) bool)

func (*QPdfBookmarkModel) OnItemData

func (this *QPdfBookmarkModel) OnItemData(slot func(super func(index *qt.QModelIndex) map[int]qt.QVariant, index *qt.QModelIndex) map[int]qt.QVariant)

func (*QPdfBookmarkModel) OnMatch

func (this *QPdfBookmarkModel) OnMatch(slot func(super func(start *qt.QModelIndex, role int, value *qt.QVariant, hits int, flags qt.MatchFlag) []qt.QModelIndex, start *qt.QModelIndex, role int, value *qt.QVariant, hits int, flags qt.MatchFlag) []qt.QModelIndex)

func (*QPdfBookmarkModel) OnMimeData

func (this *QPdfBookmarkModel) OnMimeData(slot func(super func(indexes []qt.QModelIndex) *qt.QMimeData, indexes []qt.QModelIndex) *qt.QMimeData)

func (*QPdfBookmarkModel) OnMimeTypes

func (this *QPdfBookmarkModel) OnMimeTypes(slot func(super func() []string) []string)

func (*QPdfBookmarkModel) OnMoveColumns

func (this *QPdfBookmarkModel) OnMoveColumns(slot func(super func(sourceParent *qt.QModelIndex, sourceColumn int, count int, destinationParent *qt.QModelIndex, destinationChild int) bool, sourceParent *qt.QModelIndex, sourceColumn int, count int, destinationParent *qt.QModelIndex, destinationChild int) bool)

func (*QPdfBookmarkModel) OnMoveRows

func (this *QPdfBookmarkModel) OnMoveRows(slot func(super func(sourceParent *qt.QModelIndex, sourceRow int, count int, destinationParent *qt.QModelIndex, destinationChild int) bool, sourceParent *qt.QModelIndex, sourceRow int, count int, destinationParent *qt.QModelIndex, destinationChild int) bool)

func (*QPdfBookmarkModel) OnParent

func (this *QPdfBookmarkModel) OnParent(slot func(super func(index *qt.QModelIndex) *qt.QModelIndex, index *qt.QModelIndex) *qt.QModelIndex)

func (*QPdfBookmarkModel) OnRemoveColumns

func (this *QPdfBookmarkModel) OnRemoveColumns(slot func(super func(column int, count int, parent *qt.QModelIndex) bool, column int, count int, parent *qt.QModelIndex) bool)

func (*QPdfBookmarkModel) OnRemoveRows

func (this *QPdfBookmarkModel) OnRemoveRows(slot func(super func(row int, count int, parent *qt.QModelIndex) bool, row int, count int, parent *qt.QModelIndex) bool)

func (*QPdfBookmarkModel) OnRevert

func (this *QPdfBookmarkModel) OnRevert(slot func(super func()))

func (*QPdfBookmarkModel) OnRoleNames

func (this *QPdfBookmarkModel) OnRoleNames(slot func(super func() map[int][]byte) map[int][]byte)

func (*QPdfBookmarkModel) OnRowCount

func (this *QPdfBookmarkModel) OnRowCount(slot func(super func(parent *qt.QModelIndex) int, parent *qt.QModelIndex) int)

func (*QPdfBookmarkModel) OnSetData

func (this *QPdfBookmarkModel) OnSetData(slot func(super func(index *qt.QModelIndex, value *qt.QVariant, role int) bool, index *qt.QModelIndex, value *qt.QVariant, role int) bool)

func (*QPdfBookmarkModel) OnSetHeaderData

func (this *QPdfBookmarkModel) OnSetHeaderData(slot func(super func(section int, orientation qt.Orientation, value *qt.QVariant, role int) bool, section int, orientation qt.Orientation, value *qt.QVariant, role int) bool)

func (*QPdfBookmarkModel) OnSetItemData

func (this *QPdfBookmarkModel) OnSetItemData(slot func(super func(index *qt.QModelIndex, roles map[int]qt.QVariant) bool, index *qt.QModelIndex, roles map[int]qt.QVariant) bool)

func (*QPdfBookmarkModel) OnSibling

func (this *QPdfBookmarkModel) OnSibling(slot func(super func(row int, column int, idx *qt.QModelIndex) *qt.QModelIndex, row int, column int, idx *qt.QModelIndex) *qt.QModelIndex)

func (*QPdfBookmarkModel) OnSort

func (this *QPdfBookmarkModel) OnSort(slot func(super func(column int, order qt.SortOrder), column int, order qt.SortOrder))

func (*QPdfBookmarkModel) OnSpan

func (this *QPdfBookmarkModel) OnSpan(slot func(super func(index *qt.QModelIndex) *qt.QSize, index *qt.QModelIndex) *qt.QSize)

func (*QPdfBookmarkModel) OnStructureModeChanged

func (this *QPdfBookmarkModel) OnStructureModeChanged(slot func(structureMode QPdfBookmarkModel__StructureMode))

func (*QPdfBookmarkModel) OnSubmit

func (this *QPdfBookmarkModel) OnSubmit(slot func(super func() bool) bool)

func (*QPdfBookmarkModel) OnSupportedDragActions

func (this *QPdfBookmarkModel) OnSupportedDragActions(slot func(super func() qt.DropAction) qt.DropAction)

func (*QPdfBookmarkModel) OnSupportedDropActions

func (this *QPdfBookmarkModel) OnSupportedDropActions(slot func(super func() qt.DropAction) qt.DropAction)

func (*QPdfBookmarkModel) OnTimerEvent

func (this *QPdfBookmarkModel) OnTimerEvent(slot func(super func(event *qt.QTimerEvent), event *qt.QTimerEvent))

func (*QPdfBookmarkModel) Parent

func (this *QPdfBookmarkModel) Parent(index *qt.QModelIndex) *qt.QModelIndex

func (*QPdfBookmarkModel) PersistentIndexList

func (this *QPdfBookmarkModel) PersistentIndexList() []qt.QModelIndex

PersistentIndexList can only be called from a QPdfBookmarkModel that was directly constructed.

func (*QPdfBookmarkModel) Receivers

func (this *QPdfBookmarkModel) Receivers(signal string) int

Receivers can only be called from a QPdfBookmarkModel that was directly constructed.

func (*QPdfBookmarkModel) ResetInternalData

func (this *QPdfBookmarkModel) ResetInternalData()

ResetInternalData can only be called from a QPdfBookmarkModel that was directly constructed.

func (*QPdfBookmarkModel) RoleNames

func (this *QPdfBookmarkModel) RoleNames() map[int][]byte

func (*QPdfBookmarkModel) RowCount

func (this *QPdfBookmarkModel) RowCount(parent *qt.QModelIndex) int

func (*QPdfBookmarkModel) Sender

func (this *QPdfBookmarkModel) Sender() *qt.QObject

Sender can only be called from a QPdfBookmarkModel that was directly constructed.

func (*QPdfBookmarkModel) SenderSignalIndex

func (this *QPdfBookmarkModel) SenderSignalIndex() int

SenderSignalIndex can only be called from a QPdfBookmarkModel that was directly constructed.

func (*QPdfBookmarkModel) SetDocument

func (this *QPdfBookmarkModel) SetDocument(document *QPdfDocument)

func (*QPdfBookmarkModel) SetStructureMode

func (this *QPdfBookmarkModel) SetStructureMode(mode QPdfBookmarkModel__StructureMode)

func (*QPdfBookmarkModel) StructureMode

func (*QPdfBookmarkModel) StructureModeChanged

func (this *QPdfBookmarkModel) StructureModeChanged(structureMode QPdfBookmarkModel__StructureMode)

func (*QPdfBookmarkModel) UnsafePointer

func (this *QPdfBookmarkModel) UnsafePointer() unsafe.Pointer

type QPdfBookmarkModel__Role

type QPdfBookmarkModel__Role int
const (
	QPdfBookmarkModel__TitleRole      QPdfBookmarkModel__Role = 0
	QPdfBookmarkModel__LevelRole      QPdfBookmarkModel__Role = 256
	QPdfBookmarkModel__PageNumberRole QPdfBookmarkModel__Role = 257
)

type QPdfBookmarkModel__StructureMode

type QPdfBookmarkModel__StructureMode int
const (
	QPdfBookmarkModel__TreeMode QPdfBookmarkModel__StructureMode = 0
	QPdfBookmarkModel__ListMode QPdfBookmarkModel__StructureMode = 1
)

type QPdfDestination

type QPdfDestination struct {
	// contains filtered or unexported fields
}

func NewQPdfDestination

func NewQPdfDestination(other *QPdfDestination) *QPdfDestination

NewQPdfDestination constructs a new QPdfDestination object.

func UnsafeNewQPdfDestination

func UnsafeNewQPdfDestination(h unsafe.Pointer) *QPdfDestination

UnsafeNewQPdfDestination constructs the type using only unsafe pointers.

func (*QPdfDestination) Delete

func (this *QPdfDestination) Delete()

Delete this object from C++ memory.

func (*QPdfDestination) GoGC

func (this *QPdfDestination) GoGC()

GoGC adds a Go Finalizer to this pointer, so that it will be deleted from C++ memory once it is unreachable from Go memory.

func (*QPdfDestination) IsValid

func (this *QPdfDestination) IsValid() bool

func (*QPdfDestination) Location

func (this *QPdfDestination) Location() *qt.QPointF

func (*QPdfDestination) OperatorAssign

func (this *QPdfDestination) OperatorAssign(other *QPdfDestination)

func (*QPdfDestination) Page

func (this *QPdfDestination) Page() int

func (*QPdfDestination) Swap

func (this *QPdfDestination) Swap(other *QPdfDestination)

func (*QPdfDestination) UnsafePointer

func (this *QPdfDestination) UnsafePointer() unsafe.Pointer

func (*QPdfDestination) Zoom

func (this *QPdfDestination) Zoom() float64

type QPdfDocument

type QPdfDocument struct {
	*qt.QObject
	// contains filtered or unexported fields
}

func NewQPdfDocument

func NewQPdfDocument() *QPdfDocument

NewQPdfDocument constructs a new QPdfDocument object.

func NewQPdfDocument2

func NewQPdfDocument2(parent *qt.QObject) *QPdfDocument

NewQPdfDocument2 constructs a new QPdfDocument object.

func UnsafeNewQPdfDocument

func UnsafeNewQPdfDocument(h unsafe.Pointer) *QPdfDocument

UnsafeNewQPdfDocument constructs the type using only unsafe pointers.

func (*QPdfDocument) Close

func (this *QPdfDocument) Close()

func (*QPdfDocument) Delete

func (this *QPdfDocument) Delete()

Delete this object from C++ memory.

func (*QPdfDocument) Error

func (*QPdfDocument) GetAllText

func (this *QPdfDocument) GetAllText(page int) *QPdfSelection

func (*QPdfDocument) GetSelection

func (this *QPdfDocument) GetSelection(page int, start qt.QPointF, end qt.QPointF) *QPdfSelection

func (*QPdfDocument) GetSelectionAtIndex

func (this *QPdfDocument) GetSelectionAtIndex(page int, startIndex int, maxLength int) *QPdfSelection

func (*QPdfDocument) GoGC

func (this *QPdfDocument) GoGC()

GoGC adds a Go Finalizer to this pointer, so that it will be deleted from C++ memory once it is unreachable from Go memory.

func (*QPdfDocument) IsSignalConnected

func (this *QPdfDocument) IsSignalConnected(signal *qt.QMetaMethod) bool

IsSignalConnected can only be called from a QPdfDocument that was directly constructed.

func (*QPdfDocument) Load

func (this *QPdfDocument) Load(fileName string) QPdfDocument__DocumentError

func (*QPdfDocument) LoadWithDevice

func (this *QPdfDocument) LoadWithDevice(device *qt.QIODevice)

func (*QPdfDocument) MetaData

func (this *QPdfDocument) MetaData(field QPdfDocument__MetaDataField) *qt.QVariant

func (*QPdfDocument) MetaObject

func (this *QPdfDocument) MetaObject() *qt.QMetaObject

func (*QPdfDocument) Metacast

func (this *QPdfDocument) Metacast(param1 string) unsafe.Pointer

func (*QPdfDocument) OnChildEvent

func (this *QPdfDocument) OnChildEvent(slot func(super func(event *qt.QChildEvent), event *qt.QChildEvent))

func (*QPdfDocument) OnConnectNotify

func (this *QPdfDocument) OnConnectNotify(slot func(super func(signal *qt.QMetaMethod), signal *qt.QMetaMethod))

func (*QPdfDocument) OnCustomEvent

func (this *QPdfDocument) OnCustomEvent(slot func(super func(event *qt.QEvent), event *qt.QEvent))

func (*QPdfDocument) OnDisconnectNotify

func (this *QPdfDocument) OnDisconnectNotify(slot func(super func(signal *qt.QMetaMethod), signal *qt.QMetaMethod))

func (*QPdfDocument) OnEvent

func (this *QPdfDocument) OnEvent(slot func(super func(event *qt.QEvent) bool, event *qt.QEvent) bool)

func (*QPdfDocument) OnEventFilter

func (this *QPdfDocument) OnEventFilter(slot func(super func(watched *qt.QObject, event *qt.QEvent) bool, watched *qt.QObject, event *qt.QEvent) bool)

func (*QPdfDocument) OnPageCountChanged

func (this *QPdfDocument) OnPageCountChanged(slot func(pageCount int))

func (*QPdfDocument) OnPasswordChanged

func (this *QPdfDocument) OnPasswordChanged(slot func())

func (*QPdfDocument) OnPasswordRequired

func (this *QPdfDocument) OnPasswordRequired(slot func())

func (*QPdfDocument) OnStatusChanged

func (this *QPdfDocument) OnStatusChanged(slot func(status QPdfDocument__Status))

func (*QPdfDocument) OnTimerEvent

func (this *QPdfDocument) OnTimerEvent(slot func(super func(event *qt.QTimerEvent), event *qt.QTimerEvent))

func (*QPdfDocument) PageCount

func (this *QPdfDocument) PageCount() int

func (*QPdfDocument) PageCountChanged

func (this *QPdfDocument) PageCountChanged(pageCount int)

func (*QPdfDocument) PageSize

func (this *QPdfDocument) PageSize(page int) *qt.QSizeF

func (*QPdfDocument) Password

func (this *QPdfDocument) Password() string

func (*QPdfDocument) PasswordChanged

func (this *QPdfDocument) PasswordChanged()

func (*QPdfDocument) PasswordRequired

func (this *QPdfDocument) PasswordRequired()

func (*QPdfDocument) Receivers

func (this *QPdfDocument) Receivers(signal string) int

Receivers can only be called from a QPdfDocument that was directly constructed.

func (*QPdfDocument) Render

func (this *QPdfDocument) Render(page int, imageSize qt.QSize) *qt.QImage

func (*QPdfDocument) Render2

func (this *QPdfDocument) Render2(page int, imageSize qt.QSize, options QPdfDocumentRenderOptions) *qt.QImage

func (*QPdfDocument) Sender

func (this *QPdfDocument) Sender() *qt.QObject

Sender can only be called from a QPdfDocument that was directly constructed.

func (*QPdfDocument) SenderSignalIndex

func (this *QPdfDocument) SenderSignalIndex() int

SenderSignalIndex can only be called from a QPdfDocument that was directly constructed.

func (*QPdfDocument) SetPassword

func (this *QPdfDocument) SetPassword(password string)

func (*QPdfDocument) Status

func (this *QPdfDocument) Status() QPdfDocument__Status

func (*QPdfDocument) StatusChanged

func (this *QPdfDocument) StatusChanged(status QPdfDocument__Status)

func (*QPdfDocument) UnsafePointer

func (this *QPdfDocument) UnsafePointer() unsafe.Pointer

type QPdfDocumentRenderOptions

type QPdfDocumentRenderOptions struct {
	// contains filtered or unexported fields
}

func NewQPdfDocumentRenderOptions

func NewQPdfDocumentRenderOptions() *QPdfDocumentRenderOptions

NewQPdfDocumentRenderOptions constructs a new QPdfDocumentRenderOptions object.

func NewQPdfDocumentRenderOptions2

func NewQPdfDocumentRenderOptions2(param1 *QPdfDocumentRenderOptions) *QPdfDocumentRenderOptions

NewQPdfDocumentRenderOptions2 constructs a new QPdfDocumentRenderOptions object.

func UnsafeNewQPdfDocumentRenderOptions

func UnsafeNewQPdfDocumentRenderOptions(h unsafe.Pointer) *QPdfDocumentRenderOptions

UnsafeNewQPdfDocumentRenderOptions constructs the type using only unsafe pointers.

func (*QPdfDocumentRenderOptions) Delete

func (this *QPdfDocumentRenderOptions) Delete()

Delete this object from C++ memory.

func (*QPdfDocumentRenderOptions) GoGC

func (this *QPdfDocumentRenderOptions) GoGC()

GoGC adds a Go Finalizer to this pointer, so that it will be deleted from C++ memory once it is unreachable from Go memory.

func (*QPdfDocumentRenderOptions) RenderFlags

func (this *QPdfDocumentRenderOptions) RenderFlags() QPdf__RenderFlag

func (*QPdfDocumentRenderOptions) Rotation

func (this *QPdfDocumentRenderOptions) Rotation() QPdf__Rotation

func (*QPdfDocumentRenderOptions) ScaledClipRect

func (this *QPdfDocumentRenderOptions) ScaledClipRect() *qt.QRect

func (*QPdfDocumentRenderOptions) ScaledSize

func (this *QPdfDocumentRenderOptions) ScaledSize() *qt.QSize

func (*QPdfDocumentRenderOptions) SetRenderFlags

func (this *QPdfDocumentRenderOptions) SetRenderFlags(r QPdf__RenderFlag)

func (*QPdfDocumentRenderOptions) SetRotation

func (this *QPdfDocumentRenderOptions) SetRotation(r QPdf__Rotation)

func (*QPdfDocumentRenderOptions) SetScaledClipRect

func (this *QPdfDocumentRenderOptions) SetScaledClipRect(r *qt.QRect)

func (*QPdfDocumentRenderOptions) SetScaledSize

func (this *QPdfDocumentRenderOptions) SetScaledSize(s *qt.QSize)

func (*QPdfDocumentRenderOptions) UnsafePointer

func (this *QPdfDocumentRenderOptions) UnsafePointer() unsafe.Pointer

type QPdfDocument__DocumentError

type QPdfDocument__DocumentError int
const (
	QPdfDocument__NoError                        QPdfDocument__DocumentError = 0
	QPdfDocument__UnknownError                   QPdfDocument__DocumentError = 1
	QPdfDocument__DataNotYetAvailableError       QPdfDocument__DocumentError = 2
	QPdfDocument__FileNotFoundError              QPdfDocument__DocumentError = 3
	QPdfDocument__InvalidFileFormatError         QPdfDocument__DocumentError = 4
	QPdfDocument__IncorrectPasswordError         QPdfDocument__DocumentError = 5
	QPdfDocument__UnsupportedSecuritySchemeError QPdfDocument__DocumentError = 6
)

type QPdfDocument__MetaDataField

type QPdfDocument__MetaDataField int
const (
	QPdfDocument__Title            QPdfDocument__MetaDataField = 0
	QPdfDocument__Subject          QPdfDocument__MetaDataField = 1
	QPdfDocument__Author           QPdfDocument__MetaDataField = 2
	QPdfDocument__Keywords         QPdfDocument__MetaDataField = 3
	QPdfDocument__Producer         QPdfDocument__MetaDataField = 4
	QPdfDocument__Creator          QPdfDocument__MetaDataField = 5
	QPdfDocument__CreationDate     QPdfDocument__MetaDataField = 6
	QPdfDocument__ModificationDate QPdfDocument__MetaDataField = 7
)

type QPdfDocument__Status

type QPdfDocument__Status int
const (
	QPdfDocument__Null      QPdfDocument__Status = 0
	QPdfDocument__Loading   QPdfDocument__Status = 1
	QPdfDocument__Ready     QPdfDocument__Status = 2
	QPdfDocument__Unloading QPdfDocument__Status = 3
	QPdfDocument__Error     QPdfDocument__Status = 4
)

type QPdfPageNavigation

type QPdfPageNavigation struct {
	*qt.QObject
	// contains filtered or unexported fields
}

func NewQPdfPageNavigation

func NewQPdfPageNavigation() *QPdfPageNavigation

NewQPdfPageNavigation constructs a new QPdfPageNavigation object.

func NewQPdfPageNavigation2

func NewQPdfPageNavigation2(parent *qt.QObject) *QPdfPageNavigation

NewQPdfPageNavigation2 constructs a new QPdfPageNavigation object.

func UnsafeNewQPdfPageNavigation

func UnsafeNewQPdfPageNavigation(h unsafe.Pointer) *QPdfPageNavigation

UnsafeNewQPdfPageNavigation constructs the type using only unsafe pointers.

func (*QPdfPageNavigation) CanGoToNextPage

func (this *QPdfPageNavigation) CanGoToNextPage() bool

func (*QPdfPageNavigation) CanGoToNextPageChanged

func (this *QPdfPageNavigation) CanGoToNextPageChanged(canGo bool)

func (*QPdfPageNavigation) CanGoToPreviousPage

func (this *QPdfPageNavigation) CanGoToPreviousPage() bool

func (*QPdfPageNavigation) CanGoToPreviousPageChanged

func (this *QPdfPageNavigation) CanGoToPreviousPageChanged(canGo bool)

func (*QPdfPageNavigation) CurrentPage

func (this *QPdfPageNavigation) CurrentPage() int

func (*QPdfPageNavigation) CurrentPageChanged

func (this *QPdfPageNavigation) CurrentPageChanged(currentPage int)

func (*QPdfPageNavigation) Delete

func (this *QPdfPageNavigation) Delete()

Delete this object from C++ memory.

func (*QPdfPageNavigation) Document

func (this *QPdfPageNavigation) Document() *QPdfDocument

func (*QPdfPageNavigation) DocumentChanged

func (this *QPdfPageNavigation) DocumentChanged(document *QPdfDocument)

func (*QPdfPageNavigation) GoGC

func (this *QPdfPageNavigation) GoGC()

GoGC adds a Go Finalizer to this pointer, so that it will be deleted from C++ memory once it is unreachable from Go memory.

func (*QPdfPageNavigation) GoToNextPage

func (this *QPdfPageNavigation) GoToNextPage()

func (*QPdfPageNavigation) GoToPreviousPage

func (this *QPdfPageNavigation) GoToPreviousPage()

func (*QPdfPageNavigation) IsSignalConnected

func (this *QPdfPageNavigation) IsSignalConnected(signal *qt.QMetaMethod) bool

IsSignalConnected can only be called from a QPdfPageNavigation that was directly constructed.

func (*QPdfPageNavigation) MetaObject

func (this *QPdfPageNavigation) MetaObject() *qt.QMetaObject

func (*QPdfPageNavigation) Metacast

func (this *QPdfPageNavigation) Metacast(param1 string) unsafe.Pointer

func (*QPdfPageNavigation) OnCanGoToNextPageChanged

func (this *QPdfPageNavigation) OnCanGoToNextPageChanged(slot func(canGo bool))

func (*QPdfPageNavigation) OnCanGoToPreviousPageChanged

func (this *QPdfPageNavigation) OnCanGoToPreviousPageChanged(slot func(canGo bool))

func (*QPdfPageNavigation) OnChildEvent

func (this *QPdfPageNavigation) OnChildEvent(slot func(super func(event *qt.QChildEvent), event *qt.QChildEvent))

func (*QPdfPageNavigation) OnConnectNotify

func (this *QPdfPageNavigation) OnConnectNotify(slot func(super func(signal *qt.QMetaMethod), signal *qt.QMetaMethod))

func (*QPdfPageNavigation) OnCurrentPageChanged

func (this *QPdfPageNavigation) OnCurrentPageChanged(slot func(currentPage int))

func (*QPdfPageNavigation) OnCustomEvent

func (this *QPdfPageNavigation) OnCustomEvent(slot func(super func(event *qt.QEvent), event *qt.QEvent))

func (*QPdfPageNavigation) OnDisconnectNotify

func (this *QPdfPageNavigation) OnDisconnectNotify(slot func(super func(signal *qt.QMetaMethod), signal *qt.QMetaMethod))

func (*QPdfPageNavigation) OnDocumentChanged

func (this *QPdfPageNavigation) OnDocumentChanged(slot func(document *QPdfDocument))

func (*QPdfPageNavigation) OnEvent

func (this *QPdfPageNavigation) OnEvent(slot func(super func(event *qt.QEvent) bool, event *qt.QEvent) bool)

func (*QPdfPageNavigation) OnEventFilter

func (this *QPdfPageNavigation) OnEventFilter(slot func(super func(watched *qt.QObject, event *qt.QEvent) bool, watched *qt.QObject, event *qt.QEvent) bool)

func (*QPdfPageNavigation) OnPageCountChanged

func (this *QPdfPageNavigation) OnPageCountChanged(slot func(pageCount int))

func (*QPdfPageNavigation) OnTimerEvent

func (this *QPdfPageNavigation) OnTimerEvent(slot func(super func(event *qt.QTimerEvent), event *qt.QTimerEvent))

func (*QPdfPageNavigation) PageCount

func (this *QPdfPageNavigation) PageCount() int

func (*QPdfPageNavigation) PageCountChanged

func (this *QPdfPageNavigation) PageCountChanged(pageCount int)

func (*QPdfPageNavigation) Receivers

func (this *QPdfPageNavigation) Receivers(signal string) int

Receivers can only be called from a QPdfPageNavigation that was directly constructed.

func (*QPdfPageNavigation) Sender

func (this *QPdfPageNavigation) Sender() *qt.QObject

Sender can only be called from a QPdfPageNavigation that was directly constructed.

func (*QPdfPageNavigation) SenderSignalIndex

func (this *QPdfPageNavigation) SenderSignalIndex() int

SenderSignalIndex can only be called from a QPdfPageNavigation that was directly constructed.

func (*QPdfPageNavigation) SetCurrentPage

func (this *QPdfPageNavigation) SetCurrentPage(currentPage int)

func (*QPdfPageNavigation) SetDocument

func (this *QPdfPageNavigation) SetDocument(document *QPdfDocument)

func (*QPdfPageNavigation) UnsafePointer

func (this *QPdfPageNavigation) UnsafePointer() unsafe.Pointer

type QPdfPageRenderer

type QPdfPageRenderer struct {
	*qt.QObject
	// contains filtered or unexported fields
}

func NewQPdfPageRenderer

func NewQPdfPageRenderer() *QPdfPageRenderer

NewQPdfPageRenderer constructs a new QPdfPageRenderer object.

func NewQPdfPageRenderer2

func NewQPdfPageRenderer2(parent *qt.QObject) *QPdfPageRenderer

NewQPdfPageRenderer2 constructs a new QPdfPageRenderer object.

func UnsafeNewQPdfPageRenderer

func UnsafeNewQPdfPageRenderer(h unsafe.Pointer) *QPdfPageRenderer

UnsafeNewQPdfPageRenderer constructs the type using only unsafe pointers.

func (*QPdfPageRenderer) Delete

func (this *QPdfPageRenderer) Delete()

Delete this object from C++ memory.

func (*QPdfPageRenderer) Document

func (this *QPdfPageRenderer) Document() *QPdfDocument

func (*QPdfPageRenderer) DocumentChanged

func (this *QPdfPageRenderer) DocumentChanged(document *QPdfDocument)

func (*QPdfPageRenderer) GoGC

func (this *QPdfPageRenderer) GoGC()

GoGC adds a Go Finalizer to this pointer, so that it will be deleted from C++ memory once it is unreachable from Go memory.

func (*QPdfPageRenderer) IsSignalConnected

func (this *QPdfPageRenderer) IsSignalConnected(signal *qt.QMetaMethod) bool

IsSignalConnected can only be called from a QPdfPageRenderer that was directly constructed.

func (*QPdfPageRenderer) MetaObject

func (this *QPdfPageRenderer) MetaObject() *qt.QMetaObject

func (*QPdfPageRenderer) Metacast

func (this *QPdfPageRenderer) Metacast(param1 string) unsafe.Pointer

func (*QPdfPageRenderer) OnChildEvent

func (this *QPdfPageRenderer) OnChildEvent(slot func(super func(event *qt.QChildEvent), event *qt.QChildEvent))

func (*QPdfPageRenderer) OnConnectNotify

func (this *QPdfPageRenderer) OnConnectNotify(slot func(super func(signal *qt.QMetaMethod), signal *qt.QMetaMethod))

func (*QPdfPageRenderer) OnCustomEvent

func (this *QPdfPageRenderer) OnCustomEvent(slot func(super func(event *qt.QEvent), event *qt.QEvent))

func (*QPdfPageRenderer) OnDisconnectNotify

func (this *QPdfPageRenderer) OnDisconnectNotify(slot func(super func(signal *qt.QMetaMethod), signal *qt.QMetaMethod))

func (*QPdfPageRenderer) OnDocumentChanged

func (this *QPdfPageRenderer) OnDocumentChanged(slot func(document *QPdfDocument))

func (*QPdfPageRenderer) OnEvent

func (this *QPdfPageRenderer) OnEvent(slot func(super func(event *qt.QEvent) bool, event *qt.QEvent) bool)

func (*QPdfPageRenderer) OnEventFilter

func (this *QPdfPageRenderer) OnEventFilter(slot func(super func(watched *qt.QObject, event *qt.QEvent) bool, watched *qt.QObject, event *qt.QEvent) bool)

func (*QPdfPageRenderer) OnPageRendered

func (this *QPdfPageRenderer) OnPageRendered(slot func(pageNumber int, imageSize qt.QSize, image *qt.QImage, options QPdfDocumentRenderOptions, requestId uint64))

func (*QPdfPageRenderer) OnRenderModeChanged

func (this *QPdfPageRenderer) OnRenderModeChanged(slot func(renderMode QPdfPageRenderer__RenderMode))

func (*QPdfPageRenderer) OnTimerEvent

func (this *QPdfPageRenderer) OnTimerEvent(slot func(super func(event *qt.QTimerEvent), event *qt.QTimerEvent))

func (*QPdfPageRenderer) PageRendered

func (this *QPdfPageRenderer) PageRendered(pageNumber int, imageSize qt.QSize, image *qt.QImage, options QPdfDocumentRenderOptions, requestId uint64)

func (*QPdfPageRenderer) Receivers

func (this *QPdfPageRenderer) Receivers(signal string) int

Receivers can only be called from a QPdfPageRenderer that was directly constructed.

func (*QPdfPageRenderer) RenderMode

func (*QPdfPageRenderer) RenderModeChanged

func (this *QPdfPageRenderer) RenderModeChanged(renderMode QPdfPageRenderer__RenderMode)

func (*QPdfPageRenderer) RequestPage

func (this *QPdfPageRenderer) RequestPage(pageNumber int, imageSize qt.QSize) uint64

func (*QPdfPageRenderer) RequestPage2

func (this *QPdfPageRenderer) RequestPage2(pageNumber int, imageSize qt.QSize, options QPdfDocumentRenderOptions) uint64

func (*QPdfPageRenderer) Sender

func (this *QPdfPageRenderer) Sender() *qt.QObject

Sender can only be called from a QPdfPageRenderer that was directly constructed.

func (*QPdfPageRenderer) SenderSignalIndex

func (this *QPdfPageRenderer) SenderSignalIndex() int

SenderSignalIndex can only be called from a QPdfPageRenderer that was directly constructed.

func (*QPdfPageRenderer) SetDocument

func (this *QPdfPageRenderer) SetDocument(document *QPdfDocument)

func (*QPdfPageRenderer) SetRenderMode

func (this *QPdfPageRenderer) SetRenderMode(mode QPdfPageRenderer__RenderMode)

func (*QPdfPageRenderer) UnsafePointer

func (this *QPdfPageRenderer) UnsafePointer() unsafe.Pointer

type QPdfPageRenderer__RenderMode

type QPdfPageRenderer__RenderMode int
const (
	QPdfPageRenderer__MultiThreaded  QPdfPageRenderer__RenderMode = 0
	QPdfPageRenderer__SingleThreaded QPdfPageRenderer__RenderMode = 1
)

type QPdfSearchModel

type QPdfSearchModel struct {
	*qt.QAbstractListModel
	// contains filtered or unexported fields
}

func NewQPdfSearchModel

func NewQPdfSearchModel() *QPdfSearchModel

NewQPdfSearchModel constructs a new QPdfSearchModel object.

func NewQPdfSearchModel2

func NewQPdfSearchModel2(parent *qt.QObject) *QPdfSearchModel

NewQPdfSearchModel2 constructs a new QPdfSearchModel object.

func UnsafeNewQPdfSearchModel

func UnsafeNewQPdfSearchModel(h unsafe.Pointer) *QPdfSearchModel

UnsafeNewQPdfSearchModel constructs the type using only unsafe pointers.

func (*QPdfSearchModel) BeginInsertColumns

func (this *QPdfSearchModel) BeginInsertColumns(parent *qt.QModelIndex, first int, last int)

BeginInsertColumns can only be called from a QPdfSearchModel that was directly constructed.

func (*QPdfSearchModel) BeginInsertRows

func (this *QPdfSearchModel) BeginInsertRows(parent *qt.QModelIndex, first int, last int)

BeginInsertRows can only be called from a QPdfSearchModel that was directly constructed.

func (*QPdfSearchModel) BeginMoveColumns

func (this *QPdfSearchModel) BeginMoveColumns(sourceParent *qt.QModelIndex, sourceFirst int, sourceLast int, destinationParent *qt.QModelIndex, destinationColumn int) bool

BeginMoveColumns can only be called from a QPdfSearchModel that was directly constructed.

func (*QPdfSearchModel) BeginMoveRows

func (this *QPdfSearchModel) BeginMoveRows(sourceParent *qt.QModelIndex, sourceFirst int, sourceLast int, destinationParent *qt.QModelIndex, destinationRow int) bool

BeginMoveRows can only be called from a QPdfSearchModel that was directly constructed.

func (*QPdfSearchModel) BeginRemoveColumns

func (this *QPdfSearchModel) BeginRemoveColumns(parent *qt.QModelIndex, first int, last int)

BeginRemoveColumns can only be called from a QPdfSearchModel that was directly constructed.

func (*QPdfSearchModel) BeginRemoveRows

func (this *QPdfSearchModel) BeginRemoveRows(parent *qt.QModelIndex, first int, last int)

BeginRemoveRows can only be called from a QPdfSearchModel that was directly constructed.

func (*QPdfSearchModel) BeginResetModel

func (this *QPdfSearchModel) BeginResetModel()

BeginResetModel can only be called from a QPdfSearchModel that was directly constructed.

func (*QPdfSearchModel) ChangePersistentIndex

func (this *QPdfSearchModel) ChangePersistentIndex(from *qt.QModelIndex, to *qt.QModelIndex)

ChangePersistentIndex can only be called from a QPdfSearchModel that was directly constructed.

func (*QPdfSearchModel) ChangePersistentIndexList

func (this *QPdfSearchModel) ChangePersistentIndexList(from []qt.QModelIndex, to []qt.QModelIndex)

ChangePersistentIndexList can only be called from a QPdfSearchModel that was directly constructed.

func (*QPdfSearchModel) CreateIndex

func (this *QPdfSearchModel) CreateIndex(row int, column int) qt.QModelIndex

CreateIndex can only be called from a QPdfSearchModel that was directly constructed.

func (*QPdfSearchModel) Data

func (this *QPdfSearchModel) Data(index *qt.QModelIndex, role int) *qt.QVariant

func (*QPdfSearchModel) DecodeData

func (this *QPdfSearchModel) DecodeData(row int, column int, parent *qt.QModelIndex, stream *qt.QDataStream) bool

DecodeData can only be called from a QPdfSearchModel that was directly constructed.

func (*QPdfSearchModel) Delete

func (this *QPdfSearchModel) Delete()

Delete this object from C++ memory.

func (*QPdfSearchModel) Document

func (this *QPdfSearchModel) Document() *QPdfDocument

func (*QPdfSearchModel) DocumentChanged

func (this *QPdfSearchModel) DocumentChanged()

func (*QPdfSearchModel) EncodeData

func (this *QPdfSearchModel) EncodeData(indexes []qt.QModelIndex, stream *qt.QDataStream)

EncodeData can only be called from a QPdfSearchModel that was directly constructed.

func (*QPdfSearchModel) EndInsertColumns

func (this *QPdfSearchModel) EndInsertColumns()

EndInsertColumns can only be called from a QPdfSearchModel that was directly constructed.

func (*QPdfSearchModel) EndInsertRows

func (this *QPdfSearchModel) EndInsertRows()

EndInsertRows can only be called from a QPdfSearchModel that was directly constructed.

func (*QPdfSearchModel) EndMoveColumns

func (this *QPdfSearchModel) EndMoveColumns()

EndMoveColumns can only be called from a QPdfSearchModel that was directly constructed.

func (*QPdfSearchModel) EndMoveRows

func (this *QPdfSearchModel) EndMoveRows()

EndMoveRows can only be called from a QPdfSearchModel that was directly constructed.

func (*QPdfSearchModel) EndRemoveColumns

func (this *QPdfSearchModel) EndRemoveColumns()

EndRemoveColumns can only be called from a QPdfSearchModel that was directly constructed.

func (*QPdfSearchModel) EndRemoveRows

func (this *QPdfSearchModel) EndRemoveRows()

EndRemoveRows can only be called from a QPdfSearchModel that was directly constructed.

func (*QPdfSearchModel) EndResetModel

func (this *QPdfSearchModel) EndResetModel()

EndResetModel can only be called from a QPdfSearchModel that was directly constructed.

func (*QPdfSearchModel) GoGC

func (this *QPdfSearchModel) GoGC()

GoGC adds a Go Finalizer to this pointer, so that it will be deleted from C++ memory once it is unreachable from Go memory.

func (*QPdfSearchModel) IsSignalConnected

func (this *QPdfSearchModel) IsSignalConnected(signal *qt.QMetaMethod) bool

IsSignalConnected can only be called from a QPdfSearchModel that was directly constructed.

func (*QPdfSearchModel) MetaObject

func (this *QPdfSearchModel) MetaObject() *qt.QMetaObject

func (*QPdfSearchModel) Metacast

func (this *QPdfSearchModel) Metacast(param1 string) unsafe.Pointer

func (*QPdfSearchModel) OnBuddy

func (this *QPdfSearchModel) OnBuddy(slot func(super func(index *qt.QModelIndex) *qt.QModelIndex, index *qt.QModelIndex) *qt.QModelIndex)

func (*QPdfSearchModel) OnCanDropMimeData

func (this *QPdfSearchModel) OnCanDropMimeData(slot func(super func(data *qt.QMimeData, action qt.DropAction, row int, column int, parent *qt.QModelIndex) bool, data *qt.QMimeData, action qt.DropAction, row int, column int, parent *qt.QModelIndex) bool)

func (*QPdfSearchModel) OnCanFetchMore

func (this *QPdfSearchModel) OnCanFetchMore(slot func(super func(parent *qt.QModelIndex) bool, parent *qt.QModelIndex) bool)

func (*QPdfSearchModel) OnChildEvent

func (this *QPdfSearchModel) OnChildEvent(slot func(super func(event *qt.QChildEvent), event *qt.QChildEvent))

func (*QPdfSearchModel) OnConnectNotify

func (this *QPdfSearchModel) OnConnectNotify(slot func(super func(signal *qt.QMetaMethod), signal *qt.QMetaMethod))

func (*QPdfSearchModel) OnCustomEvent

func (this *QPdfSearchModel) OnCustomEvent(slot func(super func(event *qt.QEvent), event *qt.QEvent))

func (*QPdfSearchModel) OnData

func (this *QPdfSearchModel) OnData(slot func(super func(index *qt.QModelIndex, role int) *qt.QVariant, index *qt.QModelIndex, role int) *qt.QVariant)

func (*QPdfSearchModel) OnDisconnectNotify

func (this *QPdfSearchModel) OnDisconnectNotify(slot func(super func(signal *qt.QMetaMethod), signal *qt.QMetaMethod))

func (*QPdfSearchModel) OnDocumentChanged

func (this *QPdfSearchModel) OnDocumentChanged(slot func())

func (*QPdfSearchModel) OnDropMimeData

func (this *QPdfSearchModel) OnDropMimeData(slot func(super func(data *qt.QMimeData, action qt.DropAction, row int, column int, parent *qt.QModelIndex) bool, data *qt.QMimeData, action qt.DropAction, row int, column int, parent *qt.QModelIndex) bool)

func (*QPdfSearchModel) OnEvent

func (this *QPdfSearchModel) OnEvent(slot func(super func(event *qt.QEvent) bool, event *qt.QEvent) bool)

func (*QPdfSearchModel) OnEventFilter

func (this *QPdfSearchModel) OnEventFilter(slot func(super func(watched *qt.QObject, event *qt.QEvent) bool, watched *qt.QObject, event *qt.QEvent) bool)

func (*QPdfSearchModel) OnFetchMore

func (this *QPdfSearchModel) OnFetchMore(slot func(super func(parent *qt.QModelIndex), parent *qt.QModelIndex))

func (*QPdfSearchModel) OnFlags

func (this *QPdfSearchModel) OnFlags(slot func(super func(index *qt.QModelIndex) qt.ItemFlag, index *qt.QModelIndex) qt.ItemFlag)

func (*QPdfSearchModel) OnHeaderData

func (this *QPdfSearchModel) OnHeaderData(slot func(super func(section int, orientation qt.Orientation, role int) *qt.QVariant, section int, orientation qt.Orientation, role int) *qt.QVariant)

func (*QPdfSearchModel) OnIndex

func (this *QPdfSearchModel) OnIndex(slot func(super func(row int, column int, parent *qt.QModelIndex) *qt.QModelIndex, row int, column int, parent *qt.QModelIndex) *qt.QModelIndex)

func (*QPdfSearchModel) OnInsertColumns

func (this *QPdfSearchModel) OnInsertColumns(slot func(super func(column int, count int, parent *qt.QModelIndex) bool, column int, count int, parent *qt.QModelIndex) bool)

func (*QPdfSearchModel) OnInsertRows

func (this *QPdfSearchModel) OnInsertRows(slot func(super func(row int, count int, parent *qt.QModelIndex) bool, row int, count int, parent *qt.QModelIndex) bool)

func (*QPdfSearchModel) OnItemData

func (this *QPdfSearchModel) OnItemData(slot func(super func(index *qt.QModelIndex) map[int]qt.QVariant, index *qt.QModelIndex) map[int]qt.QVariant)

func (*QPdfSearchModel) OnMatch

func (this *QPdfSearchModel) OnMatch(slot func(super func(start *qt.QModelIndex, role int, value *qt.QVariant, hits int, flags qt.MatchFlag) []qt.QModelIndex, start *qt.QModelIndex, role int, value *qt.QVariant, hits int, flags qt.MatchFlag) []qt.QModelIndex)

func (*QPdfSearchModel) OnMimeData

func (this *QPdfSearchModel) OnMimeData(slot func(super func(indexes []qt.QModelIndex) *qt.QMimeData, indexes []qt.QModelIndex) *qt.QMimeData)

func (*QPdfSearchModel) OnMimeTypes

func (this *QPdfSearchModel) OnMimeTypes(slot func(super func() []string) []string)

func (*QPdfSearchModel) OnMoveColumns

func (this *QPdfSearchModel) OnMoveColumns(slot func(super func(sourceParent *qt.QModelIndex, sourceColumn int, count int, destinationParent *qt.QModelIndex, destinationChild int) bool, sourceParent *qt.QModelIndex, sourceColumn int, count int, destinationParent *qt.QModelIndex, destinationChild int) bool)

func (*QPdfSearchModel) OnMoveRows

func (this *QPdfSearchModel) OnMoveRows(slot func(super func(sourceParent *qt.QModelIndex, sourceRow int, count int, destinationParent *qt.QModelIndex, destinationChild int) bool, sourceParent *qt.QModelIndex, sourceRow int, count int, destinationParent *qt.QModelIndex, destinationChild int) bool)

func (*QPdfSearchModel) OnRemoveColumns

func (this *QPdfSearchModel) OnRemoveColumns(slot func(super func(column int, count int, parent *qt.QModelIndex) bool, column int, count int, parent *qt.QModelIndex) bool)

func (*QPdfSearchModel) OnRemoveRows

func (this *QPdfSearchModel) OnRemoveRows(slot func(super func(row int, count int, parent *qt.QModelIndex) bool, row int, count int, parent *qt.QModelIndex) bool)

func (*QPdfSearchModel) OnRevert

func (this *QPdfSearchModel) OnRevert(slot func(super func()))

func (*QPdfSearchModel) OnRoleNames

func (this *QPdfSearchModel) OnRoleNames(slot func(super func() map[int][]byte) map[int][]byte)

func (*QPdfSearchModel) OnRowCount

func (this *QPdfSearchModel) OnRowCount(slot func(super func(parent *qt.QModelIndex) int, parent *qt.QModelIndex) int)

func (*QPdfSearchModel) OnSearchStringChanged

func (this *QPdfSearchModel) OnSearchStringChanged(slot func())

func (*QPdfSearchModel) OnSetData

func (this *QPdfSearchModel) OnSetData(slot func(super func(index *qt.QModelIndex, value *qt.QVariant, role int) bool, index *qt.QModelIndex, value *qt.QVariant, role int) bool)

func (*QPdfSearchModel) OnSetHeaderData

func (this *QPdfSearchModel) OnSetHeaderData(slot func(super func(section int, orientation qt.Orientation, value *qt.QVariant, role int) bool, section int, orientation qt.Orientation, value *qt.QVariant, role int) bool)

func (*QPdfSearchModel) OnSetItemData

func (this *QPdfSearchModel) OnSetItemData(slot func(super func(index *qt.QModelIndex, roles map[int]qt.QVariant) bool, index *qt.QModelIndex, roles map[int]qt.QVariant) bool)

func (*QPdfSearchModel) OnSibling

func (this *QPdfSearchModel) OnSibling(slot func(super func(row int, column int, idx *qt.QModelIndex) *qt.QModelIndex, row int, column int, idx *qt.QModelIndex) *qt.QModelIndex)

func (*QPdfSearchModel) OnSort

func (this *QPdfSearchModel) OnSort(slot func(super func(column int, order qt.SortOrder), column int, order qt.SortOrder))

func (*QPdfSearchModel) OnSpan

func (this *QPdfSearchModel) OnSpan(slot func(super func(index *qt.QModelIndex) *qt.QSize, index *qt.QModelIndex) *qt.QSize)

func (*QPdfSearchModel) OnSubmit

func (this *QPdfSearchModel) OnSubmit(slot func(super func() bool) bool)

func (*QPdfSearchModel) OnSupportedDragActions

func (this *QPdfSearchModel) OnSupportedDragActions(slot func(super func() qt.DropAction) qt.DropAction)

func (*QPdfSearchModel) OnSupportedDropActions

func (this *QPdfSearchModel) OnSupportedDropActions(slot func(super func() qt.DropAction) qt.DropAction)

func (*QPdfSearchModel) OnTimerEvent

func (this *QPdfSearchModel) OnTimerEvent(slot func(super func(event *qt.QTimerEvent), event *qt.QTimerEvent))

func (*QPdfSearchModel) PersistentIndexList

func (this *QPdfSearchModel) PersistentIndexList() []qt.QModelIndex

PersistentIndexList can only be called from a QPdfSearchModel that was directly constructed.

func (*QPdfSearchModel) Receivers

func (this *QPdfSearchModel) Receivers(signal string) int

Receivers can only be called from a QPdfSearchModel that was directly constructed.

func (*QPdfSearchModel) ResetInternalData

func (this *QPdfSearchModel) ResetInternalData()

ResetInternalData can only be called from a QPdfSearchModel that was directly constructed.

func (*QPdfSearchModel) ResultAtIndex

func (this *QPdfSearchModel) ResultAtIndex(index int) *QPdfSearchResult

func (*QPdfSearchModel) ResultsOnPage

func (this *QPdfSearchModel) ResultsOnPage(page int) []QPdfSearchResult

func (*QPdfSearchModel) RoleNames

func (this *QPdfSearchModel) RoleNames() map[int][]byte

func (*QPdfSearchModel) RowCount

func (this *QPdfSearchModel) RowCount(parent *qt.QModelIndex) int

func (*QPdfSearchModel) SearchString

func (this *QPdfSearchModel) SearchString() string

func (*QPdfSearchModel) SearchStringChanged

func (this *QPdfSearchModel) SearchStringChanged()

func (*QPdfSearchModel) Sender

func (this *QPdfSearchModel) Sender() *qt.QObject

Sender can only be called from a QPdfSearchModel that was directly constructed.

func (*QPdfSearchModel) SenderSignalIndex

func (this *QPdfSearchModel) SenderSignalIndex() int

SenderSignalIndex can only be called from a QPdfSearchModel that was directly constructed.

func (*QPdfSearchModel) SetDocument

func (this *QPdfSearchModel) SetDocument(document *QPdfDocument)

func (*QPdfSearchModel) SetSearchString

func (this *QPdfSearchModel) SetSearchString(searchString string)

func (*QPdfSearchModel) UnsafePointer

func (this *QPdfSearchModel) UnsafePointer() unsafe.Pointer

func (*QPdfSearchModel) UpdatePage

func (this *QPdfSearchModel) UpdatePage(page int)

UpdatePage can only be called from a QPdfSearchModel that was directly constructed.

type QPdfSearchModel__Role

type QPdfSearchModel__Role int
const (
	QPdfSearchModel__Page          QPdfSearchModel__Role = 256
	QPdfSearchModel__IndexOnPage   QPdfSearchModel__Role = 257
	QPdfSearchModel__Location      QPdfSearchModel__Role = 258
	QPdfSearchModel__ContextBefore QPdfSearchModel__Role = 259
	QPdfSearchModel__ContextAfter  QPdfSearchModel__Role = 260
	QPdfSearchModel___Count        QPdfSearchModel__Role = 261
)

type QPdfSearchResult

type QPdfSearchResult struct {
	*QPdfDestination
	// contains filtered or unexported fields
}

func NewQPdfSearchResult

func NewQPdfSearchResult() *QPdfSearchResult

NewQPdfSearchResult constructs a new QPdfSearchResult object.

func NewQPdfSearchResult2

func NewQPdfSearchResult2(param1 *QPdfSearchResult) *QPdfSearchResult

NewQPdfSearchResult2 constructs a new QPdfSearchResult object.

func UnsafeNewQPdfSearchResult

func UnsafeNewQPdfSearchResult(h unsafe.Pointer) *QPdfSearchResult

UnsafeNewQPdfSearchResult constructs the type using only unsafe pointers.

func (*QPdfSearchResult) ContextAfter

func (this *QPdfSearchResult) ContextAfter() string

func (*QPdfSearchResult) ContextBefore

func (this *QPdfSearchResult) ContextBefore() string

func (*QPdfSearchResult) Delete

func (this *QPdfSearchResult) Delete()

Delete this object from C++ memory.

func (*QPdfSearchResult) GoGC

func (this *QPdfSearchResult) GoGC()

GoGC adds a Go Finalizer to this pointer, so that it will be deleted from C++ memory once it is unreachable from Go memory.

func (*QPdfSearchResult) Rectangles

func (this *QPdfSearchResult) Rectangles() []qt.QRectF

func (*QPdfSearchResult) UnsafePointer

func (this *QPdfSearchResult) UnsafePointer() unsafe.Pointer

type QPdfSelection

type QPdfSelection struct {
	// contains filtered or unexported fields
}

func NewQPdfSelection

func NewQPdfSelection(other *QPdfSelection) *QPdfSelection

NewQPdfSelection constructs a new QPdfSelection object.

func UnsafeNewQPdfSelection

func UnsafeNewQPdfSelection(h unsafe.Pointer) *QPdfSelection

UnsafeNewQPdfSelection constructs the type using only unsafe pointers.

func (*QPdfSelection) BoundingRectangle

func (this *QPdfSelection) BoundingRectangle() *qt.QRectF

func (*QPdfSelection) CopyToClipboard

func (this *QPdfSelection) CopyToClipboard()

func (*QPdfSelection) CopyToClipboardWithMode

func (this *QPdfSelection) CopyToClipboardWithMode(mode qt.QClipboard__Mode)

func (*QPdfSelection) Delete

func (this *QPdfSelection) Delete()

Delete this object from C++ memory.

func (*QPdfSelection) EndIndex

func (this *QPdfSelection) EndIndex() int

func (*QPdfSelection) GoGC

func (this *QPdfSelection) GoGC()

GoGC adds a Go Finalizer to this pointer, so that it will be deleted from C++ memory once it is unreachable from Go memory.

func (*QPdfSelection) IsValid

func (this *QPdfSelection) IsValid() bool

func (*QPdfSelection) OperatorAssign

func (this *QPdfSelection) OperatorAssign(other *QPdfSelection)

func (*QPdfSelection) StartIndex

func (this *QPdfSelection) StartIndex() int

func (*QPdfSelection) Swap

func (this *QPdfSelection) Swap(other *QPdfSelection)

func (*QPdfSelection) Text

func (this *QPdfSelection) Text() string

func (*QPdfSelection) UnsafePointer

func (this *QPdfSelection) UnsafePointer() unsafe.Pointer

type QPdfView

type QPdfView struct {
	*qt.QAbstractScrollArea
	// contains filtered or unexported fields
}

func NewQPdfView

func NewQPdfView(parent *qt.QWidget) *QPdfView

NewQPdfView constructs a new QPdfView object.

func NewQPdfView2

func NewQPdfView2() *QPdfView

NewQPdfView2 constructs a new QPdfView object.

func UnsafeNewQPdfView

func UnsafeNewQPdfView(h unsafe.Pointer) *QPdfView

UnsafeNewQPdfView constructs the type using only unsafe pointers.

func (*QPdfView) Create

func (this *QPdfView) Create()

Create can only be called from a QPdfView that was directly constructed.

func (*QPdfView) Delete

func (this *QPdfView) Delete()

Delete this object from C++ memory.

func (*QPdfView) Destroy

func (this *QPdfView) Destroy()

Destroy can only be called from a QPdfView that was directly constructed.

func (*QPdfView) Document

func (this *QPdfView) Document() *QPdfDocument

func (*QPdfView) DocumentChanged

func (this *QPdfView) DocumentChanged(document *QPdfDocument)

func (*QPdfView) DocumentMargins

func (this *QPdfView) DocumentMargins() *qt.QMargins

func (*QPdfView) DocumentMarginsChanged

func (this *QPdfView) DocumentMarginsChanged(documentMargins qt.QMargins)

func (*QPdfView) DrawFrame

func (this *QPdfView) DrawFrame(param1 *qt.QPainter)

DrawFrame can only be called from a QPdfView that was directly constructed.

func (*QPdfView) FocusNextChild

func (this *QPdfView) FocusNextChild() bool

FocusNextChild can only be called from a QPdfView that was directly constructed.

func (*QPdfView) FocusPreviousChild

func (this *QPdfView) FocusPreviousChild() bool

FocusPreviousChild can only be called from a QPdfView that was directly constructed.

func (*QPdfView) GoGC

func (this *QPdfView) GoGC()

GoGC adds a Go Finalizer to this pointer, so that it will be deleted from C++ memory once it is unreachable from Go memory.

func (*QPdfView) InitStyleOption

func (this *QPdfView) InitStyleOption(option *qt.QStyleOptionFrame)

InitStyleOption can only be called from a QPdfView that was directly constructed.

func (*QPdfView) IsSignalConnected

func (this *QPdfView) IsSignalConnected(signal *qt.QMetaMethod) bool

IsSignalConnected can only be called from a QPdfView that was directly constructed.

func (*QPdfView) MetaObject

func (this *QPdfView) MetaObject() *qt.QMetaObject

func (*QPdfView) Metacast

func (this *QPdfView) Metacast(param1 string) unsafe.Pointer

func (*QPdfView) OnActionEvent

func (this *QPdfView) OnActionEvent(slot func(super func(event *qt.QActionEvent), event *qt.QActionEvent))

func (*QPdfView) OnChangeEvent

func (this *QPdfView) OnChangeEvent(slot func(super func(param1 *qt.QEvent), param1 *qt.QEvent))

func (*QPdfView) OnChildEvent

func (this *QPdfView) OnChildEvent(slot func(super func(event *qt.QChildEvent), event *qt.QChildEvent))

func (*QPdfView) OnCloseEvent

func (this *QPdfView) OnCloseEvent(slot func(super func(event *qt.QCloseEvent), event *qt.QCloseEvent))

func (*QPdfView) OnConnectNotify

func (this *QPdfView) OnConnectNotify(slot func(super func(signal *qt.QMetaMethod), signal *qt.QMetaMethod))

func (*QPdfView) OnContextMenuEvent

func (this *QPdfView) OnContextMenuEvent(slot func(super func(param1 *qt.QContextMenuEvent), param1 *qt.QContextMenuEvent))

func (*QPdfView) OnCustomEvent

func (this *QPdfView) OnCustomEvent(slot func(super func(event *qt.QEvent), event *qt.QEvent))

func (*QPdfView) OnDevType

func (this *QPdfView) OnDevType(slot func(super func() int) int)

func (*QPdfView) OnDisconnectNotify

func (this *QPdfView) OnDisconnectNotify(slot func(super func(signal *qt.QMetaMethod), signal *qt.QMetaMethod))

func (*QPdfView) OnDocumentChanged

func (this *QPdfView) OnDocumentChanged(slot func(document *QPdfDocument))

func (*QPdfView) OnDocumentMarginsChanged

func (this *QPdfView) OnDocumentMarginsChanged(slot func(documentMargins qt.QMargins))

func (*QPdfView) OnDragEnterEvent

func (this *QPdfView) OnDragEnterEvent(slot func(super func(param1 *qt.QDragEnterEvent), param1 *qt.QDragEnterEvent))

func (*QPdfView) OnDragLeaveEvent

func (this *QPdfView) OnDragLeaveEvent(slot func(super func(param1 *qt.QDragLeaveEvent), param1 *qt.QDragLeaveEvent))

func (*QPdfView) OnDragMoveEvent

func (this *QPdfView) OnDragMoveEvent(slot func(super func(param1 *qt.QDragMoveEvent), param1 *qt.QDragMoveEvent))

func (*QPdfView) OnDropEvent

func (this *QPdfView) OnDropEvent(slot func(super func(param1 *qt.QDropEvent), param1 *qt.QDropEvent))

func (*QPdfView) OnEnterEvent

func (this *QPdfView) OnEnterEvent(slot func(super func(event *qt.QEvent), event *qt.QEvent))

func (*QPdfView) OnEvent

func (this *QPdfView) OnEvent(slot func(super func(param1 *qt.QEvent) bool, param1 *qt.QEvent) bool)

func (*QPdfView) OnEventFilter

func (this *QPdfView) OnEventFilter(slot func(super func(param1 *qt.QObject, param2 *qt.QEvent) bool, param1 *qt.QObject, param2 *qt.QEvent) bool)

func (*QPdfView) OnFocusInEvent

func (this *QPdfView) OnFocusInEvent(slot func(super func(event *qt.QFocusEvent), event *qt.QFocusEvent))

func (*QPdfView) OnFocusNextPrevChild

func (this *QPdfView) OnFocusNextPrevChild(slot func(super func(next bool) bool, next bool) bool)

func (*QPdfView) OnFocusOutEvent

func (this *QPdfView) OnFocusOutEvent(slot func(super func(event *qt.QFocusEvent), event *qt.QFocusEvent))

func (*QPdfView) OnHasHeightForWidth

func (this *QPdfView) OnHasHeightForWidth(slot func(super func() bool) bool)

func (*QPdfView) OnHeightForWidth

func (this *QPdfView) OnHeightForWidth(slot func(super func(param1 int) int, param1 int) int)

func (*QPdfView) OnHideEvent

func (this *QPdfView) OnHideEvent(slot func(super func(event *qt.QHideEvent), event *qt.QHideEvent))

func (*QPdfView) OnInitPainter

func (this *QPdfView) OnInitPainter(slot func(super func(painter *qt.QPainter), painter *qt.QPainter))

func (*QPdfView) OnInputMethodEvent

func (this *QPdfView) OnInputMethodEvent(slot func(super func(param1 *qt.QInputMethodEvent), param1 *qt.QInputMethodEvent))

func (*QPdfView) OnInputMethodQuery

func (this *QPdfView) OnInputMethodQuery(slot func(super func(param1 qt.InputMethodQuery) *qt.QVariant, param1 qt.InputMethodQuery) *qt.QVariant)

func (*QPdfView) OnKeyPressEvent

func (this *QPdfView) OnKeyPressEvent(slot func(super func(param1 *qt.QKeyEvent), param1 *qt.QKeyEvent))

func (*QPdfView) OnKeyReleaseEvent

func (this *QPdfView) OnKeyReleaseEvent(slot func(super func(event *qt.QKeyEvent), event *qt.QKeyEvent))

func (*QPdfView) OnLeaveEvent

func (this *QPdfView) OnLeaveEvent(slot func(super func(event *qt.QEvent), event *qt.QEvent))

func (*QPdfView) OnMetric

func (this *QPdfView) OnMetric(slot func(super func(param1 qt.QPaintDevice__PaintDeviceMetric) int, param1 qt.QPaintDevice__PaintDeviceMetric) int)

func (*QPdfView) OnMinimumSizeHint

func (this *QPdfView) OnMinimumSizeHint(slot func(super func() *qt.QSize) *qt.QSize)

func (*QPdfView) OnMouseDoubleClickEvent

func (this *QPdfView) OnMouseDoubleClickEvent(slot func(super func(param1 *qt.QMouseEvent), param1 *qt.QMouseEvent))

func (*QPdfView) OnMouseMoveEvent

func (this *QPdfView) OnMouseMoveEvent(slot func(super func(param1 *qt.QMouseEvent), param1 *qt.QMouseEvent))

func (*QPdfView) OnMousePressEvent

func (this *QPdfView) OnMousePressEvent(slot func(super func(param1 *qt.QMouseEvent), param1 *qt.QMouseEvent))

func (*QPdfView) OnMouseReleaseEvent

func (this *QPdfView) OnMouseReleaseEvent(slot func(super func(param1 *qt.QMouseEvent), param1 *qt.QMouseEvent))

func (*QPdfView) OnMoveEvent

func (this *QPdfView) OnMoveEvent(slot func(super func(event *qt.QMoveEvent), event *qt.QMoveEvent))

func (*QPdfView) OnNativeEvent

func (this *QPdfView) OnNativeEvent(slot func(super func(eventType []byte, message unsafe.Pointer, result *int64) bool, eventType []byte, message unsafe.Pointer, result *int64) bool)

func (*QPdfView) OnPageModeChanged

func (this *QPdfView) OnPageModeChanged(slot func(pageMode QPdfView__PageMode))

func (*QPdfView) OnPageSpacingChanged

func (this *QPdfView) OnPageSpacingChanged(slot func(pageSpacing int))

func (*QPdfView) OnPaintEngine

func (this *QPdfView) OnPaintEngine(slot func(super func() *qt.QPaintEngine) *qt.QPaintEngine)

func (*QPdfView) OnPaintEvent

func (this *QPdfView) OnPaintEvent(slot func(super func(event *qt.QPaintEvent), event *qt.QPaintEvent))

func (*QPdfView) OnRedirected

func (this *QPdfView) OnRedirected(slot func(super func(offset *qt.QPoint) *qt.QPaintDevice, offset *qt.QPoint) *qt.QPaintDevice)

func (*QPdfView) OnResizeEvent

func (this *QPdfView) OnResizeEvent(slot func(super func(event *qt.QResizeEvent), event *qt.QResizeEvent))

func (*QPdfView) OnScrollContentsBy

func (this *QPdfView) OnScrollContentsBy(slot func(super func(dx int, dy int), dx int, dy int))

func (*QPdfView) OnSetVisible

func (this *QPdfView) OnSetVisible(slot func(super func(visible bool), visible bool))

func (*QPdfView) OnSetupViewport

func (this *QPdfView) OnSetupViewport(slot func(super func(viewport *qt.QWidget), viewport *qt.QWidget))

func (*QPdfView) OnSharedPainter

func (this *QPdfView) OnSharedPainter(slot func(super func() *qt.QPainter) *qt.QPainter)

func (*QPdfView) OnShowEvent

func (this *QPdfView) OnShowEvent(slot func(super func(event *qt.QShowEvent), event *qt.QShowEvent))

func (*QPdfView) OnSizeHint

func (this *QPdfView) OnSizeHint(slot func(super func() *qt.QSize) *qt.QSize)

func (*QPdfView) OnTabletEvent

func (this *QPdfView) OnTabletEvent(slot func(super func(event *qt.QTabletEvent), event *qt.QTabletEvent))

func (*QPdfView) OnTimerEvent

func (this *QPdfView) OnTimerEvent(slot func(super func(event *qt.QTimerEvent), event *qt.QTimerEvent))

func (*QPdfView) OnViewportEvent

func (this *QPdfView) OnViewportEvent(slot func(super func(param1 *qt.QEvent) bool, param1 *qt.QEvent) bool)

func (*QPdfView) OnViewportSizeHint

func (this *QPdfView) OnViewportSizeHint(slot func(super func() *qt.QSize) *qt.QSize)

func (*QPdfView) OnWheelEvent

func (this *QPdfView) OnWheelEvent(slot func(super func(param1 *qt.QWheelEvent), param1 *qt.QWheelEvent))

func (*QPdfView) OnZoomFactorChanged

func (this *QPdfView) OnZoomFactorChanged(slot func(zoomFactor float64))

func (*QPdfView) OnZoomModeChanged

func (this *QPdfView) OnZoomModeChanged(slot func(zoomMode QPdfView__ZoomMode))

func (*QPdfView) PageMode

func (this *QPdfView) PageMode() QPdfView__PageMode

func (*QPdfView) PageModeChanged

func (this *QPdfView) PageModeChanged(pageMode QPdfView__PageMode)

func (*QPdfView) PageNavigation

func (this *QPdfView) PageNavigation() *QPdfPageNavigation

func (*QPdfView) PageSpacing

func (this *QPdfView) PageSpacing() int

func (*QPdfView) PageSpacingChanged

func (this *QPdfView) PageSpacingChanged(pageSpacing int)

func (*QPdfView) Receivers

func (this *QPdfView) Receivers(signal string) int

Receivers can only be called from a QPdfView that was directly constructed.

func (*QPdfView) Sender

func (this *QPdfView) Sender() *qt.QObject

Sender can only be called from a QPdfView that was directly constructed.

func (*QPdfView) SenderSignalIndex

func (this *QPdfView) SenderSignalIndex() int

SenderSignalIndex can only be called from a QPdfView that was directly constructed.

func (*QPdfView) SetDocument

func (this *QPdfView) SetDocument(document *QPdfDocument)

func (*QPdfView) SetDocumentMargins

func (this *QPdfView) SetDocumentMargins(margins qt.QMargins)

func (*QPdfView) SetPageMode

func (this *QPdfView) SetPageMode(mode QPdfView__PageMode)

func (*QPdfView) SetPageSpacing

func (this *QPdfView) SetPageSpacing(spacing int)

func (*QPdfView) SetViewportMargins

func (this *QPdfView) SetViewportMargins(left int, top int, right int, bottom int)

SetViewportMargins can only be called from a QPdfView that was directly constructed.

func (*QPdfView) SetZoomFactor

func (this *QPdfView) SetZoomFactor(factor float64)

func (*QPdfView) SetZoomMode

func (this *QPdfView) SetZoomMode(mode QPdfView__ZoomMode)

func (*QPdfView) UnsafePointer

func (this *QPdfView) UnsafePointer() unsafe.Pointer

func (*QPdfView) UpdateMicroFocus

func (this *QPdfView) UpdateMicroFocus()

UpdateMicroFocus can only be called from a QPdfView that was directly constructed.

func (*QPdfView) ViewportMargins

func (this *QPdfView) ViewportMargins() qt.QMargins

ViewportMargins can only be called from a QPdfView that was directly constructed.

func (*QPdfView) ZoomFactor

func (this *QPdfView) ZoomFactor() float64

func (*QPdfView) ZoomFactorChanged

func (this *QPdfView) ZoomFactorChanged(zoomFactor float64)

func (*QPdfView) ZoomMode

func (this *QPdfView) ZoomMode() QPdfView__ZoomMode

func (*QPdfView) ZoomModeChanged

func (this *QPdfView) ZoomModeChanged(zoomMode QPdfView__ZoomMode)

type QPdfView__PageMode

type QPdfView__PageMode int
const (
	QPdfView__SinglePage QPdfView__PageMode = 0
	QPdfView__MultiPage  QPdfView__PageMode = 1
)

type QPdfView__ZoomMode

type QPdfView__ZoomMode int
const (
	QPdfView__CustomZoom QPdfView__ZoomMode = 0
	QPdfView__FitToWidth QPdfView__ZoomMode = 1
	QPdfView__FitInView  QPdfView__ZoomMode = 2
)

type QPdf__RenderFlag

type QPdf__RenderFlag int
const (
	QPdf__NoRenderFlags         QPdf__RenderFlag = 0
	QPdf__RenderAnnotations     QPdf__RenderFlag = 1
	QPdf__RenderOptimizedForLcd QPdf__RenderFlag = 2
	QPdf__RenderGrayscale       QPdf__RenderFlag = 4
	QPdf__RenderForceHalftone   QPdf__RenderFlag = 8
	QPdf__RenderTextAliased     QPdf__RenderFlag = 16
	QPdf__RenderImageAliased    QPdf__RenderFlag = 32
	QPdf__RenderPathAliased     QPdf__RenderFlag = 64
)

type QPdf__Rotation

type QPdf__Rotation int
const (
	QPdf__Rotate0   QPdf__Rotation = 0
	QPdf__Rotate90  QPdf__Rotation = 1
	QPdf__Rotate180 QPdf__Rotation = 2
	QPdf__Rotate270 QPdf__Rotation = 3
)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL