Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/amule-project/amule
/ GetCatColor
Method
GetCatColor
src/Preferences.cpp:1732–1737 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1730
1731
1732
uint32 CPreferences::GetCatColor(size_t index)
1733
{
1734
wxASSERT( index < m_CatList.size() );
1735
1736
return m_CatList[index]->color;
1737
}
1738
1739
bool CPreferences::CreateCategory(
1740
Category_Struct *& category,
Callers
1
OnDrawItem
Method · 0.80
Calls
1
size
Method · 0.45
Tested by
no test coverage detected