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

Method writeHyperlink

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

! \overload Write a QUrl \a url to the cell \a row_column with the given \a format \a display and \a tip. Returns true on success. */

Source from the content-addressed store, hash-verified

982 Returns true on success.
983 */
984bool Worksheet::writeHyperlink(const CellReference &row_column, const QUrl &url, const Format &format, const QString &display, const QString &tip)
985{
986 if (!row_column.isValid())
987 return false;
988
989 return writeHyperlink(row_column.row(), row_column.column(), url, format, display, tip);
990}
991
992/*!
993 Write a QUrl \a url to the cell (\a row, \a column) with the given \a format \a display and \a tip.

Callers

nothing calls this directly

Calls 15

checkDimensionsMethod · 0.80
replaceMethod · 0.80
cellFormatMethod · 0.80
setFontUnderlineMethod · 0.80
addXfFormatMethod · 0.80
stylesMethod · 0.80
QStringClass · 0.50
isValidMethod · 0.45
rowMethod · 0.45
columnMethod · 0.45
toStringMethod · 0.45
isEmptyMethod · 0.45

Tested by

no test coverage detected