0.12.3: Increased Tango rendering performance, modified all handleEvent() with new interface (now returning bool)

This commit is contained in:
matlabbe
2017-03-12 21:21:09 -04:00
parent c12980ee91
commit d21ae76fff
56 changed files with 1869 additions and 662 deletions

View File

@@ -722,7 +722,7 @@ void MainWindow::closeEvent(QCloseEvent* event)
UDEBUG("");
}
void MainWindow::handleEvent(UEvent* anEvent)
bool MainWindow::handleEvent(UEvent* anEvent)
{
if(anEvent->getClassName().compare("RtabmapEvent") == 0)
{
@@ -856,6 +856,7 @@ void MainWindow::handleEvent(UEvent* anEvent)
}
}
}
return false;
}
void MainWindow::processCameraInfo(const rtabmap::CameraInfo & info)