|
WSF
|
#include <AutoCompletePopup.hpp>
Inherits QListWidget.

Public Member Functions | |
| SuggestionList (AutoCompletePopup *aParentPtr) | |
| void | keyPressEvent (QKeyEvent *event) override |
| bool | InterceptKeyDown (QKeyEvent *aEventPtr) |
| void | SetCurrentRow (int aRow, int aSearchDiration) |
| void | OnItemDoubleClick (QListWidgetItem *aItem) |
Public Attributes | |
| AutoCompletePopup * | mParentPtr |
|
inlineexplicit |
References wizard::AutoCompletePopup::AutoCompletePopup(), mParentPtr, and OnItemDoubleClick().
| bool wizard::AutoCompletePopup::SuggestionList::InterceptKeyDown | ( | QKeyEvent * | aEventPtr | ) |
References mParentPtr, and SetCurrentRow().
Referenced by keyPressEvent().
|
override |
References InterceptKeyDown().
| void wizard::AutoCompletePopup::SuggestionList::OnItemDoubleClick | ( | QListWidgetItem * | aItem | ) |
References mParentPtr.
Referenced by SuggestionList().
| void wizard::AutoCompletePopup::SuggestionList::SetCurrentRow | ( | int | aRow, |
| int | aSearchDiration ) |
Referenced by InterceptKeyDown().
| AutoCompletePopup* wizard::AutoCompletePopup::SuggestionList::mParentPtr |
Referenced by InterceptKeyDown(), OnItemDoubleClick(), and SuggestionList().