kpilot/lib
KPilotUser Class Reference
List of all members.Detailed Description
Definition at line 40 of file pilotUser.h.
Public Member Functions | |
KPilotUser () | |
KPilotUser (const PilotUser *user) | |
PilotUser * | pilotUser () |
const char * | getUserName () const |
void | setUserName (const QString &name) |
const int | getPasswordLength () const |
const char * | getPassword () const |
void | setPassword (const QString &password) |
unsigned long | getUserID () const |
unsigned long | getViewerID () const |
unsigned long | getLastSyncPC () const |
void | setLastSyncPC (unsigned long pc) |
time_t | getLastSuccessfulSyncDate () |
void | setLastSuccessfulSyncDate (time_t when) |
time_t | getLastSyncDate () |
void | setLastSyncDate (time_t when) |
Constructor & Destructor Documentation
|
Constructor. Create an empty PilotUser structure. Definition at line 44 of file pilotUser.h. |
|
Constructor. Use the given PilotUser structure. This creates a copy; no ownership is transferred. Definition at line 51 of file pilotUser.h. |
Member Function Documentation
|
Definition at line 132 of file pilotUser.h. |
|
Definition at line 143 of file pilotUser.h. |
|
Definition at line 116 of file pilotUser.h. |
|
Definition at line 83 of file pilotUser.h. |
|
Definition at line 78 of file pilotUser.h. |
|
Accessor for the user ID value; returned as a handheld long value (4 bytes).
Definition at line 99 of file pilotUser.h. |
|
Definition at line 63 of file pilotUser.h. |
|
Accessor for the viewer ID value; returned as a handheld long value (4 bytes).
Definition at line 107 of file pilotUser.h. |
|
Accessor for the whole PilotUser structure.
Definition at line 57 of file pilotUser.h. |
|
Set the timestamp for a successful sync.
Definition at line 137 of file pilotUser.h. |
|
Set the timestamp of the sync attempt.
Definition at line 148 of file pilotUser.h. |
|
Set the ID of the PC syncing the handheld to This should be unique in some way (perhaps IP addresses can be used this way, or hostnames). Definition at line 124 of file pilotUser.h. |
|
Set the password for the user to
Definition at line 90 of file pilotUser.h. |
|
Set the user name to the given
Definition at line 70 of file pilotUser.h. |
The documentation for this class was generated from the following file: