| 892 | /// @{ |
| 893 | |
| 894 | bool isSelected() const { return mFlags.test(Selected); } |
| 895 | bool isExpanded() const { return mFlags.test(Expanded); } |
| 896 | bool isEditorOnly() const { return mFlags.test( EditorOnly ); } |
| 897 | bool isNameChangeAllowed() const { return !mFlags.test( NoNameChange ); } |
no test coverage detected