| 794 | bool isRemoved() const { return mFlags.test(Deleted | Removed); } |
| 795 | |
| 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); |
no test coverage detected