MCPcopy Create free account
hub / github.com/KDE/labplot / value

Method value

src/frontend/widgets/DateTimeSpinBox.cpp:89–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87}
88
89qint64 DateTimeSpinBox::value() {
90 return DateTime::createValue(mDateTime.year, mDateTime.month, mDateTime.day, mDateTime.hour, mDateTime.minute, mDateTime.second, mDateTime.millisecond);
91}
92
93/*!
94 * Read value from lineEdit of the spinbox

Callers

nothing calls this directly

Calls 1

createValueFunction · 0.85

Tested by

no test coverage detected