Renamed Mapper to MappingGui (to correspond to Paint -> PaintGui).

This commit is contained in:
Tats
2015-12-11 00:43:47 -05:00
parent cf310dd45c
commit e76bdf1d9f
11 changed files with 82 additions and 82 deletions
+2 -2
View File
@@ -48,7 +48,7 @@ QSharedPointer<ShapeGraphicsItem> SourceGLCanvas::getShapeGraphicsItemFromMappin
else
{
return MainWindow::instance()->getMapperByMappingId(mappingId)->getInputGraphicsItem();
return MainWindow::instance()->getMappingGuiByMappingId(mappingId)->getInputGraphicsItem();
}
}
@@ -59,7 +59,7 @@ QSharedPointer<ShapeGraphicsItem> SourceGLCanvas::getShapeGraphicsItemFromMappin
// if (getMainWindow()->hasCurrentMapping())
// {
// uint mappingId = getMainWindow()->getCurrentMappingId();
// const Mapper::ptr& mapper = getMainWindow()->getMapperByMappingId(mappingId);
// const MappingGui::ptr& mapper = getMainWindow()->getMappingGuiByMappingId(mappingId);
// painter->save();
// mapper->drawInput(painter);
// painter->restore();