Searched defs:icon_type (Results 1 – 12 of 12) sorted by relevance
/MusicPlayer2/MusicPlayer2/ |
H A D | MenuMgr.cpp | 23 …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 D | PlayerToolBar.cpp | 22 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 D | CTabCtrlEx.cpp | 23 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 D | EditStringListDlg.cpp | 28 void CEditStringListDlg::SetDlgIcon(IconMgr::IconType icon_type) in SetDlgIcon()
|
H A D | SelectItemDlg.cpp | 28 void CSelectItemDlg::SetDlgIcon(IconMgr::IconType icon_type) in SetDlgIcon()
|
H A D | StaticEx.cpp | 40 void CStaticEx::SetIcon(IconMgr::IconType icon_type) in SetIcon()
|
H A D | PlayerToolBar.h | 40 IconMgr::IconType icon_type; //图标类型 member
|
H A D | SearchEditCtrl.cpp | 81 IconMgr::IconType icon_type = IconMgr::IconType::IT_Find; in OnDrawBrowseButton() local
|
H A D | BrowseEdit.cpp | 63 IconMgr::IconType icon_type = IconMgr::IconType::IT_Folder; in OnDrawBrowseButton() local
|
H A D | CortanaLyric.cpp | 332 IconMgr::IconType icon_type = IconMgr::IconType::IT_Default_Cover_Stopped; in DrawAlbumCover() local
|
H A D | CPlayerUIBase.cpp | 1302 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 D | DesktopLyric.cpp | 360 void CDesktopLyric::DrawToolIcon(Gdiplus::Graphics* pGraphics, IconMgr::IconType icon_type, CRect r… in DrawToolIcon()
|