#include <sbLibraryChangeset.h>
|
| readonly attribute AString | id |
| |
| readonly attribute AString | oldValue |
| |
| readonly attribute AString | newValue |
| |
| const unsigned long | UNKNOWN = 0 |
| |
| const unsigned long | ADDED = 0x10 |
| |
| const unsigned long | MODIFIED = 0x20 |
| |
| const unsigned long | MOVED = 0x30 |
| |
| const unsigned long | DELETED = 0x40 |
| |
| readonly attribute unsigned long | operation |
| |
Definition at line 51 of file sbLibraryChangeset.h.
| NS_DECL_ISUPPORTS NS_DECL_SBICHANGEOPERATION NS_DECL_SBIPROPERTYCHANGE NS_DECL_NSICLASSINFO sbPropertyChange::sbPropertyChange |
( |
| ) |
|
| nsresult sbPropertyChange::InitWithValues |
( |
PRUint32 |
aOperation, |
|
|
const nsAString & |
aID, |
|
|
const nsAString & |
aOldValue, |
|
|
const nsAString & |
aNewValue |
|
) |
| |
| nsresult sbPropertyChange::SetID |
( |
const nsAString & |
aID | ) |
|
| nsresult sbPropertyChange::SetNewValue |
( |
const nsAString & |
aNewValue | ) |
|
| nsresult sbPropertyChange::SetOldValue |
( |
const nsAString & |
aOldValue | ) |
|
| nsresult sbPropertyChange::SetOperation |
( |
PRUint32 |
aOperation | ) |
|
| nsString sbPropertyChange::mID |
|
protected |
| nsString sbPropertyChange::mNewValue |
|
protected |
| nsString sbPropertyChange::mOldValue |
|
protected |
| PRUint32 sbPropertyChange::mOperation |
|
protected |
The documentation for this class was generated from the following files: