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

Method on_cameraPathAdd_clicked

octovis/src/ViewerSettingsPanelCamera.cpp:104–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

102}
103
104void ViewerSettingsPanelCamera::on_cameraPathAdd_clicked(){
105 emit addToCameraPath();
106}
107
108void ViewerSettingsPanelCamera::on_cameraPathRemove_clicked(){
109 emit removeFromCameraPath();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected