Main Page | Namespace List | Class Hierarchy | Class List | Directories | File List | Namespace Members | Class Members | File Members

WndMedia.h

Go to the documentation of this file.
00001 //
00002 // WndMedia.h
00003 //
00004 // Copyright (c) Shareaza Development Team, 2002-2005.
00005 // This file is part of SHAREAZA (www.shareaza.com)
00006 //
00007 // Shareaza is free software; you can redistribute it
00008 // and/or modify it under the terms of the GNU General Public License
00009 // as published by the Free Software Foundation; either version 2 of
00010 // the License, or (at your option) any later version.
00011 //
00012 // Shareaza is distributed in the hope that it will be useful,
00013 // but WITHOUT ANY WARRANTY; without even the implied warranty of
00014 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
00015 // GNU General Public License for more details.
00016 //
00017 // You should have received a copy of the GNU General Public License
00018 // along with Shareaza; if not, write to the Free Software
00019 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
00020 //
00021 
00022 #if !defined(AFX_WNDMEDIA_H__33CD05D9_37E1_4925_A4C0_934318FE224E__INCLUDED_)
00023 #define AFX_WNDMEDIA_H__33CD05D9_37E1_4925_A4C0_934318FE224E__INCLUDED_
00024 
00025 #pragma once
00026 
00027 #include "WndPanel.h"
00028 #include "CtrlMediaFrame.h"
00029 
00030 
00031 class CMediaWnd : public CPanelWnd
00032 {
00033 // Construction
00034 public:
00035         CMediaWnd();
00036         virtual ~CMediaWnd();
00037 
00038         DECLARE_SERIAL(CMediaWnd)
00039 
00040 // Attributes
00041 protected:
00042         CMediaFrame     m_wndFrame;
00043 
00044 // Operations
00045 public:
00046         virtual void OnSkinChange();
00047         virtual BOOL OnDropFiles(CStringList& pFiles, const CPoint& ptScreen, BOOL bDrop);
00048 public:
00049         virtual BOOL PlayFile(LPCTSTR pszFile);
00050         virtual BOOL EnqueueFile(LPCTSTR pszFile);
00051         virtual BOOL IsPlaying();
00052         virtual void OnFileDelete(LPCTSTR pszFile);
00053 
00054 // Overrides
00055 public:
00056         //{{AFX_VIRTUAL(CMediaWnd)
00057         public:
00058         virtual BOOL OnCmdMsg(UINT nID, int nCode, void* pExtra, AFX_CMDHANDLERINFO* pHandlerInfo);
00059         virtual BOOL PreTranslateMessage(MSG* pMsg);
00060         //}}AFX_VIRTUAL
00061 
00062 // Implementation
00063 protected:
00064         //{{AFX_MSG(CMediaWnd)
00065         afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
00066         afx_msg void OnDestroy();
00067         afx_msg void OnSize(UINT nType, int cx, int cy);
00068         afx_msg void OnPaint();
00069         afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
00070         afx_msg BOOL OnNcActivate(BOOL bActive);
00071         //}}AFX_MSG
00072 
00073         afx_msg LONG OnIdleUpdateCmdUI(WPARAM wParam, LPARAM lParam);
00074         afx_msg LONG OnMediaKey(WPARAM wParam, LPARAM lParam);
00075         afx_msg LONG OnDevModeChange(WPARAM wParam, LPARAM lParam);
00076         afx_msg LONG OnDisplayChange(WPARAM wParam, LPARAM lParam);
00077         afx_msg void OnDropFiles(HDROP hDropInfo);
00078 
00079         DECLARE_MESSAGE_MAP()
00080 
00081 };
00082 
00083 //{{AFX_INSERT_LOCATION}}
00084 
00085 #endif // !defined(AFX_WNDMEDIA_H__33CD05D9_37E1_4925_A4C0_934318FE224E__INCLUDED_)
00086 

Generated on Thu Dec 15 10:39:53 2005 for Shareaza 2.2.1.0 by  doxygen 1.4.2