Searched refs:fProperty (Results 1 - 18 of 18) sorted by relevance

/haiku/src/apps/icon-o-matic/generic/property/view/specific_properties/
H A DStringValueView.cpp19 fProperty(property)
27 if (fProperty)
28 fTextView->SetValue(fProperty->Value());
47 if (fProperty) {
48 fProperty->SetValue(fTextView->Value());
49 fTextView->SetValue(fProperty->Value());
60 if (!fProperty || strcmp(p->Value(), fTextView->Text()) != 0) {
63 fProperty = p;
73 return fProperty;
H A DFloatValueView.cpp18 fProperty(property)
28 if (fProperty)
29 fTextView->SetValue(fProperty->Value());
48 if (fProperty) {
49 fProperty->SetValue(fTextView->FloatValue());
50 fTextView->SetValue(fProperty->Value());
63 fProperty = p;
73 return fProperty;
H A DInt64ValueView.cpp18 fProperty(property)
29 if (fProperty)
30 fTextView->SetValue((int32)fProperty->Value());
49 if (fProperty) {
50 fProperty->SetValue(fTextView->IntValue());
52 fTextView->SetValue((int32)fProperty->Value());
66 fProperty = p;
76 return fProperty;
H A DIntValueView.cpp18 fProperty(property)
28 if (fProperty)
29 fTextView->SetValue(fProperty->Value());
48 if (fProperty) {
49 fProperty->SetValue(fTextView->IntValue());
50 fTextView->SetValue(fProperty->Value());
63 fProperty = p;
73 return fProperty;
H A DOptionValueView.cpp26 fProperty(property),
30 if (fProperty)
31 fProperty->GetCurrentOption(&fCurrentOption);
115 if (fProperty) {
118 fProperty->SetCurrentOptionID(id);
136 if (fProperty) {
140 for (int32 i = 0; fProperty->GetOption(i, &name, &id); i++) {
145 if (id == fProperty->CurrentOptionID())
170 fProperty->SetOptionAtOffset(-1);
176 fProperty
[all...]
H A DColorValueView.cpp29 fProperty(property)
33 fProperty->Value());
92 && fProperty->SetValue(c)) {
125 rgb_color ownColor = fProperty->Value();
130 fProperty = p;
140 return fProperty;
H A DBoolValueView.cpp18 fProperty(property),
57 if (fProperty && fProperty->Value()) {
128 if (fProperty) {
129 fProperty->SetValue(!fProperty->Value());
157 fProperty = p;
167 return fProperty;
H A DFloatValueView.h32 FloatProperty* fProperty; member in class:FloatValueView
H A DInt64ValueView.h32 Int64Property* fProperty; member in class:Int64ValueView
H A DIntValueView.h32 IntProperty* fProperty; member in class:IntValueView
H A DStringValueView.h33 StringProperty* fProperty; member in class:StringValueView
H A DIconValueView.cpp22 fProperty(property),
85 fProperty = p;
95 return fProperty;
H A DBoolValueView.h38 BoolProperty* fProperty; member in class:BoolValueView
H A DColorValueView.h38 ColorProperty* fProperty; member in class:ColorValueView
H A DIconValueView.h37 IconProperty* fProperty; member in class:IconValueView
H A DOptionValueView.h40 OptionProperty* fProperty; member in class:OptionValueView
/haiku/src/apps/haikudepot/model/
H A DValidationFailure.cpp21 from->FindString(KEY_PROPERTY, &fProperty);
23 if (fProperty.IsEmpty())
42 fProperty = property;
54 return fProperty;
92 result = into->AddString(KEY_PROPERTY, fProperty);
H A DValidationFailure.h36 BString fProperty; member in class:ValidationFailure

Completed in 43 milliseconds