Public Types |
Public Member Functions |
Static Public Member Functions |
Friends |
List of all members
TDEABC::Key Class Reference
#include <key.h>
Public Types | |
enum | Types { X509, PGP, Custom } |
typedef TQValueList< Key > | List |
typedef TQValueList< int > | TypeList |
Public Member Functions | |
Key (const TQString &text=TQString::null, int type=PGP) | |
~Key () | |
bool | operator== (const Key &) const |
bool | operator!= (const Key &) const |
void | setId (const TQString &id) |
TQString | id () const |
void | setBinaryData (const TQByteArray &binary) |
TQByteArray | binaryData () const |
void | setTextData (const TQString &text) |
TQString | textData () const |
bool | isBinary () const |
void | setType (int type) |
void | setCustomTypeString (const TQString &custom) |
int | type () const |
TQString | customTypeString () const |
Static Public Member Functions | |
static TypeList | typeList () |
static TQString | typeLabel (int type) |
Friends | |
KABC_EXPORT TQDataStream & | operator<< (TQDataStream &, const Key &) |
KABC_EXPORT TQDataStream & | operator>> (TQDataStream &, Key &) |
Detailed Description
Member Enumeration Documentation
enum TDEABC::Key::Types |
Constructor & Destructor Documentation
Key::Key | ( | const TQString & | text = TQString::null , |
int | type = PGP |
||
) |
Member Function Documentation
TQByteArray Key::binaryData | ( | ) | const |
TQString Key::customTypeString | ( | ) | const |
bool Key::isBinary | ( | ) | const |
void Key::setBinaryData | ( | const TQByteArray & | binary | ) |
void Key::setCustomTypeString | ( | const TQString & | custom | ) |
void Key::setId | ( | const TQString & | id | ) |
void Key::setTextData | ( | const TQString & | text | ) |
|
static |
|
static |
The documentation for this class was generated from the following files: