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
◆ Types
enum TDEABC::Key::Types |
Constructor & Destructor Documentation
◆ Key()
Key::Key | ( | const TQString & | text = TQString::null , |
int | type = PGP |
||
) |
◆ ~Key()
Member Function Documentation
◆ binaryData()
TQByteArray Key::binaryData | ( | ) | const |
◆ customTypeString()
TQString Key::customTypeString | ( | ) | const |
◆ id()
◆ isBinary()
bool Key::isBinary | ( | ) | const |
◆ setBinaryData()
void Key::setBinaryData | ( | const TQByteArray & | binary | ) |
◆ setCustomTypeString()
void Key::setCustomTypeString | ( | const TQString & | custom | ) |
◆ setId()
void Key::setId | ( | const TQString & | id | ) |
◆ setTextData()
void Key::setTextData | ( | const TQString & | text | ) |
◆ setType()
◆ textData()
◆ type()
◆ typeLabel()
|
static |
◆ typeList()
|
static |
The documentation for this class was generated from the following files: