Home
last modified time | relevance | path

Searched refs:printEventString (Results 1 – 3 of 3) sorted by relevance

/dports/net/calendarsupport/calendarsupport-21.12.3/src/printing/
H A Dcalprintpluginbase.h151 void printEventString(QPainter &p, QRect box, const QString &str, int flags = -1);
H A Dcalprintpluginbase.cpp425 void CalPrintPluginBase::printEventString(QPainter &p, QRect box, const QString &str, int flags) in printEventString() function in CalPrintPluginBase
446 printEventString(p, box, str, flags); in showEventBox()
1459 printEventString(p, dayBox, txt, Qt::AlignTop | Qt::AlignLeft | Qt::TextWrapAnywhere); in drawMonth()
H A Dcalprintdefaultplugins.cpp729 printEventString(p, eventBox, str); in drawAllDayBox()