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

Method insertImage

src/3rdparty/QXlsx/source/xlsxdocument.cpp:645–651  ·  view source on GitHub ↗

! * Insert an \a image to current active worksheet at the position \a row, \a column * Returns ture if success. */

Source from the content-addressed store, hash-verified

643 * Returns ture if success.
644 */
645int Document::insertImage(int row, int column, const QImage &image)
646{
647 if (Worksheet *sheet = currentWorksheet())
648 return sheet->insertImage(row, column, image);
649
650 return 0;
651}
652
653bool Document::getImage(int imageIndex, QImage& img)
654{

Callers 1

refreshPreviewMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected