Public Member Functions | |
sbiTunesImporterEnumeratePropertiesData (sbIPropertyArray *aProperties, nsresult *rv) | |
bool | NeedsUpdating () const |
Public Attributes | |
nsCOMPtr< sbIPropertyArray > | mProperties |
nsCOMPtr< sbIMutablePropertyArray > | mChangedProperties |
This is a helper function that enumerates properties and compares the values to the property array passed to the constructor. It builds a list of properties that are different in mChangedProperties.
Definition at line 1297 of file sbiTunesImporter.cpp.
|
inline |
Initialize the internal properties and the changed property array
Definition at line 1302 of file sbiTunesImporter.cpp.
|
inline |
Returns true if there are any changed properties
Definition at line 1310 of file sbiTunesImporter.cpp.
nsCOMPtr<sbIMutablePropertyArray> sbiTunesImporterEnumeratePropertiesData::mChangedProperties |
The list of properties that have changed
Definition at line 1324 of file sbiTunesImporter.cpp.
nsCOMPtr<sbIPropertyArray> sbiTunesImporterEnumeratePropertiesData::mProperties |
A list of properties to compare
Definition at line 1320 of file sbiTunesImporter.cpp.