Inheritance diagram for Drawing::Contents:
Public Methods | |
Contents (Drawing *) | |
virtual void | set_changed (DrawElement *) |
Informs the group of a change in a constituent. | |
Private Attributes | |
Drawing *const | drawing |
|
00192 : drawing(d) {} |
|
Informs the group of a change in a constituent. Recomputes center of gravity. If there is a containing group, this group is also informed. Reimplemented from Group.
00195 { 00196 drawing->needs_refresh(); 00197 } |
|
|