MCPcopy Create free account
hub / github.com/OctoMap/octomap / on_nextScanButton_clicked

Method on_nextScanButton_clicked

octovis/src/ViewerSettingsPanelCamera.cpp:80–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78}
79
80void ViewerSettingsPanelCamera::on_nextScanButton_clicked(){
81 gotoFrame(m_currentFrame + 1);
82}
83
84void ViewerSettingsPanelCamera::on_previousScanButton_clicked(){
85 gotoFrame(m_currentFrame - 1);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected