* @brief "Don't show stipples" property getter */
| 1370 | * @brief "Don't show stipples" property getter |
| 1371 | */ |
| 1372 | bool no_stipples () const |
| 1373 | { |
| 1374 | return m_no_stipples; |
| 1375 | } |
| 1376 | |
| 1377 | /** |
| 1378 | * @brief Offset stipples property |
no outgoing calls
no test coverage detected