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 * | data () |
QString | name () const |
void | setName (const QString &name) |
const int | passwordLength () 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
|
Accessor for the whole PilotUser structure.
Definition at line 57 of file pilotUser.h. |
|
Definition at line 103 of file pilotUser.h. |
|
Definition at line 114 of file pilotUser.h. |
|
Definition at line 87 of file pilotUser.h. |
|
Definition at line 63 of file pilotUser.h. |
|
Definition at line 78 of file pilotUser.h. |
|
Set the timestamp for a successful sync.
Definition at line 108 of file pilotUser.h. |
|
Set the timestamp of the sync attempt.
Definition at line 119 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 95 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: