sbPropertyUpdate Class Reference

Class to hold onto property updates to make sure we're not applying them more than once. More...

#include <sbPlayQueueExternalLibraryListener.h>

Public Member Functions

 sbPropertyUpdate (sbIMediaItem *aItem, sbIPropertyArray *aUpdate)
 
bool operator== (sbPropertyUpdate rhs)
 

Public Attributes

nsCOMPtr< sbIMediaItemmItem
 
nsCOMPtr< sbIPropertyArraymUpdate
 

Detailed Description

Class to hold onto property updates to make sure we're not applying them more than once.

Definition at line 51 of file sbPlayQueueExternalLibraryListener.h.

Constructor & Destructor Documentation

sbPropertyUpdate::sbPropertyUpdate ( sbIMediaItem aItem,
sbIPropertyArray aUpdate 
)
inline

Definition at line 53 of file sbPlayQueueExternalLibraryListener.h.

Member Function Documentation

bool sbPropertyUpdate::operator== ( sbPropertyUpdate  rhs)

Definition at line 66 of file sbPlayQueueExternalLibraryListener.cpp.

Member Data Documentation

nsCOMPtr<sbIMediaItem> sbPropertyUpdate::mItem

Definition at line 60 of file sbPlayQueueExternalLibraryListener.h.

nsCOMPtr<sbIPropertyArray> sbPropertyUpdate::mUpdate

Definition at line 61 of file sbPlayQueueExternalLibraryListener.h.


The documentation for this class was generated from the following files: