Skip to main content

QTextEditSignals

Hierarchy

QWidgetSignals

QTextEditSignals

QTextBrowserSignals

Index

Properties

Properties

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

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