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

/haiku/src/apps/icon-o-matic/generic/gui/
H A DNummericalTextView.cpp60 SetValue(fIntValueCache);
71 (!fFloatMode && i != fIntValueCache)) {
123 fIntValueCache = atoi(Text());
124 return fIntValueCache;
H A DNummericalTextView.h56 mutable int32 fIntValueCache; member in class:NummericalTextView

Completed in 34 milliseconds