GME
13
|
#include <Prompter.h>
Public Member Functions | |
GPromptImpl () | |
virtual | ~GPromptImpl () |
virtual bool | prompt (const char *realm, const char *pi_username, bool maySave) |
virtual bool | askYesNo (const char *realm, const char *question, bool yesIsDefault) |
virtual int | askTrust (const char *question, bool maySave) |
virtual std::string | askQuestion (const char *realm, const char *question, bool showAnswer, bool maySave) |
virtual std::string | password () |
virtual std::string | username () |
Protected Attributes | |
std::string | m_uName |
std::string | m_pWord |
bool | m_credsFilled |
std::string | m_answer |
Definition at line 100 of file Prompter.h.
virtual GPromptImpl::~GPromptImpl | ( | ) | [virtual] |
virtual std::string GPromptImpl::askQuestion | ( | const char * | realm, |
const char * | question, | ||
bool | showAnswer, | ||
bool | maySave | ||
) | [virtual] |
Implements PromptImpl.
virtual int GPromptImpl::askTrust | ( | const char * | question, |
bool | maySave | ||
) | [virtual] |
Implements PromptImpl.
virtual bool GPromptImpl::askYesNo | ( | const char * | realm, |
const char * | question, | ||
bool | yesIsDefault | ||
) | [virtual] |
Implements PromptImpl.
virtual std::string GPromptImpl::password | ( | ) | [virtual] |
Implements PromptImpl.
virtual bool GPromptImpl::prompt | ( | const char * | realm, |
const char * | pi_username, | ||
bool | maySave | ||
) | [virtual] |
Implements PromptImpl.
virtual std::string GPromptImpl::username | ( | ) | [virtual] |
Implements PromptImpl.
std::string GPromptImpl::m_answer [protected] |
Definition at line 107 of file Prompter.h.
bool GPromptImpl::m_credsFilled [protected] |
Definition at line 105 of file Prompter.h.
std::string GPromptImpl::m_pWord [protected] |
Definition at line 104 of file Prompter.h.
std::string GPromptImpl::m_uName [protected] |
Definition at line 103 of file Prompter.h.