Symbol: fProperty
src/apps/haikudepot/model/ValidationFailure.cpp
21
from->FindString(kKeyProperty, &fProperty);
src/apps/haikudepot/model/ValidationFailure.cpp
23
if (fProperty.IsEmpty())
src/apps/haikudepot/model/ValidationFailure.cpp
42
fProperty = property;
src/apps/haikudepot/model/ValidationFailure.cpp
54
return fProperty;
src/apps/haikudepot/model/ValidationFailure.cpp
92
result = into->AddString(kKeyProperty, fProperty);
src/apps/haikudepot/model/ValidationFailure.h
36
BString fProperty;
src/apps/icon-o-matic/generic/property/view/specific_properties/BoolValueView.cpp
128
if (fProperty) {
src/apps/icon-o-matic/generic/property/view/specific_properties/BoolValueView.cpp
129
fProperty->SetValue(!fProperty->Value());
src/apps/icon-o-matic/generic/property/view/specific_properties/BoolValueView.cpp
157
fProperty = p;
src/apps/icon-o-matic/generic/property/view/specific_properties/BoolValueView.cpp
167
return fProperty;
src/apps/icon-o-matic/generic/property/view/specific_properties/BoolValueView.cpp
18
fProperty(property),
src/apps/icon-o-matic/generic/property/view/specific_properties/BoolValueView.cpp
57
if (fProperty && fProperty->Value()) {
src/apps/icon-o-matic/generic/property/view/specific_properties/BoolValueView.h
38
BoolProperty* fProperty;
src/apps/icon-o-matic/generic/property/view/specific_properties/ColorValueView.cpp
125
rgb_color ownColor = fProperty->Value();
src/apps/icon-o-matic/generic/property/view/specific_properties/ColorValueView.cpp
130
fProperty = p;
src/apps/icon-o-matic/generic/property/view/specific_properties/ColorValueView.cpp
140
return fProperty;
src/apps/icon-o-matic/generic/property/view/specific_properties/ColorValueView.cpp
33
fProperty->Value());
src/apps/icon-o-matic/generic/property/view/specific_properties/ColorValueView.cpp
92
&& fProperty->SetValue(c)) {
src/apps/icon-o-matic/generic/property/view/specific_properties/ColorValueView.h
38
ColorProperty* fProperty;
src/apps/icon-o-matic/generic/property/view/specific_properties/FloatValueView.cpp
28
if (fProperty)
src/apps/icon-o-matic/generic/property/view/specific_properties/FloatValueView.cpp
29
fTextView->SetValue(fProperty->Value());
src/apps/icon-o-matic/generic/property/view/specific_properties/FloatValueView.cpp
48
if (fProperty) {
src/apps/icon-o-matic/generic/property/view/specific_properties/FloatValueView.cpp
49
fProperty->SetValue(fTextView->FloatValue());
src/apps/icon-o-matic/generic/property/view/specific_properties/FloatValueView.cpp
50
fTextView->SetValue(fProperty->Value());
src/apps/icon-o-matic/generic/property/view/specific_properties/FloatValueView.cpp
63
fProperty = p;
src/apps/icon-o-matic/generic/property/view/specific_properties/FloatValueView.cpp
73
return fProperty;
src/apps/icon-o-matic/generic/property/view/specific_properties/FloatValueView.h
32
FloatProperty* fProperty;
src/apps/icon-o-matic/generic/property/view/specific_properties/IconValueView.cpp
22
fProperty(property),
src/apps/icon-o-matic/generic/property/view/specific_properties/IconValueView.cpp
85
fProperty = p;
src/apps/icon-o-matic/generic/property/view/specific_properties/IconValueView.cpp
95
return fProperty;
src/apps/icon-o-matic/generic/property/view/specific_properties/IconValueView.h
37
IconProperty* fProperty;
src/apps/icon-o-matic/generic/property/view/specific_properties/Int64ValueView.cpp
29
if (fProperty)
src/apps/icon-o-matic/generic/property/view/specific_properties/Int64ValueView.cpp
30
fTextView->SetValue((int32)fProperty->Value());
src/apps/icon-o-matic/generic/property/view/specific_properties/Int64ValueView.cpp
49
if (fProperty) {
src/apps/icon-o-matic/generic/property/view/specific_properties/Int64ValueView.cpp
50
fProperty->SetValue(fTextView->IntValue());
src/apps/icon-o-matic/generic/property/view/specific_properties/Int64ValueView.cpp
52
fTextView->SetValue((int32)fProperty->Value());
src/apps/icon-o-matic/generic/property/view/specific_properties/Int64ValueView.cpp
66
fProperty = p;
src/apps/icon-o-matic/generic/property/view/specific_properties/Int64ValueView.cpp
76
return fProperty;
src/apps/icon-o-matic/generic/property/view/specific_properties/Int64ValueView.h
32
Int64Property* fProperty;
src/apps/icon-o-matic/generic/property/view/specific_properties/IntValueView.cpp
28
if (fProperty)
src/apps/icon-o-matic/generic/property/view/specific_properties/IntValueView.cpp
29
fTextView->SetValue(fProperty->Value());
src/apps/icon-o-matic/generic/property/view/specific_properties/IntValueView.cpp
48
if (fProperty) {
src/apps/icon-o-matic/generic/property/view/specific_properties/IntValueView.cpp
49
fProperty->SetValue(fTextView->IntValue());
src/apps/icon-o-matic/generic/property/view/specific_properties/IntValueView.cpp
50
fTextView->SetValue(fProperty->Value());
src/apps/icon-o-matic/generic/property/view/specific_properties/IntValueView.cpp
63
fProperty = p;
src/apps/icon-o-matic/generic/property/view/specific_properties/IntValueView.cpp
73
return fProperty;
src/apps/icon-o-matic/generic/property/view/specific_properties/IntValueView.h
32
IntProperty* fProperty;
src/apps/icon-o-matic/generic/property/view/specific_properties/OptionValueView.cpp
115
if (fProperty) {
src/apps/icon-o-matic/generic/property/view/specific_properties/OptionValueView.cpp
118
fProperty->SetCurrentOptionID(id);
src/apps/icon-o-matic/generic/property/view/specific_properties/OptionValueView.cpp
136
if (fProperty) {
src/apps/icon-o-matic/generic/property/view/specific_properties/OptionValueView.cpp
140
for (int32 i = 0; fProperty->GetOption(i, &name, &id); i++) {
src/apps/icon-o-matic/generic/property/view/specific_properties/OptionValueView.cpp
145
if (id == fProperty->CurrentOptionID())
src/apps/icon-o-matic/generic/property/view/specific_properties/OptionValueView.cpp
170
fProperty->SetOptionAtOffset(-1);
src/apps/icon-o-matic/generic/property/view/specific_properties/OptionValueView.cpp
176
fProperty->SetOptionAtOffset(1);
src/apps/icon-o-matic/generic/property/view/specific_properties/OptionValueView.cpp
202
if (fProperty) {
src/apps/icon-o-matic/generic/property/view/specific_properties/OptionValueView.cpp
203
fProperty->GetCurrentOption(&fCurrentOption);
src/apps/icon-o-matic/generic/property/view/specific_properties/OptionValueView.cpp
227
fProperty = p;
src/apps/icon-o-matic/generic/property/view/specific_properties/OptionValueView.cpp
237
return fProperty;
src/apps/icon-o-matic/generic/property/view/specific_properties/OptionValueView.cpp
26
fProperty(property),
src/apps/icon-o-matic/generic/property/view/specific_properties/OptionValueView.cpp
30
if (fProperty)
src/apps/icon-o-matic/generic/property/view/specific_properties/OptionValueView.cpp
31
fProperty->GetCurrentOption(&fCurrentOption);
src/apps/icon-o-matic/generic/property/view/specific_properties/OptionValueView.h
40
OptionProperty* fProperty;
src/apps/icon-o-matic/generic/property/view/specific_properties/StringValueView.cpp
27
if (fProperty)
src/apps/icon-o-matic/generic/property/view/specific_properties/StringValueView.cpp
28
fTextView->SetValue(fProperty->Value());
src/apps/icon-o-matic/generic/property/view/specific_properties/StringValueView.cpp
47
if (fProperty) {
src/apps/icon-o-matic/generic/property/view/specific_properties/StringValueView.cpp
48
fProperty->SetValue(fTextView->Value());
src/apps/icon-o-matic/generic/property/view/specific_properties/StringValueView.cpp
49
fTextView->SetValue(fProperty->Value());
src/apps/icon-o-matic/generic/property/view/specific_properties/StringValueView.cpp
60
if (!fProperty || strcmp(p->Value(), fTextView->Text()) != 0) {
src/apps/icon-o-matic/generic/property/view/specific_properties/StringValueView.cpp
63
fProperty = p;
src/apps/icon-o-matic/generic/property/view/specific_properties/StringValueView.cpp
73
return fProperty;
src/apps/icon-o-matic/generic/property/view/specific_properties/StringValueView.h
33
StringProperty* fProperty;