Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDAB/KDChart
/ FrameAttributes
Method
FrameAttributes
src/KDChart/KDChartFrameAttributes.cpp:37–40 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
35
}
36
37
FrameAttributes::FrameAttributes()
38
: _d(new Private())
39
{
40
}
41
42
FrameAttributes::FrameAttributes(const FrameAttributes &r)
43
: _d(new Private(*r.d))
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected