TrackGit
|
The Credentials Window class. More...
#include <CredentialsWindow.h>
Public Member Functions | |
CredentialsWindow (char *, char *) | |
Constructor for CredentialsWindow. More... | |
virtual void | MessageReceived (BMessage *) |
The handler to receive messages. More... | |
Private Attributes | |
BTextControl * | fUsername |
The text control for username. More... | |
BTextControl * | fPassword |
The text control for password. More... | |
char * | fUsernamePtr |
The username pointer. More... | |
char * | fPasswordPtr |
The password pointer. More... | |
The Credentials Window class.
Definition at line 21 of file CredentialsWindow.h.
CredentialsWindow::CredentialsWindow | ( | char * | usernamePtr, |
char * | passwordPtr | ||
) |
Constructor for CredentialsWindow.
usernamePtr | The username pointer. |
passwordPtr | The password pointer. |
Definition at line 22 of file CredentialsWindow.cpp.
|
virtual |
The handler to receive messages.
msg | The message. |
Definition at line 57 of file CredentialsWindow.cpp.
|
private |
The text control for password.
Definition at line 29 of file CredentialsWindow.h.
|
private |
The password pointer.
Definition at line 37 of file CredentialsWindow.h.
|
private |
The text control for username.
Definition at line 25 of file CredentialsWindow.h.
|
private |
The username pointer.
Definition at line 33 of file CredentialsWindow.h.