Verify that the data stored a valid Colour value */
| 181 | |
| 182 | /** Verify that the data stored a valid Colour value */ |
| 183 | bool StoryPageButtonData::ValidateColour() const |
| 184 | { |
| 185 | return GB(this->referenced_id, 0, 8) < COLOUR_END; |
| 186 | } |
| 187 | |
| 188 | bool StoryPageButtonData::ValidateFlags() const |
| 189 | { |
no test coverage detected