Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DreamSourceLab/DSView
/ get_nameEditWidth
Method
get_nameEditWidth
DSView/pv/view/header.cpp:92–98 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
90
91
92
int Header::get_nameEditWidth()
93
{
94
if (nameEdit->hasFocus())
95
return nameEdit->width();
96
else
97
return 0;
98
}
99
100
pv::view::Trace* Header::get_mTrace(int &action, const QPoint &pt)
101
{
Callers
1
headerWidth
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected