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

Method writeTime

src/3rdparty/QXlsx/source/xlsxworksheet.cpp:951–957  ·  view source on GitHub ↗

! \overload Write a QTime \a t to the cell \a row_column with the \a format. Returns true on success. */

Source from the content-addressed store, hash-verified

949 Returns true on success.
950 */
951bool Worksheet::writeTime(const CellReference &row_column, const QTime &t, const Format &format)
952{
953 if (!row_column.isValid())
954 return false;
955
956 return writeTime(row_column.row(), row_column.column(), t, format);
957}
958
959/*!
960 Write a QTime \a t to the cell (\a row, \a column) with the \a format.

Callers

nothing calls this directly

Calls 10

timeToNumberFunction · 0.85
checkDimensionsMethod · 0.80
cellFormatMethod · 0.80
isDateTimeFormatMethod · 0.80
addXfFormatMethod · 0.80
stylesMethod · 0.80
isValidMethod · 0.45
rowMethod · 0.45
columnMethod · 0.45
setNumberFormatMethod · 0.45

Tested by

no test coverage detected