MCPcopy Create free account
hub / github.com/Codeya-IDE/deepin-ide / setAttribute

Method setAttribute

src/common/actionmanager/commandaction.cpp:166–170  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

164}
165
166void CommandAction::setAttribute(Attribute attribute)
167{
168 d->attributes |= attribute;
169 d->updateState();
170}
171
172void CommandAction::removeAttribute(Attribute attribute)
173{

Callers 1

commandActionWithIconMethod · 0.45

Calls 1

updateStateMethod · 0.80

Tested by

no test coverage detected