* @brief Tell, if a realize of the source properties is needed */
| 901 | * @brief Tell, if a realize of the source properties is needed |
| 902 | */ |
| 903 | bool realize_needed_source () const |
| 904 | { |
| 905 | return m_realize_needed_source; |
| 906 | } |
| 907 | |
| 908 | /** |
| 909 | * @brief Marks the properties object as modified |