Home
last modified time | relevance | path

Searched refs:addImageAttachment (Results 1 – 2 of 2) sorted by relevance

/dports/math/cantor/cantor-21.12.3/src/
H A Dmarkdownentry.h69 void addImageAttachment(const QString& name, const QImage& image);
H A Dmarkdownentry.cpp521 addImageAttachment(name, clipboardImage); in eventFilter()
541 addImageAttachment(info.fileName(), image); in eventFilter()
791 addImageAttachment(name, img); in insertImage()
822 void MarkdownEntry::addImageAttachment(const QString& name, const QImage& image) in addImageAttachment() function in MarkdownEntry