QTextEditSignals
Hierarchy
↳ QTextEditSignals
Index
Properties
- copyAvailable
- cursorPositionChanged
- customContextMenuRequested
- objectNameChanged
- redoAvailable
- selectionChanged
- textChanged
- undoAvailable
- windowIconChanged
- windowTitleChanged
Properties
copyAvailable
• copyAvailable: function
Type declaration:
▸ (yes: boolean): void
Parameters:
| Name | Type |
|---|---|
yes | boolean |
cursorPositionChanged
• cursorPositionChanged: function
Type declaration:
▸ (): void
customContextMenuRequested
• customContextMenuRequested: function
Inherited from QMenuSignals.customContextMenuRequested
Type declaration:
▸ (pos: object): void
Parameters:
▪ pos: object
| Name | Type |
|---|---|
x | number |
y | number |
objectNameChanged
• objectNameChanged: function
Inherited from QObjectSignals.objectNameChanged
Type declaration:
▸ (objectName: string): void
Parameters:
| Name | Type |
|---|---|
objectName | string |
redoAvailable
• redoAvailable: function
Type declaration:
▸ (available: boolean): void
Parameters:
| Name | Type |
|---|---|
available | boolean |
selectionChanged
• selectionChanged: function
Type declaration:
▸ (): void
textChanged
• textChanged: function
Type declaration:
▸ (): void
undoAvailable
• undoAvailable: function
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 |