Home
last modified time | relevance | path

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

/dports/graphics/opendx/dx-4.4.4/src/uipp/dxuilib/
H A DDXApplication.C4055 boolean DXApplication::isRestrictionLevel(int level) function
4080 return !this->isRestrictionLevel(SOMEWHAT_RESTRICTED) &&
4085 return !this->isRestrictionLevel(FULLY_RESTRICTED) &&
4090 return !this->isRestrictionLevel(FULLY_RESTRICTED) &&
4095 return !this->isRestrictionLevel(SOMEWHAT_RESTRICTED) &&
4100 return !this->isRestrictionLevel(SOMEWHAT_RESTRICTED) &&
4113 !this->isRestrictionLevel(MINIMALLY_RESTRICTED) &&
4118 return !this->isRestrictionLevel(SOMEWHAT_RESTRICTED) &&
4159 return !this->isRestrictionLevel(FULLY_RESTRICTED) &&
4210 return !this->isRestrictionLevel(FULLY_RESTRICTED) &&
[all …]
H A DDXApplication.h307 boolean isRestrictionLevel(int level);