MCPcopy Create free account
hub / github.com/KDAB/KDChart / alignToReferencePoint

Method alignToReferencePoint

src/KDChart/KDChartAbstractAreaBase.cpp:65–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63}
64
65void AbstractAreaBase::alignToReferencePoint(const RelativePosition &position)
66{
67 Q_UNUSED(position);
68 // PENDING(kalle) FIXME
69 qWarning("Sorry, not implemented: void AbstractAreaBase::alignToReferencePoint( const RelativePosition& position )");
70}
71
72void AbstractAreaBase::setFrameAttributes(const FrameAttributes &a)
73{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected