Skip to main content

QPlainTextEditSignals

Hierarchy

QWidgetSignals

QPlainTextEditSignals

Index

Properties

Properties

blockCountChanged

blockCountChanged: function

Type declaration:

▸ (blockCount: number): void

Parameters:

NameType
blockCountnumber

copyAvailable

copyAvailable: function

Type declaration:

▸ (yes: boolean): void

Parameters:

NameType
yesboolean

cursorPositionChanged

cursorPositionChanged: function

Type declaration:

▸ (): void


customContextMenuRequested

customContextMenuRequested: function

Inherited from QMenuSignals.customContextMenuRequested

Type declaration:

▸ (pos: object): void

Parameters:

pos: object

NameType
xnumber
ynumber

modificationChanged

modificationChanged: function

Type declaration:

▸ (changed: boolean): void

Parameters:

NameType
changedboolean

objectNameChanged

objectNameChanged: function

Inherited from QObjectSignals.objectNameChanged

Type declaration:

▸ (objectName: string): void

Parameters:

NameType
objectNamestring

redoAvailable

redoAvailable: function

Type declaration:

▸ (available: boolean): void

Parameters:

NameType
availableboolean

selectionChanged

selectionChanged: function

Type declaration:

▸ (): void


textChanged

textChanged: function

Type declaration:

▸ (): void


undoAvailable

undoAvailable: function

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