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

Method setPosition

src/backend/worksheet/Background.cpp:206–210  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

204
205STD_SETTER_CMD_IMPL_F_S(Background, SetPosition, Background::Position, position, updatePosition)
206void Background::setPosition(Position position) {
207 Q_D(Background);
208 if (position != d->position)
209 exec(new BackgroundSetPositionCmd(d, position, ki18n("%1: filling position changed")));
210}
211
212STD_SETTER_CMD_IMPL_F_S(Background, SetType, Background::Type, type, update)
213void Background::setType(Background::Type type) {

Callers 15

orientationChangedMethod · 0.45
positionChangedMethod · 0.45
positionXChangedMethod · 0.45
positionYChangedMethod · 0.45
positionXChangedMethod · 0.45
positionYChangedMethod · 0.45
positionXChangedMethod · 0.45
positionYChangedMethod · 0.45

Calls

no outgoing calls