Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenOrienteering/mapper
/ simulateClick
Method
simulateClick
test/tools_t.cpp:135–138 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
133
}
134
135
void TestMapEditor::simulateClick(const QPoint& pos)
136
{
137
QTest::mouseClick(map_widget, Qt::LeftButton, {}, pos);
138
}
139
140
void TestMapEditor::simulateClick(const QPointF& pos)
141
{
Callers
1
editTool
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected