Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
166
void CommandAction::setAttribute(Attribute attribute)
167
{
168
d->attributes |= attribute;
169
d->updateState();
170
}
171
172
void CommandAction::removeAttribute(Attribute attribute)
173
{
Callers
1
commandActionWithIcon
Method · 0.45
Calls
1
updateState
Method · 0.80
Tested by
no test coverage detected