50 { |
50 { |
51 return m_window->guiUtilities(); |
51 return m_window->guiUtilities(); |
52 } |
52 } |
53 |
53 |
54 |
54 |
55 LDDocument* HierarchyElement::currentDocument() |
55 LDDocument* HierarchyElement::currentDocument() const |
56 { |
56 { |
57 return m_window->currentDocument(); |
57 return m_window->currentDocument(); |
58 } |
58 } |
59 |
59 |
60 |
60 |
61 const QSet<LDObject*>& HierarchyElement::selectedObjects() |
61 QSet<LDObject*> HierarchyElement::selectedObjects() |
62 { |
62 { |
63 return m_window->selectedObjects(); |
63 return m_window->selectedObjects(); |
64 } |
64 } |
65 |
65 |
66 |
66 |