Lines Matching defs:style
417 /// Getter of the "type-id-style" option.
421 /// @return the value of the "type-id-style" option.
426 /// Setter of the "type-id-style" option.
430 /// @param style the new value of the "type-id-style" option.
432 set_type_id_style(type_id_style_kind style)
433 {m_type_id_style = style;}
2192 /// Set the 'type-id-style' property.
2198 /// @param style the new value of the 'type-id-style' property.
2200 set_type_id_style(write_context& ctxt, type_id_style_kind style)
2201 {ctxt.set_type_id_style(style);}