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

Method Position

src/KDChart/KDChartPosition.cpp:78–80  ·  view source on GitHub ↗

* Default constructor. Creates a new Position, defaulting it to Position::Unknown. */

Source from the content-addressed store, hash-verified

76 * Default constructor. Creates a new Position, defaulting it to Position::Unknown.
77 */
78Position::Position()
79{
80}
81
82Position::Position(int value)
83 : m_value(value)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected