#include <AccountForm.h>
Inheritance diagram for AccountForm:
Public Member Functions | |
AccountForm (Web *) | |
~AccountForm () | |
void | Process () |
void | Display (long) |
void | Select (const std::string &) |
void | List () |
Private Attributes | |
bool | m_bPass |
bool | m_bEmail |
bool | m_bExists |
bool | m_bName |
std::string | m_email |
std::string | m_name |
std::string | m_show |
Definition at line 31 of file AccountForm.h.
|
File ......... AccountForm.cpp Published .... 2004-07-09 Author ....... grymse@alhem.net Definition at line 32 of file AccountForm.cpp. References AccountForm(). Referenced by AccountForm().
|
|
Definition at line 41 of file AccountForm.cpp.
|
|
Definition at line 147 of file AccountForm.cpp. References Display(), m_bEmail, m_bExists, m_bName, m_bPass, m_email, m_name, and m_show. Referenced by Display(), and IWeb::GenerateDocument().
|
|
Definition at line 40 of file AccountForm.h.
|
|
Definition at line 46 of file AccountForm.cpp. References m_bEmail, m_bExists, m_bName, m_bPass, m_email, m_name, and m_show.
|
|
Definition at line 39 of file AccountForm.h. References Select(). Referenced by Select().
|
|
Definition at line 44 of file AccountForm.h. |
|
Definition at line 45 of file AccountForm.h. |
|
Definition at line 46 of file AccountForm.h. |
|
Definition at line 43 of file AccountForm.h. |
|
Definition at line 47 of file AccountForm.h. |
|
Definition at line 48 of file AccountForm.h. |
|
Definition at line 49 of file AccountForm.h. |