GME  13
Public Member Functions | Protected Attributes
GPromptImpl Class Reference

#include <Prompter.h>

Inheritance diagram for GPromptImpl:
Inheritance graph
[legend]
Collaboration diagram for GPromptImpl:
Collaboration graph
[legend]

List of all members.

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

Detailed Description

Definition at line 100 of file Prompter.h.


Constructor & Destructor Documentation

virtual GPromptImpl::~GPromptImpl ( ) [virtual]

Member Function Documentation

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.


Member Data Documentation

Definition at line 107 of file Prompter.h.

bool GPromptImpl::m_credsFilled [protected]

Definition at line 105 of file Prompter.h.

Definition at line 104 of file Prompter.h.

Definition at line 103 of file Prompter.h.


The documentation for this class was generated from the following file: