* @brief Read accessor to the "abstract mode width" property. * * The abstract mode width enables abstract mode (for values > 0) and * specifies the border to search for touching shapes. */
| 2097 | * specifies the border to search for touching shapes. |
| 2098 | */ |
| 2099 | double abstract_mode_width () const |
| 2100 | { |
| 2101 | return m_abstract_mode_enabled ? m_abstract_mode_width : 0.0; |
| 2102 | } |
| 2103 | |
| 2104 | /** |
| 2105 | * @brief Read accessor to the "child context enabled" property. |