Searched refs:m_CatList (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DPreferences.cpp1487 DeleteContents(m_CatList);
1535 cfg->Write( wxT("/General/Count"), (long)(m_CatList.size() - 1) );
1537 uint32 maxcat = m_CatList.size();
1541 cfg->Write( wxT("Title"), m_CatList[i]->title );
1542 cfg->Write( wxT("Incoming"), CPath::ToUniv(m_CatList[i]->path) );
1543 cfg->Write( wxT("Comment"), m_CatList[i]->comment );
1544 cfg->Write( wxT("Color"), wxString(CFormat(wxT("%u")) % m_CatList[i]->color));
1545 cfg->Write( wxT("Priority"), (int)m_CatList[i]->prio );
1611 m_CatList.push_back( cat );
1613 return m_CatList
[all...]
H A DPreferences.h601 CatList m_CatList; member in class:CPreferences
H A Damule-remote-gui.cpp682 Category_Struct *category = m_CatList[cat];

Completed in 101 milliseconds