kitchensync
QSync::Member Class Reference
List of all members.Detailed Description
Definition at line 33 of file member.h.
Public Member Functions | |
Member () | |
~Member () | |
bool | isValid () const |
QString | configurationDirectory () const |
QString | pluginName () const |
Plugin | plugin () const |
int | id () const |
void | setName (const QString &name) |
QString | name () const |
void | setConfiguration (const QByteArray &configurationData) |
Result | configuration (QByteArray &configurationData, bool useDefault=true) |
Result | save () |
Result | instance (const Plugin &) |
bool | operator== (const Member &) const |
QString | scanDevices (const QString &query) |
bool | testConnection (const QString &configuration) |
Friends | |
class | Group |
class | SyncChange |
class | SyncMemberUpdate |
Member Function Documentation
|
Gets the configuration data as byte array. The developer has to decide the type of the data ( e.g. xml, plain text, binary ).
Definition at line 109 of file member.cpp. |
|
Returns the configuration directory.
Definition at line 54 of file member.cpp. |
|
Returns the id of the plugin.
Definition at line 81 of file member.cpp. |
|
Make this member an instance of the given plugin.
Definition at line 144 of file member.cpp. |
|
Returns whether the member object is valid.
Definition at line 38 of file member.cpp. |
|
Returns the name of this member.
Definition at line 95 of file member.cpp. |
|
Returns the plugin, the member belongs to.
Definition at line 68 of file member.cpp. |
|
Returns the name of the plugin, the member belongs to.
Definition at line 61 of file member.cpp. |
|
Saves the changes to the configuration to hard disc.
Definition at line 133 of file member.cpp. |
|
This method can be used to query the plugin for scanning devices. The
Definition at line 158 of file member.cpp. |
|
Sets the configuration data as byte array. The developer has to decide the type of the data ( e.g. xml, plain text, binary ). Definition at line 102 of file member.cpp. |
|
Sets the name of this member.
Definition at line 88 of file member.cpp. |
|
This method can be used to test whether the plugin can connect to the device with the given configuration.
Definition at line 174 of file member.cpp. |
The documentation for this class was generated from the following files: