NetSurf
|
Public Member Functions | |
LoginAlert (nserror(*callback)(const char *username, const char *password, void *pw), void *callbaclpw, nsurl *url, const char *host, const char *realm, const char *text) | |
virtual | ~LoginAlert () |
void | MessageReceived (BMessage *message) |
Private Attributes | |
nsurl * | fUrl |
URL being fetched. More... | |
BString | fHost |
Host for user display. More... | |
BString | fRealm |
Authentication realm. More... | |
nserror(* | fCallback )(const char *username, const char *password, void *pw) |
void * | fCallbackPw |
BTextControl * | fUserControl |
BTextControl * | fPassControl |
LoginAlert::LoginAlert | ( | nserror(*)(const char *username, const char *password, void *pw) | callback, |
void * | callbaclpw, | ||
nsurl * | url, | ||
const char * | host, | ||
const char * | realm, | ||
const char * | text | ||
) |
Definition at line 81 of file login.cpp.
References fCallback, fCallbackPw, fHost, fPassControl, fRealm, fUrl, fUserControl, TC_H, and TC_MARGIN.
void LoginAlert::MessageReceived | ( | BMessage * | message | ) |
Definition at line 139 of file login.cpp.
References fCallback, fCallbackPw, fHost, fPassControl, fRealm, fUrl, fUserControl, and nsbeos_pipe_message().
|
private |
Definition at line 62 of file login.cpp.
Referenced by LoginAlert(), and MessageReceived().
|
private |
Definition at line 65 of file login.cpp.
Referenced by LoginAlert(), and MessageReceived().
|
private |
Host for user display.
Definition at line 60 of file login.cpp.
Referenced by LoginAlert(), and MessageReceived().
|
private |
Definition at line 68 of file login.cpp.
Referenced by LoginAlert(), and MessageReceived().
|
private |
Authentication realm.
Definition at line 61 of file login.cpp.
Referenced by LoginAlert(), and MessageReceived().
|
private |
URL being fetched.
Definition at line 59 of file login.cpp.
Referenced by LoginAlert(), and MessageReceived().
|
private |
Definition at line 67 of file login.cpp.
Referenced by LoginAlert(), and MessageReceived().