| 776 | virtual bool isLocked() const { return mFlags.test( Locked ); } |
| 777 | virtual void setLocked( bool b ); |
| 778 | virtual bool isHidden() const { return mFlags.test( Hidden ); } |
| 779 | virtual void setHidden(bool b); |
| 780 | |
| 781 | /// @} |
no test coverage detected