Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenOrienteering/mapper
/ asText
Method
asText
src/core/objects/object.cpp:229–233 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
227
}
228
229
TextObject* Object::asText()
230
{
231
Q_ASSERT(type == Text);
232
return static_cast<TextObject*>(this);
233
}
234
235
const TextObject* Object::asText() const
236
{
Callers
12
setupAngleHelperFromEditedObjects
Method · 0.45
drawImpl
Method · 0.45
draw
Method · 0.45
clickPress
Method · 0.45
drawImpl
Method · 0.45
startEditingSetup
Method · 0.45
hoveringOverSingleText
Method · 0.45
addTextToLayer
Method · 0.45
populateStyleTable
Method · 0.45
move
Method · 0.45
calculateConstraints
Method · 0.45
copyFrom
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected