> Ed, why have you given the controller all these set/get methods? Wouldn't
> it have been easier to just provide
>
> ParagraphParameters & ControlParagraph::params()
> {
>       lyx::Assert(pp_.get());
>       return *pp_;
> }
>
> Or am I mising something?

I actually thought about doing that but then I saw ControlCharacter so I 
ended up creating all these set 'n get methods...I probably missed 
something...

Shall I change it?

Ed.

Reply via email to