Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/okular
/ setDisposeDataFunction
Method
setDisposeDataFunction
core/annotations.cpp:776–780 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
774
}
775
776
void Annotation::setDisposeDataFunction(DisposeDataFunction func)
777
{
778
Q_D(Annotation);
779
d->m_disposeFunc = func;
780
}
781
782
void Annotation::setNativeData(std::shared_ptr<void> data)
783
{
Callers
4
testAddAnnotations
Method · 0.80
testRemoveAnnotations
Method · 0.80
notifyAddition
Method · 0.80
createAnnotationFromPopplerAnnotation
Function · 0.80
Calls
no outgoing calls
Tested by
2
testAddAnnotations
Method · 0.64
testRemoveAnnotations
Method · 0.64