MCPcopy Create free account
hub / github.com/KDE/labplot / exportDialog

Method exportDialog

src/frontend/MainWin.cpp:2852–2859  ·  view source on GitHub ↗

! opens the dialog for the export of the currently active worksheet, spreadsheet or matrix. */

Source from the content-addressed store, hash-verified

2850 opens the dialog for the export of the currently active worksheet, spreadsheet or matrix.
2851 */
2852void MainWin::exportDialog() {
2853 if (!m_currentAspectDock)
2854 return;
2855
2856 AbstractPart* part = static_cast<ContentDockWidget*>(m_currentAspectDock)->part();
2857 if (part->exportView())
2858 statusBar()->showMessage(i18n("%1 exported", part->name()));
2859}
2860
2861void MainWin::editFitsFileDialog() {
2862 auto* editDialog = new FITSHeaderEditDialog(this);

Callers

nothing calls this directly

Calls 4

showMessageMethod · 0.80
partMethod · 0.45
exportViewMethod · 0.45
nameMethod · 0.45

Tested by

no test coverage detected