#include <IWeb.h>
Collaboration diagram for IWeb:

Public Member Functions | |
| IWeb () | |
| ~IWeb () | |
| void | ReadCookies () |
| void | FormInput () |
| void | CreateHeader () |
| void | GenerateDocument () |
| Database & | GetDatabase () |
| void | SetTheCookie () |
| long | GetUsernum () |
| void | SetUsernum (long x) |
| long | GetValid () |
| void | SetValid (long x) |
| long | GetForum () |
| void | SetForum (long x) |
| long | GetThread () |
| void | SetThread (long x) |
| long | GetPage () |
| void | SetPage (long x) |
| long | GetIndex () |
| void | SetIndex (long x) |
| long | GetQty () |
| void | SetQty (long x) |
| long | GetMessage () |
| void | SetMessage (long x) |
Private Attributes | |
| Database | m_db |
| SysLog | m_log |
| bool | m_bSetCookie |
| long | m_image |
| db::Image * | m_pImage |
| bool | m_image_tn |
| bool | m_not_modified |
| std::string | m_cookie_to_set |
| AccountForm | m_form1 |
| SettingsForm | m_form2 |
| ForumsForm | m_form3 |
| ThreadListForm | m_form4 |
| ViewThreadForm | m_form5 |
| NewThreadForm | m_form6 |
| NewMessageForm | m_form7 |
| EditMessageForm | m_form8 |
| long | m_usernum |
| long | m_valid |
| long | m_forum |
| long | m_thread |
| long | m_page |
| long | m_index |
| long | m_qty |
| long | m_message |
|
|
Definition at line 40 of file IWeb.cpp. References COOKIE_DOMAIN, COOKIE_PATH, m_db, m_form1, m_form2, m_form3, m_form4, m_form5, m_form6, m_form7, m_form8, and m_log.
|
|
|
Definition at line 79 of file IWeb.cpp.
|
|
|
Definition at line 136 of file IWeb.cpp. References BaseForm::GetMimeFromFilename(), m_bSetCookie, m_form1, m_image, m_image_tn, m_not_modified, m_pImage, and SetTheCookie().
|
|
|
Definition at line 100 of file IWeb.cpp. References m_db, m_image, m_image_tn, m_pImage, m_usernum, m_valid, and SetPage().
|
|
|
Definition at line 167 of file IWeb.cpp. References EditMessageForm::Display(), NewMessageForm::Display(), NewThreadForm::Display(), ViewThreadForm::Display(), ThreadListForm::Display(), ForumsForm::Display(), SettingsForm::Display(), AccountForm::Display(), GetDatabase(), m_cookie_to_set, m_form1, m_form2, m_form3, m_form4, m_form5, m_form6, m_form7, m_form8, m_forum, m_image, m_image_tn, m_message, m_not_modified, m_page, m_pImage, m_thread, m_usernum, m_valid, and SetPage().
|
|
|
Definition at line 55 of file IWeb.h. References m_db. Referenced by GenerateDocument().
|
|
|
Definition at line 66 of file IWeb.h. References m_forum.
|
|
|
Definition at line 72 of file IWeb.h. References m_index.
|
|
|
Definition at line 76 of file IWeb.h. References m_message.
|
|
|
Definition at line 70 of file IWeb.h. References m_page.
|
|
|
Definition at line 74 of file IWeb.h. References m_qty.
|
|
|
Definition at line 68 of file IWeb.h. References m_thread.
|
|
|
Definition at line 62 of file IWeb.h. References m_usernum.
|
|
|
Definition at line 64 of file IWeb.h. References m_valid.
|
|
|
Definition at line 84 of file IWeb.cpp. References m_forum, m_index, m_message, m_page, m_qty, m_thread, m_usernum, and m_valid.
|
|
|
Definition at line 67 of file IWeb.h. References m_bSetCookie, m_forum, and SetForum(). Referenced by SetForum().
|
|
|
Definition at line 73 of file IWeb.h. References m_bSetCookie, m_index, and SetIndex(). Referenced by SetIndex().
|
|
|
Definition at line 77 of file IWeb.h. References m_bSetCookie, m_message, and SetMessage(). Referenced by SetMessage().
|
|
|
Definition at line 71 of file IWeb.h. References m_bSetCookie, m_page, and SetPage(). Referenced by FormInput(), GenerateDocument(), and SetPage().
|
|
|
Definition at line 75 of file IWeb.h. References m_bSetCookie, m_qty, and SetQty(). Referenced by SetQty().
|
|
|
Definition at line 292 of file IWeb.cpp. References m_cookie_to_set, m_forum, m_index, m_message, m_page, m_qty, m_thread, m_usernum, and m_valid. Referenced by CreateHeader().
|
|
|
Definition at line 69 of file IWeb.h. References m_bSetCookie, m_thread, and SetThread(). Referenced by SetThread().
|
|
|
Definition at line 63 of file IWeb.h. References m_bSetCookie, m_usernum, and SetUsernum(). Referenced by SetUsernum().
|
|
|
Definition at line 65 of file IWeb.h. References m_bSetCookie, m_valid, and SetValid(). Referenced by SetValid().
|
|
|
Definition at line 82 of file IWeb.h. Referenced by CreateHeader(), SetForum(), SetIndex(), SetMessage(), SetPage(), SetQty(), SetThread(), SetUsernum(), and SetValid(). |
|
|
Definition at line 87 of file IWeb.h. Referenced by GenerateDocument(), and SetTheCookie(). |
|
|
Definition at line 80 of file IWeb.h. Referenced by FormInput(), GetDatabase(), and IWeb(). |
|
|
Definition at line 89 of file IWeb.h. Referenced by CreateHeader(), GenerateDocument(), and IWeb(). |
|
|
Definition at line 90 of file IWeb.h. Referenced by GenerateDocument(), and IWeb(). |
|
|
Definition at line 91 of file IWeb.h. Referenced by GenerateDocument(), and IWeb(). |
|
|
Definition at line 92 of file IWeb.h. Referenced by GenerateDocument(), and IWeb(). |
|
|
Definition at line 93 of file IWeb.h. Referenced by GenerateDocument(), and IWeb(). |
|
|
Definition at line 94 of file IWeb.h. Referenced by GenerateDocument(), and IWeb(). |
|
|
Definition at line 95 of file IWeb.h. Referenced by GenerateDocument(), and IWeb(). |
|
|
Definition at line 96 of file IWeb.h. Referenced by GenerateDocument(), and IWeb(). |
|
|
Definition at line 100 of file IWeb.h. Referenced by GenerateDocument(), GetForum(), ReadCookies(), SetForum(), and SetTheCookie(). |
|
|
Definition at line 83 of file IWeb.h. Referenced by CreateHeader(), FormInput(), and GenerateDocument(). |
|
|
Definition at line 85 of file IWeb.h. Referenced by CreateHeader(), FormInput(), and GenerateDocument(). |
|
|
Definition at line 103 of file IWeb.h. Referenced by GetIndex(), ReadCookies(), SetIndex(), and SetTheCookie(). |
|
|
Definition at line 81 of file IWeb.h. Referenced by IWeb(). |
|
|
Definition at line 105 of file IWeb.h. Referenced by GenerateDocument(), GetMessage(), ReadCookies(), SetMessage(), and SetTheCookie(). |
|
|
Definition at line 86 of file IWeb.h. Referenced by CreateHeader(), and GenerateDocument(). |
|
|
Definition at line 102 of file IWeb.h. Referenced by GenerateDocument(), GetPage(), ReadCookies(), SetPage(), and SetTheCookie(). |
|
|
Definition at line 84 of file IWeb.h. Referenced by CreateHeader(), FormInput(), and GenerateDocument(). |
|
|
Definition at line 104 of file IWeb.h. Referenced by GetQty(), ReadCookies(), SetQty(), and SetTheCookie(). |
|
|
Definition at line 101 of file IWeb.h. Referenced by GenerateDocument(), GetThread(), ReadCookies(), SetTheCookie(), and SetThread(). |
|
|
Definition at line 98 of file IWeb.h. Referenced by FormInput(), GenerateDocument(), GetUsernum(), ReadCookies(), SetTheCookie(), and SetUsernum(). |
|
|
Definition at line 99 of file IWeb.h. Referenced by FormInput(), GenerateDocument(), GetValid(), ReadCookies(), SetTheCookie(), and SetValid(). |
1.3.7