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

Method hasDefaultTitleTextAttributes

src/KDChart/Cartesian/KDChartCartesianAxis.cpp:451–454  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

449}
450
451bool CartesianAxis::hasDefaultTitleTextAttributes() const
452{
453 return d->useDefaultTextAttributes;
454}
455
456void CartesianAxis::setPosition(Position p)
457{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected