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

Method lockingAction

src/backend/worksheet/WorksheetElement.cpp:227–234  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

225}
226
227QAction* WorksheetElement::lockingAction() {
228 if (!m_lockingAction) {
229 m_lockingAction = new QAction(QIcon::fromTheme(QStringLiteral("hidemouse")), i18n("Lock"), this);
230 m_lockingAction->setCheckable(true);
231 connect(m_lockingAction, &QAction::triggered, this, &WorksheetElement::changeLocking);
232 }
233 return m_lockingAction;
234}
235
236QMenu* WorksheetElement::createContextMenu() {
237 if (!m_drawingOrderMenu) {

Callers 1

createContextMenuMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected