| 796 | virtual bool isLocked() const { return mFlags.test( Locked ); } |
| 797 | virtual void setLocked( bool b ); |
| 798 | virtual bool isHidden() const { return mFlags.test( Hidden ); } |
| 799 | virtual void setHidden(bool b); |
| 800 | |
| 801 | /// @} |
no test coverage detected