QComboBoxSignals
Hierarchy
↳ QWidgetSignals
↳ 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 |