Skip to main content

QTextBrowserSignals

Hierarchy

QTextEditSignals

QTextBrowserSignals

Index

Properties

Properties

anchorClicked

anchorClicked: function

Type declaration:

▸ (link: QUrl): void

Parameters:

NameType
linkQUrl

backwardAvailable

backwardAvailable: function

Type declaration:

▸ (available: boolean): void

Parameters:

NameType
availableboolean

copyAvailable

copyAvailable: function

Inherited from QTextEditSignals.copyAvailable

Type declaration:

▸ (yes: boolean): void

Parameters:

NameType
yesboolean

cursorPositionChanged

cursorPositionChanged: function

Inherited from QTextEditSignals.cursorPositionChanged

Type declaration:

▸ (): void


customContextMenuRequested

customContextMenuRequested: function

Inherited from QMenuSignals.customContextMenuRequested

Type declaration:

▸ (pos: object): void

Parameters:

pos: object

NameType
xnumber
ynumber

forwardAvailable

forwardAvailable: function

Type declaration:

▸ (available: boolean): void

Parameters:

NameType
availableboolean

highlighted

highlighted: function

Type declaration:

▸ (link: string): void

Parameters:

NameType
linkstring

historyChanged

historyChanged: function

Type declaration:

▸ (): void


objectNameChanged

objectNameChanged: function

Inherited from QObjectSignals.objectNameChanged

Type declaration:

▸ (objectName: string): void

Parameters:

NameType
objectNamestring

redoAvailable

redoAvailable: function

Inherited from QTextEditSignals.redoAvailable

Type declaration:

▸ (available: boolean): void

Parameters:

NameType
availableboolean

selectionChanged

selectionChanged: function

Inherited from QTextEditSignals.selectionChanged

Type declaration:

▸ (): void


sourceChanged

sourceChanged: function

Type declaration:

▸ (src: QUrl): void

Parameters:

NameType
srcQUrl

textChanged

textChanged: function

Inherited from QTextEditSignals.textChanged

Type declaration:

▸ (): void


undoAvailable

undoAvailable: function

Inherited from QTextEditSignals.undoAvailable

Type declaration:

▸ (available: boolean): void

Parameters:

NameType
availableboolean

windowIconChanged

windowIconChanged: function

Inherited from QMenuSignals.windowIconChanged

Type declaration:

▸ (iconNative: NativeElement): void

Parameters:

NameType
iconNativeNativeElement

windowTitleChanged

windowTitleChanged: function

Inherited from QMenuSignals.windowTitleChanged

Type declaration:

▸ (title: string): void

Parameters:

NameType
titlestring