Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenMS/OpenMS
/ setOutDir
Method
setOutDir
src/openms_gui/source/VISUAL/TOPPASScene.cpp:1534–1539 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1532
}
1533
1534
void TOPPASScene::setOutDir(const QString& dir)
1535
{
1536
QDir d(dir);
1537
out_dir_ = d.absolutePath();
1538
user_specified_out_dir_ = true;
1539
}
1540
1541
void TOPPASScene::moveSelectedItems(qreal dx, qreal dy)
1542
{
Callers
1
main_
Method · 0.80
Calls
1
absolutePath
Method · 0.80
Tested by
no test coverage detected