nodeguy/website/docs/api/generated/interfaces/qplaintexteditsignals.md
2020-01-24 23:05:01 +01:00

3.6 KiB

id title sidebar_label
qplaintexteditsignals QPlainTextEditSignals QPlainTextEditSignals

Hierarchy

QWidgetSignals

QPlainTextEditSignals

Index

Properties

Properties

blockCountChanged

blockCountChanged: function

Type declaration:

▸ (blockCount: number): void

Parameters:

Name Type
blockCount number

copyAvailable

copyAvailable: function

Type declaration:

▸ (yes: boolean): void

Parameters:

Name Type
yes boolean

cursorPositionChanged

cursorPositionChanged: function

Type declaration:

▸ (): void


customContextMenuRequested

customContextMenuRequested: function

Inherited from QWidgetSignals.customContextMenuRequested

Type declaration:

▸ (pos: object): void

Parameters:

pos: object

Name Type
x number
y number

modificationChanged

modificationChanged: function

Type declaration:

▸ (changed: boolean): void

Parameters:

Name Type
changed boolean

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 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