mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-03-14 01:19:59 +00:00
made WorldspaceWidget::getDocument public (EditModes will need the document later)
This commit is contained in:
parent
323f8bb29f
commit
4b0fa370e3
@ -112,6 +112,8 @@ namespace CSVRender
|
||||
|
||||
virtual void setEditLock (bool locked);
|
||||
|
||||
CSMDoc::Document& getDocument();
|
||||
|
||||
/// \param elementMask Elements to be affected by the clear operation
|
||||
virtual void clearSelection (int elementMask) = 0;
|
||||
|
||||
@ -121,8 +123,6 @@ namespace CSVRender
|
||||
|
||||
virtual void addEditModeSelectorButtons (CSVWidget::SceneToolMode *tool);
|
||||
|
||||
CSMDoc::Document& getDocument();
|
||||
|
||||
virtual void updateOverlay();
|
||||
|
||||
virtual void mouseMoveEvent (QMouseEvent *event);
|
||||
|
Loading…
x
Reference in New Issue
Block a user