* @brief Sets a value indicating whether the entry is precious */
| 97 | * @brief Sets a value indicating whether the entry is precious |
| 98 | */ |
| 99 | void set_precious (bool p) |
| 100 | { |
| 101 | m_precious = p; |
| 102 | } |
| 103 | |
| 104 | /** |
| 105 | * @brief Gets the stored bitmap data |