Mantid
|
HintStrategy : Provides an interface for generating hints to be used by a HintingLineEdit. More...
#include <HintStrategy.h>
Public Member Functions | |
virtual std::vector< Hint > | createHints ()=0 |
Create a list of hints for auto completion. More... | |
HintStrategy () | |
virtual | ~HintStrategy ()=default |
HintStrategy : Provides an interface for generating hints to be used by a HintingLineEdit.
Definition at line 19 of file HintStrategy.h.
|
inline |
Definition at line 21 of file HintStrategy.h.
|
virtualdefault |
|
pure virtual |
Create a list of hints for auto completion.
This is overwritten on the python side. However, leaving this as abstract method causes SIP issues in _common.sip
Implemented in MantidQt::MantidWidgets::AlgorithmHintStrategy.