MCPcopy Create free account
hub / github.com/IgKh/katvan / exportAs

Method exportAs

shell/katvan_mainwindow.cpp:853–865  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

851}
852
853void MainWindow::exportAs()
854{
855 if (!d_exportDialog) {
856 d_exportDialog = new ExportDialog(d_driver, this);
857 }
858
859 if (!verifyCanExport(ExportType::FULL)) {
860 return;
861 }
862
863 d_exportDialog->setSourceFile(d_currentFileName);
864 d_exportDialog->open();
865}
866
867void MainWindow::exportPdf()
868{

Callers

nothing calls this directly

Calls 1

setSourceFileMethod · 0.80

Tested by

no test coverage detected