22 #ifndef TQSYNC_MEMBER_H 23 #define TQSYNC_MEMBER_H 25 #include <libqopensync/plugin.h> 26 #include <libqopensync/result.h> 27 #include <libqopensync/plugin.h> 36 friend class SyncChange; 37 friend class SyncMemberUpdate; 51 TQString configurationDirectory() const; 56 TQString pluginName() const; 61 Plugin plugin() const; 71 void setName( const TQString &name ); 76 TQString name() const; 82 void setConfiguration( const TQByteArray &configurationData ); 94 Result configuration( TQByteArray &configurationData, 95 bool useDefault = true ); 105 Result instance( const Plugin & ); 107 bool operator==( const Member& ) const; 114 TQString scanDevices( const TQString &query ); 120 bool testConnection( const TQString &configuration ); 123 OSyncMember *mMember;
|