QTextBrowserSignals
Hierarchy
↳ QTextEditSignals
↳ QTextBrowserSignals
Index
Properties
- anchorClicked
- backwardAvailable
- copyAvailable
- cursorPositionChanged
- customContextMenuRequested
- forwardAvailable
- highlighted
- historyChanged
- objectNameChanged
- redoAvailable
- selectionChanged
- sourceChanged
- textChanged
- undoAvailable
- windowIconChanged
- windowTitleChanged
Properties
anchorClicked
• anchorClicked: function
Type declaration:
â–¸ (link
: QUrl): void
Parameters:
Name | Type |
---|---|
link | QUrl |
backwardAvailable
• backwardAvailable: function
Type declaration:
â–¸ (available
: boolean): void
Parameters:
Name | Type |
---|---|
available | boolean |
copyAvailable
• copyAvailable: function
Inherited from QTextEditSignals.copyAvailable
Type declaration:
â–¸ (yes
: boolean): void
Parameters:
Name | Type |
---|---|
yes | boolean |
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
Name | Type |
---|---|
x | number |
y | number |
forwardAvailable
• forwardAvailable: function
Type declaration:
â–¸ (available
: boolean): void
Parameters:
Name | Type |
---|---|
available | boolean |
highlighted
• highlighted: function
Type declaration:
â–¸ (link
: string): void
Parameters:
Name | Type |
---|---|
link | string |
historyChanged
• historyChanged: function
Type declaration:
â–¸ (): void
objectNameChanged
• objectNameChanged: function
Inherited from QObjectSignals.objectNameChanged
Type declaration:
â–¸ (objectName
: string): void
Parameters:
Name | Type |
---|---|
objectName | string |
redoAvailable
• redoAvailable: function
Inherited from QTextEditSignals.redoAvailable
Type declaration:
â–¸ (available
: boolean): void
Parameters:
Name | Type |
---|---|
available | boolean |
selectionChanged
• selectionChanged: function
Inherited from QTextEditSignals.selectionChanged
Type declaration:
â–¸ (): void
sourceChanged
• sourceChanged: function
Type declaration:
â–¸ (src
: QUrl): void
Parameters:
Name | Type |
---|---|
src | QUrl |
textChanged
• textChanged: function
Inherited from QTextEditSignals.textChanged
Type declaration:
â–¸ (): void
undoAvailable
• undoAvailable: function
Inherited from QTextEditSignals.undoAvailable
Type declaration:
â–¸ (available
: boolean): void
Parameters:
Name | Type |
---|---|
available | boolean |
windowIconChanged
• windowIconChanged: function
Inherited from QMenuSignals.windowIconChanged
Type declaration:
â–¸ (iconNative
: NativeElement): void
Parameters:
Name | Type |
---|---|
iconNative | NativeElement |
windowTitleChanged
• windowTitleChanged: function
Inherited from QMenuSignals.windowTitleChanged
Type declaration:
â–¸ (title
: string): void
Parameters:
Name | Type |
---|---|
title | string |