Inherits QLineEdit, and GraphCanvas::ViewNotificationBus::Handler.
|
void | SelectedIndexChanged (const QModelIndex &index) |
|
void | OnUserActionComplete () |
|
void | OnMenuAboutToDisplay () |
|
void | OnFocusIn () |
|
void | OnFocusOut () |
|
|
| AZ_CLASS_ALLOCATOR (GraphCanvasComboBox, AZ::SystemAllocator) |
|
| GraphCanvasComboBox (ComboBoxItemModelInterface *comboBoxModel, QWidget *parent=nullptr) |
|
void | RegisterViewId (const ViewId &viewId) |
|
void | SetAnchorPoint (QPoint globalPoint) |
|
void | SetMenuWidth (qreal width) |
|
void | SetSelectedIndex (const QModelIndex &sourceIndex) |
|
QModelIndex | GetSelectedIndex () const |
|
void | ClearOutlineColor () |
|
void | ResetComboBox () |
|
void | CancelInput () |
|
void | HideMenu () |
|
bool | IsMenuVisible () const |
|
void | focusInEvent (QFocusEvent *focusEvent) override |
|
void | focusOutEvent (QFocusEvent *focusEvent) override |
|
void | keyPressEvent (QKeyEvent *keyEvent) override |
|
void | OnViewScrolled () override |
|
void | OnViewCenteredOnArea () override |
|
void | OnZoomChanged (qreal zoomLevel) override |
|
|
void | UserSelectedIndex (const QModelIndex &proxyIndex) |
|
void | OnTextChanged () |
|
void | OnOptionsClicked () |
|
void | OnReturnPressed () |
|
void | OnEditComplete () |
|
void | ClearFilter () |
|
void | UpdateFilter () |
|
void | CloseMenu () |
|
void | OnMenuFocusIn () |
|
void | OnMenuFocusOut () |
|
void | HandleFocusState () |
|
The documentation for this class was generated from the following file:
- Gems/GraphCanvas/Code/Source/Widgets/GraphCanvasComboBox.h