aboutsummaryrefslogtreecommitdiff
path: root/example.cpp
AgeCommit message (Collapse)Author
2011-06-01Add some comments to the exampleOskari Timperi
2011-06-01When reparenting, remove child from old parentOskari Timperi
2011-06-01Move add_element() to node and add add_comment()Oskari Timperi
2011-06-01New classes: node and comment.Oskari Timperi
Move functionality from element to node and derive element from node. This allows nodes to contain different types of nodes, e.g. comments mixed with normal elements.
2011-05-24Initial commitOskari Timperi