QComboBoxSignals
Hierarchy
↳ QComboBoxSignals
Index
Properties
- activated
- currentIndexChanged
- currentTextChanged
- customContextMenuRequested
- editTextChanged
- highlighted
- objectNameChanged
- textActivated
- textHighlighted
- windowIconChanged
- windowTitleChanged
Properties
activated
• activated: function
Type declaration:
▸ (index: number): void
Parameters:
| Name | Type |
|---|---|
index | number |
currentIndexChanged
• currentIndexChanged: function
Type declaration:
▸ (index: number): void
Parameters:
| Name | Type |
|---|---|
index | number |
currentTextChanged
• currentTextChanged: function
Type declaration:
▸ (text: string): void
Parameters:
| Name | Type |
|---|---|
text | string |
customContextMenuRequested
• customContextMenuRequested: function
Inherited from QMenuSignals.customContextMenuRequested
Type declaration:
▸ (pos: object): void
Parameters:
▪ pos: object
| Name | Type |
|---|---|
x | number |
y | number |
editTextChanged
• editTextChanged: function
Type declaration:
▸ (text: string): void
Parameters:
| Name | Type |
|---|---|
text | string |
highlighted
• highlighted: function
Type declaration:
▸ (index: number): void
Parameters:
| Name | Type |
|---|---|
index | number |
objectNameChanged
• objectNameChanged: function
Inherited from QObjectSignals.objectNameChanged
Type declaration:
▸ (objectName: string): void
Parameters:
| Name | Type |
|---|---|
objectName | string |
textActivated
• textActivated: function
Type declaration:
▸ (text: string): void
Parameters:
| Name | Type |
|---|---|
text | string |
textHighlighted
• textHighlighted: function
Type declaration:
▸ (text: string): void
Parameters:
| Name | Type |
|---|---|
text | string |
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 |