Home
last modified time | relevance | path

Searched refs:mbHasReadonly (Results 1 – 2 of 2) sorted by relevance

/trunk/main/forms/source/xforms/
H A Dmip.cxx48 if( ! mbHasReadonly ) in inherit()
50 mbHasReadonly = rMip.hasReadonly(); in inherit()
86 bool MIP::hasReadonly() const { return mbHasReadonly; } in hasReadonly()
87 bool MIP::isReadonly() const { return mbHasReadonly ? mbReadonly : mbHasCalculate; } in isReadonly()
88 void MIP::setReadonly( bool b ) { mbHasReadonly = true; mbReadonly = b; } in setReadonly()
89 void MIP::resetReadonly() { mbHasReadonly = false; mbReadonly = false; } in resetReadonly()
H A Dmip.hxx38 bool mbHasReadonly; member in xforms::MIP

Completed in 18 milliseconds