| 526 | } |
| 527 | |
| 528 | LineStyles::iterator |
| 529 | LineStyles::begin_custom () const |
| 530 | { |
| 531 | return m_styles.begin () + sizeof (style_strings) / sizeof (style_strings [0]) / 2; |
| 532 | } |
| 533 | |
| 534 | const LineStyles & |
| 535 | LineStyles::default_style () |
no test coverage detected