Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RomanKubiak/ctrlr
/ setPanelDirty
Method
setPanelDirty
Source/Core/CtrlrPanel/CtrlrPanelFileOperations.cpp:944–947 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
942
}
943
944
void CtrlrPanel::setPanelDirty(const bool dirty)
945
{
946
setProperty(Ids::panelIsDirty, dirty);
947
}
948
949
void CtrlrPanel::actionPerformed()
950
{
Callers
1
saveState
Method · 0.80
Calls
1
setProperty
Function · 0.85
Tested by
no test coverage detected