* @brief Gets the options the view was created with */
| 3021 | * @brief Gets the options the view was created with |
| 3022 | */ |
| 3023 | unsigned int options () const |
| 3024 | { |
| 3025 | return m_options; |
| 3026 | } |
| 3027 | |
| 3028 | /** |
| 3029 | * @brief Calls deferred methods and updates view ops, provided for GSI bindings mainly |
no outgoing calls
no test coverage detected