Home
last modified time | relevance | path

Searched refs:m_path_static (Results 1 – 4 of 4) sorted by relevance

/MusicPlayer2/MusicPlayer2/
H A DCFloatPlaylistDlg.cpp33 m_path_static.SetWindowText(cur_list.GetTypeDisplayName().c_str()); in RefreshData()
34 m_path_static.SetIcon(cur_list.GetTypeIcon()); in RefreshData()
64 m_path_static.MoveWindow(rect_static); in ReSizeControl()
104 return m_path_static; in GetPathStatic()
170 …return m_playlist_ctrl.GetSafeHwnd() != NULL && m_path_static.GetSafeHwnd() != NULL && m_path_edit… in Initilized()
188 m_path_static.SetWindowTextW(text); in InitializeControls()
202 DDX_Control(pDX, IDC_PATH_STATIC, m_path_static); in DoDataExchange()
259 m_path_static.SetWindowText(list_item.GetTypeDisplayName().c_str()); in BEGIN_MESSAGE_MAP()
260 m_path_static.SetIcon(list_item.GetTypeIcon()); in BEGIN_MESSAGE_MAP()
H A DCFloatPlaylistDlg.h42 CStaticEx m_path_static; variable
H A DMusicPlayerDlg.h85 CStaticEx m_path_static; variable
H A DMusicPlayerDlg.cpp125 DDX_Control(pDX, IDC_PATH_STATIC, m_path_static); in DoDataExchange()
812 m_path_static.MoveWindow(rect_static); in SetPlaylistSize()
925 m_path_static.SetWindowText(cur_list.GetTypeDisplayName().c_str()); in ShowPlayList()
926 m_path_static.SetIcon(cur_list.GetTypeIcon()); in ShowPlayList()
1017 m_path_static.ShowWindow(cmdShow); in SetPlaylistVisible()
2136 m_path_static.SetWindowTextW(text); in OnInitDialog()
2424 m_path_static.Invalidate(); in OnTimer()
3904 pThis->m_path_static.Invalidate(); in OnSplitterChanged()
4164 m_part_static_width = UpdatePlaylistCtrlPosition(this, &m_path_static, &m_path_edit); in OnPlaylistIniComplate()