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

Method setPlaceholderText

src/backend/worksheet/TextLabel.cpp:391–395  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

389
390STD_SETTER_CMD_IMPL_F_S(TextLabel, SetPlaceholderText, TextLabel::TextWrapper, textWrapper, updateText)
391void TextLabel::setPlaceholderText(const TextWrapper& textWrapper) {
392 Q_D(TextLabel);
393 if ((textWrapper.textPlaceholder != d->textWrapper.textPlaceholder) || (textWrapper.mode != d->textWrapper.mode))
394 exec(new TextLabelSetPlaceholderTextCmd(d, textWrapper, ki18n("%1: set label placeholdertext")));
395}
396
397STD_SETTER_CMD_IMPL_F_S(TextLabel, SetTeXFont, QFont, teXFont, updateText)
398void TextLabel::setTeXFont(const QFont& font) {

Callers 11

ProjectExplorerMethod · 0.80
ImportDatasetWidgetMethod · 0.80
ColorMapsWidgetMethod · 0.80
TreeViewComboBoxMethod · 0.80
textChangedMethod · 0.80
ExamplesWidgetMethod · 0.80
setColumnsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected