MCPcopy Create free account
hub / github.com/PRBonn/semantic_suma / showOpenFileDialog

Method showOpenFileDialog

src/visualizer/VisualizerWindow.cpp:202–211  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

200}
201
202void VisualizerWindow::showOpenFileDialog() {
203 play(false); // stop playback.
204
205 QString retValue =
206 QFileDialog::getOpenFileName(this, "Select laserscan file", lastDirectory_,
207 "Laserscan files(*.bin *.pcap *.sim);;KITTI laserscans (*.bin);; PCAP "
208 "laserscans (*.pcap);; Simulation (*.sim)");
209
210 if (!retValue.isNull()) openFile(retValue);
211}
212
213void VisualizerWindow::initialize(const std::shared_ptr<SurfelMapping>& fusion, const ParameterList& params) {
214 params_ = params;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected