#include <prompt.h>
Public Member Functions | |
Prompt (string prompt, QueryNamesForPrefix toQuery) | |
string | prompt () const |
QueryNamesForPrefix | toQuery () const |
Private Attributes | |
string | prompt_ |
QueryNamesForPrefix | toQuery_ |
Definition at line 23 of file prompt.h.
Prompt::Prompt | ( | string | prompt, | |
QueryNamesForPrefix | toQuery | |||
) |
string Prompt::prompt | ( | ) | const |
QueryNamesForPrefix Prompt::toQuery | ( | ) | const |
Definition at line 20 of file prompt.cpp.
References toQuery_.
Referenced by InputBar::queryText(), and InputBar::removeChar().
string Prompt::prompt_ [private] |
QueryNamesForPrefix Prompt::toQuery_ [private] |