24 #ifndef __VOSSIMPLECURSOR__ 25 #define __VOSSIMPLECURSOR__ 27 #include "VOSObject.h" 92 {
return fObjOffset; }
99 { fObjOffset += delta; ASSERT_MSG(fObjOffset >= 0,
"offset should be positive"); }
106 { fObjOffset = off; ASSERT_MSG(fObjOffset >= 0,
"offset should be positive"); }
117 {
if (fObject) fObject->
PreDirty(); }
139 {
return fObject == nil; }
214 #endif // __VOSSIMPLECURSOR__