#include <sbFileSystemChange.h>
Public Member Functions | |
| sbFileSystemPathChange () | |
| sbFileSystemPathChange (const nsAString &aChangePath, EChangeType aChangeType) | |
| virtual | ~sbFileSystemPathChange () |
| nsresult | SetChangePath (const nsAString &aChangePath) |
| nsresult | GetChangePath (nsAString &aChangePath) |
Public Member Functions inherited from sbFileSystemChange | |
| sbFileSystemChange () | |
| virtual | ~sbFileSystemChange () |
| NS_DECL_ISUPPORTS NS_IMETHOD | SetChangeType (EChangeType aChangeType) |
| NS_IMETHOD | GetChangeType (EChangeType *aChangeType) |
Additional Inherited Members | |
Protected Attributes inherited from sbFileSystemChange | |
| EChangeType | mChangeType |
Definition at line 79 of file sbFileSystemChange.h.
| sbFileSystemPathChange::sbFileSystemPathChange | ( | ) |
Definition at line 88 of file sbFileSystemChange.cpp.
| sbFileSystemPathChange::sbFileSystemPathChange | ( | const nsAString & | aChangePath, |
| EChangeType | aChangeType | ||
| ) |
Definition at line 92 of file sbFileSystemChange.cpp.
|
virtual |
Definition at line 99 of file sbFileSystemChange.cpp.
| nsresult sbFileSystemPathChange::GetChangePath | ( | nsAString & | aChangePath | ) |
Definition at line 111 of file sbFileSystemChange.cpp.
| nsresult sbFileSystemPathChange::SetChangePath | ( | const nsAString & | aChangePath | ) |
Definition at line 104 of file sbFileSystemChange.cpp.