Searched refs:fCurrentOptionID (Results 1 - 2 of 2) sorted by relevance

/haiku/src/apps/icon-o-matic/generic/property/specific_properties/
H A DOptionProperty.cpp24 fCurrentOptionID(-1)
32 fCurrentOptionID(other.fCurrentOptionID)
52 fCurrentOptionID(-1)
57 if (archive->FindInt32("option", &fCurrentOptionID) < B_OK)
58 fCurrentOptionID = -1;
78 status = into->AddInt32("option", fCurrentOptionID);
156 string << fCurrentOptionID; local
186 return fCurrentOptionID;
193 if (fCurrentOptionID !
[all...]
H A DOptionProperty.h60 int32 fCurrentOptionID; member in class:OptionProperty

Completed in 30 milliseconds