Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dalboris/vpaint
/ removeObserver
Method
removeObserver
src/Gui/VectorAnimationComplex/Cell.cpp:107–110 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
105
}
106
107
void Cell::removeObserver(CellObserver * observer)
108
{
109
observers_.remove(observer);
110
}
111
112
int Cell::dimension()
113
{
Callers
1
unobserve
Method · 0.80
Calls
1
remove
Method · 0.80
Tested by
no test coverage detected