MCPcopy Create free account
hub / github.com/alpha-liu-01/SpeedyNote / LinkObject

Method LinkObject

source/objects/LinkObject.cpp:82–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80// ============================================================================
81
82LinkObject::LinkObject()
83{
84 // Default size is icon size
85 size = QSizeF(ICON_SIZE, ICON_SIZE);
86}
87
88void LinkObject::render(QPainter& painter, qreal zoom) const
89{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected