Line :: operator= - Assign line object
Assigning a line all data is copied. In an environment not supporting operator overloading as OSI, the assign() function has to be called instead.
Implementation details
 
Line  :: operator= ( odabagui::Line &cLine )
- cLine
 - Constant line
The line passed may have any state, i.e. it night be attached to a list item or not. The line might even be empty. 

