5.1 KiB
| id | title | sidebar_label |
|---|---|---|
| qtextbrowsersignals | QTextBrowserSignals | QTextBrowserSignals |
Hierarchy
↳ 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 QWidgetSignals.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 QWidgetSignals.windowIconChanged
Type declaration:
▸ (iconNative: NativeElement): void
Parameters:
| Name | Type |
|---|---|
iconNative |
NativeElement |
windowTitleChanged
• windowTitleChanged: function
Inherited from QWidgetSignals.windowTitleChanged
Type declaration:
▸ (title: string): void
Parameters:
| Name | Type |
|---|---|
title |
string |