MCPcopy 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
229TextObject* Object::asText()
230{
231 Q_ASSERT(type == Text);
232 return static_cast<TextObject*>(this);
233}
234
235const TextObject* Object::asText() const
236{

Callers 12

drawImplMethod · 0.45
drawMethod · 0.45
clickPressMethod · 0.45
drawImplMethod · 0.45
startEditingSetupMethod · 0.45
addTextToLayerMethod · 0.45
populateStyleTableMethod · 0.45
moveMethod · 0.45
calculateConstraintsMethod · 0.45
copyFromMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected