Symbol: fChanges
src/apps/diskprobe/DataEditor.cpp
562
fChanges.AddItem(change);
src/apps/diskprobe/DataEditor.cpp
632
int32 firstIndex = fFirstChange != NULL ? fChanges.IndexOf(fFirstChange) + 1
src/apps/diskprobe/DataEditor.cpp
634
int32 lastIndex = fChanges.IndexOf(fLastChange);
src/apps/diskprobe/DataEditor.cpp
642
DataChange *change = fChanges.ItemAt(i);
src/apps/diskprobe/DataEditor.cpp
651
DataChange *change = fChanges.ItemAt(i);
src/apps/diskprobe/DataEditor.cpp
670
int32 firstIndex = fFirstChange != NULL ? fChanges.IndexOf(fFirstChange) + 1
src/apps/diskprobe/DataEditor.cpp
672
int32 lastIndex = fChanges.IndexOf(fLastChange);
src/apps/diskprobe/DataEditor.cpp
684
if (lastIndex > fChanges.CountItems() - 1)
src/apps/diskprobe/DataEditor.cpp
685
lastIndex = fChanges.CountItems();
src/apps/diskprobe/DataEditor.cpp
696
DataChange *change = fChanges.ItemAt(i);
src/apps/diskprobe/DataEditor.cpp
765
int32 start = fChanges.IndexOf(fLastChange) + 1;
src/apps/diskprobe/DataEditor.cpp
767
for (int32 i = fChanges.CountItems(); i-- > start; ) {
src/apps/diskprobe/DataEditor.cpp
768
DataChange *change = fChanges.RemoveItemAt(i);
src/apps/diskprobe/DataEditor.cpp
787
int32 index = fChanges.IndexOf(undoChange);
src/apps/diskprobe/DataEditor.cpp
792
fLastChange = fChanges.ItemAt(index - 1);
src/apps/diskprobe/DataEditor.cpp
814
int32 index = fChanges.IndexOf(fLastChange);
src/apps/diskprobe/DataEditor.cpp
815
fLastChange = fChanges.ItemAt(index + 1);
src/apps/diskprobe/DataEditor.cpp
837
return fChanges.IndexOf(fLastChange) < fChanges.CountItems() - 1;
src/apps/diskprobe/DataEditor.h
128
BObjectList<DataChange> fChanges;
src/apps/haikudepot/model/PackageInfoListener.cpp
111
fChanges = other.fChanges;
src/apps/haikudepot/model/PackageInfoListener.cpp
125
result = into->AddUInt32(kKeyChanges, fChanges);
src/apps/haikudepot/model/PackageInfoListener.cpp
64
fChanges(other.fChanges)
src/apps/haikudepot/model/PackageInfoListener.cpp
73
if (from->FindUInt32(kKeyChanges, &fChanges) != B_OK)
src/apps/haikudepot/model/PackageInfoListener.cpp
95
return fPackageName == other.fPackageName && fChanges == other.fChanges;
src/apps/haikudepot/model/PackageInfoListener.h
50
{ return fChanges; }
src/apps/haikudepot/model/PackageInfoListener.h
54
uint32 fChanges;
src/apps/haikudepot/model/PackageInfoListener.h
79
{ return fChanges; }
src/apps/haikudepot/model/PackageInfoListener.h
87
uint32 fChanges;