Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ factor
Method
factor
kdevplatform/util/zoomcontroller.cpp:65–70 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
63
ZoomController::~ZoomController() = default;
64
65
double ZoomController::factor() const
66
{
67
Q_D(const ZoomController);
68
69
return d->m_factor;
70
}
71
72
void ZoomController::setFactor(double factor)
73
{
Callers
1
initZoom
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected