kpilot
KeyringHHRecord Class Reference
#include <keyringhhrecord.h>

Detailed Description
Definition at line 46 of file keyringhhrecord.h.
Public Member Functions | |
| QString | account () const |
| virtual bool | equal (const HHRecord *other) const |
| KeyringHHRecord (const QString &name=QString(), const QString &account=QString(), const QString &password=QString(), const QString ¬es=QString(), const QString &key=QString()) | |
| KeyringHHRecord (PilotRecord *rec, const QString &category, const QString &key) | |
| QDateTime | lastChangedDate () const |
| QString | name () const |
| QString | notes () const |
| QString | password () const |
| void | setAccount (const QString &account) |
| void | setLastChangedDate (const QDateTime &lastChangedDate) |
| void | setModified () |
| void | setName (const QString &name) |
| void | setNotes (const QString ¬es) |
| void | setPassword (const QString &password) |
| virtual QString | toString () const |
Constructor & Destructor Documentation
| KeyringHHRecord::KeyringHHRecord | ( | PilotRecord * | rec, | |
| const QString & | category, | |||
| const QString & | key | |||
| ) |
Definition at line 33 of file keyringhhrecord.cc.
| KeyringHHRecord::KeyringHHRecord | ( | const QString & | name = QString(), |
|
| const QString & | account = QString(), |
|||
| const QString & | password = QString(), |
|||
| const QString & | notes = QString(), |
|||
| const QString & | key = QString() | |||
| ) |
Definition at line 40 of file keyringhhrecord.cc.
Member Function Documentation
| QString KeyringHHRecord::account | ( | ) | const |
Definition at line 92 of file keyringhhrecord.cc.
| bool KeyringHHRecord::equal | ( | const HHRecord * | other | ) | const [virtual] |
Implemented virtual methods.
Returns whether or not the current record is equal to other. Implementing conduits should add support for both implementing records for this. This means that if pcRec->equal( hhRec ) is true, then also hhRec->equal( pcRec ) should be true.
Implements HHRecord.
Definition at line 66 of file keyringhhrecord.cc.
| QDateTime KeyringHHRecord::lastChangedDate | ( | ) | const |
Definition at line 113 of file keyringhhrecord.cc.
| QString KeyringHHRecord::name | ( | ) | const |
Definition at line 85 of file keyringhhrecord.cc.
| QString KeyringHHRecord::notes | ( | ) | const |
Definition at line 106 of file keyringhhrecord.cc.
| QString KeyringHHRecord::password | ( | ) | const |
Definition at line 99 of file keyringhhrecord.cc.
| void KeyringHHRecord::setAccount | ( | const QString & | account | ) |
Definition at line 127 of file keyringhhrecord.cc.
| void KeyringHHRecord::setLastChangedDate | ( | const QDateTime & | lastChangedDate | ) |
Definition at line 148 of file keyringhhrecord.cc.
| void KeyringHHRecord::setModified | ( | ) |
Methods added for the viewer/editor.
Marks the record as modified.
Definition at line 329 of file keyringhhrecord.cc.
| void KeyringHHRecord::setName | ( | const QString & | name | ) |
Definition at line 120 of file keyringhhrecord.cc.
| void KeyringHHRecord::setNotes | ( | const QString & | notes | ) |
Definition at line 141 of file keyringhhrecord.cc.
| void KeyringHHRecord::setPassword | ( | const QString & | password | ) |
Definition at line 134 of file keyringhhrecord.cc.
| QString KeyringHHRecord::toString | ( | ) | const [virtual] |
Returns a string representation of the record.
Reimplemented from HHRecord.
Definition at line 317 of file keyringhhrecord.cc.
The documentation for this class was generated from the following files:
KDE 4.2 API Reference