Home
last modified time | relevance | path

Searched defs:icon_type (Results 1 – 12 of 12) sorted by relevance

/MusicPlayer2/MusicPlayer2/
H A DMenuMgr.cpp23 …void AppendItem(UINT wID, const wstring& id_text, IconMgr::IconType icon_type = IconMgr::IT_NO_ICO… in AppendItem()
56 …void AppendSubMenu(MenuMgr::MenuType sub_menu_type, IconMgr::IconType icon_type = IconMgr::IT_NO_I… in AppendSubMenu()
129 HBITMAP MenuMgr::GetMenuBitmapHandle(IconMgr::IconType icon_type) in GetMenuBitmapHandle()
136 const CBitmap* MenuMgr::GetMenuBitmap(IconMgr::IconType icon_type) in GetMenuBitmap()
H A DPlayerToolBar.cpp22 void CPlayerToolBar::AddToolButton(IconMgr::IconType icon_type, LPCTSTR strText, LPCTSTR strToolTip… in AddToolButton()
36 void CPlayerToolBar::AddToolButton(IconMgr::IconType icon_type, LPCTSTR strText, LPCTSTR strToolTip… in AddToolButton()
50 void CPlayerToolBar::ModifyToolButton(int index, IconMgr::IconType icon_type, LPCTSTR strText, LPCT… in ModifyToolButton()
70 void CPlayerToolBar::ModifyToolButton(int index, IconMgr::IconType icon_type, LPCTSTR strText, LPCT… in ModifyToolButton()
H A DCTabCtrlEx.cpp23 void CTabCtrlEx::AddWindow(CWnd* pWnd, LPCTSTR lable_text, IconMgr::IconType icon_type) in AddWindow()
95 for (auto icon_type : m_icon_list) in AdjustTabWindowSize() local
H A DEditStringListDlg.cpp28 void CEditStringListDlg::SetDlgIcon(IconMgr::IconType icon_type) in SetDlgIcon()
H A DSelectItemDlg.cpp28 void CSelectItemDlg::SetDlgIcon(IconMgr::IconType icon_type) in SetDlgIcon()
H A DStaticEx.cpp40 void CStaticEx::SetIcon(IconMgr::IconType icon_type) in SetIcon()
H A DPlayerToolBar.h40 IconMgr::IconType icon_type; //图标类型 member
H A DSearchEditCtrl.cpp81 IconMgr::IconType icon_type = IconMgr::IconType::IT_Find; in OnDrawBrowseButton() local
H A DBrowseEdit.cpp63 IconMgr::IconType icon_type = IconMgr::IconType::IT_Folder; in OnDrawBrowseButton() local
H A DCortanaLyric.cpp332 IconMgr::IconType icon_type = IconMgr::IconType::IT_Default_Cover_Stopped; in DrawAlbumCover() local
H A DCPlayerUIBase.cpp1302 void CPlayerUIBase::DrawUIButton(const CRect& rect, UIButton& btn, IconMgr::IconType icon_type, boo… in DrawUIButton()
2489 IconMgr::IconType icon_type = IconMgr::IconType::IT_Default_Cover_Stopped; in DrawAlbumCover() local
2956 IconMgr::IconType icon_type = list_item.GetTypeIcon(); in DrawCurrentPlaylistIndicator() local
3431 void CPlayerUIBase::DrawUiIcon(const CRect& rect, IconMgr::IconType icon_type, IconMgr::IconStyle i… in DrawUiIcon()
H A DDesktopLyric.cpp360 void CDesktopLyric::DrawToolIcon(Gdiplus::Graphics* pGraphics, IconMgr::IconType icon_type, CRect r… in DrawToolIcon()