Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KiCad/kicad-source-mirror
/ ClearBoundingBoxCache
Method
ClearBoundingBoxCache
common/eda_text.cpp:665–669 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
663
664
665
void EDA_TEXT::ClearBoundingBoxCache()
666
{
667
std::lock_guard<std::mutex> bboxLock( m_bbox_cacheMutex );
668
m_bbox_cache.clear();
669
}
670
671
672
std::vector<std::unique_ptr<KIFONT::GLYPH>>*
Callers
15
BOOST_AUTO_TEST_CASE
Function · 0.80
BOOST_AUTO_TEST_CASE
Function · 0.80
BOOST_AUTO_TEST_CASE
Function · 0.80
SwapAttributes
Method · 0.80
RecomputeIntersheetRefs
Method · 0.80
RefreshOperatingPointDisplay
Method · 0.80
RecalculateConnections
Method · 0.80
ClearCaches
Method · 0.80
AssignNetclass
Method · 0.80
MarkSimExclusions
Method · 0.80
UpdateItem
Method · 0.80
UpdateItem
Method · 0.80
Calls
1
clear
Method · 0.45
Tested by
4
BOOST_AUTO_TEST_CASE
Function · 0.64
BOOST_AUTO_TEST_CASE
Function · 0.64
BOOST_AUTO_TEST_CASE
Function · 0.64
onDeleteSelectedNet
Method · 0.64