Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/labplot
/ exportBackground
Method
exportBackground
src/frontend/worksheet/ExportWorksheetDialog.cpp:190–192 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
188
}
189
190
bool ExportWorksheetDialog::exportBackground() const {
191
return ui->chkExportBackground->isChecked();
192
}
193
194
int ExportWorksheetDialog::exportResolution() const {
195
if (ui->cbResolution->currentIndex() == 0)
Callers
1
exportView
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected