Searched refs:InheritedBool (Results 1 – 3 of 3) sorted by relevance
789 enum InheritedBool { off = false, on = true, inherit }; enum790 void setDesignMode(InheritedBool value);791 InheritedBool getDesignMode() const;1224 InheritedBool m_designMode;
4121 void Document::setDesignMode(InheritedBool value) in setDesignMode()4128 Document::InheritedBool Document::getDesignMode() const in getDesignMode()
104 InheritedBool mode; in setDesignMode()