libopie PIM API Documentation

opimxrefpartner.h

Go to the documentation of this file.
00001 #ifndef OPIM_XREF_PARTNER_H
00002 #define OPIM_XREF_PARTNER_H
00003 
00004 #include <qstring.h>
00005 
00013 class OPimXRefPartner {
00014 public:
00015     OPimXRefPartner( const QString& service = QString::null,
00016                      int uid = 0, int field = -1 );
00017     OPimXRefPartner( const OPimXRefPartner& );
00018     OPimXRefPartner& operator=( const OPimXRefPartner& );
00019     ~OPimXRefPartner();
00020 
00021     bool operator==(const OPimXRefPartner& );
00022 
00023     QString service()const;
00024     int uid()const;
00025     int field()const;
00026 
00027     void setService( const QString& service );
00028     void setUid( int uid );
00029     void setField( int field );
00030 private:
00031     QString m_app;
00032     int m_uid;
00033     int m_field;
00034 
00035     class Private;
00036     Private* d;
00037 };
00038 
00039 
00040 #endif
KDE Logo
This file is part of the documentation for OPIE Version 1.1.
Documentation copyright © 1997-2003 the KDE developers. 2003 OPIE developers
Generated on Tue Feb 10 20:25:21 2004 by doxygen 1.3.5 written by Dimitri van Heesch, © 1997-2001