kitchensync
QSync::SyncChange Class Reference
List of all members.Detailed Description
Definition at line 31 of file syncchange.h.
Public Types | |
enum | Type { UnknownChange, AddedChange, UnmodifiedChange, DeletedChange, ModifiedChange } |
Public Member Functions | |
SyncChange () | |
SyncChange (OSyncChange *) | |
~SyncChange () | |
bool | isValid () const |
void | setUid (const QString &uid) |
QString | uid () const |
void | setHash (const QString &hash) |
QString | hash () const |
void | setData (const QString &data) |
QString | data () const |
bool | hasData () const |
QString | objectFormatName () const |
Member | member () const |
void | setChangeType (Type changeType) |
Type | changeType () const |
Friends | |
class | SyncMapping |
Member Function Documentation
|
Returns the change type.
Definition at line 136 of file syncchange.cpp. |
|
Returns the data provided by the plugin.
Definition at line 72 of file syncchange.cpp. |
|
Returns whether the change contains data.
Definition at line 87 of file syncchange.cpp. |
|
Returns the hash of this change.
Definition at line 62 of file syncchange.cpp. |
|
Returns whether it's a valid SyncChange.
Definition at line 42 of file syncchange.cpp. |
|
Returns the parent member of this change.
Definition at line 100 of file syncchange.cpp. |
|
Returns the object format name.
Definition at line 92 of file syncchange.cpp. |
|
Sets the change type.
Definition at line 110 of file syncchange.cpp. |
|
Sets the data provided by the plugin.
Definition at line 67 of file syncchange.cpp. |
|
Sets the hash of this change.
Definition at line 57 of file syncchange.cpp. |
|
Sets the uid of this change.
Definition at line 47 of file syncchange.cpp. |
|
Returns the uid of this change.
Definition at line 52 of file syncchange.cpp. |
The documentation for this class was generated from the following files: