MCPcopy 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
1732uint32 CPreferences::GetCatColor(size_t index)
1733{
1734 wxASSERT( index < m_CatList.size() );
1735
1736 return m_CatList[index]->color;
1737}
1738
1739bool CPreferences::CreateCategory(
1740 Category_Struct *& category,

Callers 1

OnDrawItemMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected