macsite.h
上传用户:dangjiwu
上传日期:2013-07-19
资源大小:42019k
文件大小:8k
源码类别:

Symbian

开发平台:

Visual C++

  1. /* ***** BEGIN LICENSE BLOCK *****
  2.  * Source last modified: $Id: macsite.h,v 1.5.20.2 2004/07/09 01:58:34 hubbe Exp $
  3.  * 
  4.  * Portions Copyright (c) 1995-2004 RealNetworks, Inc. All Rights Reserved.
  5.  * 
  6.  * The contents of this file, and the files included with this file,
  7.  * are subject to the current version of the RealNetworks Public
  8.  * Source License (the "RPSL") available at
  9.  * http://www.helixcommunity.org/content/rpsl unless you have licensed
  10.  * the file under the current version of the RealNetworks Community
  11.  * Source License (the "RCSL") available at
  12.  * http://www.helixcommunity.org/content/rcsl, in which case the RCSL
  13.  * will apply. You may also obtain the license terms directly from
  14.  * RealNetworks.  You may not use this file except in compliance with
  15.  * the RPSL or, if you have a valid RCSL with RealNetworks applicable
  16.  * to this file, the RCSL.  Please see the applicable RPSL or RCSL for
  17.  * the rights, obligations and limitations governing use of the
  18.  * contents of the file.
  19.  * 
  20.  * Alternatively, the contents of this file may be used under the
  21.  * terms of the GNU General Public License Version 2 or later (the
  22.  * "GPL") in which case the provisions of the GPL are applicable
  23.  * instead of those above. If you wish to allow use of your version of
  24.  * this file only under the terms of the GPL, and not to allow others
  25.  * to use your version of this file under the terms of either the RPSL
  26.  * or RCSL, indicate your decision by deleting the provisions above
  27.  * and replace them with the notice and other provisions required by
  28.  * the GPL. If you do not delete the provisions above, a recipient may
  29.  * use your version of this file under the terms of any one of the
  30.  * RPSL, the RCSL or the GPL.
  31.  * 
  32.  * This file is part of the Helix DNA Technology. RealNetworks is the
  33.  * developer of the Original Code and owns the copyrights in the
  34.  * portions it created.
  35.  * 
  36.  * This file, and the files included with this file, is distributed
  37.  * and made available on an 'AS IS' basis, WITHOUT WARRANTY OF ANY
  38.  * KIND, EITHER EXPRESS OR IMPLIED, AND REALNETWORKS HEREBY DISCLAIMS
  39.  * ALL SUCH WARRANTIES, INCLUDING WITHOUT LIMITATION, ANY WARRANTIES
  40.  * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, QUIET
  41.  * ENJOYMENT OR NON-INFRINGEMENT.
  42.  * 
  43.  * Technology Compatibility Kit Test Suite(s) Location:
  44.  *    http://www.helixcommunity.org/content/tck
  45.  * 
  46.  * Contributor(s):
  47.  * 
  48.  * ***** END LICENSE BLOCK ***** */
  49. #ifndef _MACSITE_H_
  50. #define _MACSITE_H_
  51. #include "hxslist.h"
  52. #include "hxmap.h"
  53. #include "chxpckts.h"
  54. #include "hxwin.h"
  55. #include "hxsite2.h"
  56. #include "hxcomm.h"
  57. #include "hxengin.h"
  58. #include "basesite.h"
  59. #ifdef THREADS_SUPPORTED
  60. #ifndef _MAC_MACHO
  61. #include <Multiprocessing.h>
  62. #endif
  63. #endif
  64. struct IHXCoreMutex;
  65. struct IHXMacBlitMutex;
  66. struct IHXClientEngine;
  67. #define USE_CARBON_TIMER
  68. void SetOriginAndMaintainClipRgn(short horizOffset, short vertOffset);
  69. class CHXMacSite : public CHXBaseSite
  70. {
  71. public:
  72. friend class CMacRootSurface;
  73. friend class CMacSurface;
  74. CHXMacSite(IUnknown* pContext, IUnknown* pUnkOuter = NULL, INT32 lZOrder = 0);
  75. virtual ~CHXMacSite();
  76.     STDMETHOD_(HXxWindow*,GetWindow)(THIS);
  77.     //HXxWindow* GetWindow();
  78. protected:
  79.     virtual void _NeedWindowedSite();
  80.     virtual void _AttachWindow();
  81.     virtual void _DetachWindow();
  82.     virtual void* _Create(void* ParentWindow, UINT32 style);
  83.     virtual void _Destroy(HXxWindow* pWindow);
  84.     virtual void _SetSize(HXxSize size);
  85.     virtual void _SetPosition(HXxPoint position);
  86.     virtual void _DamageRect(HXxRect rect);
  87.     virtual void        _DamageRegion(HXxRegion rgn);
  88.     virtual BOOL _ShouldEnterForceRedraw();
  89.     virtual void _ExitForceRedraw();
  90.     virtual void _SendOSUpdateMessage();
  91.     virtual void _ShowSite(BOOL bShow);
  92.     virtual BOOL _AtSystemTime();
  93.     virtual HX_RESULT _EventOccurred(HXxEvent* pEvent);
  94.     virtual void _GetDeviceCaps(void* hdc, UINT16& uBytesPerPixel, UINT16& uHorizRes, UINT16& uVertRes);
  95.     virtual void _GetWindowRect(HXxRect* destRect);
  96.     virtual void _DestroySliders();
  97.     virtual BOOL _HandleOSEvents(HXxEvent* pEvent);
  98. public:
  99.     static void _HandleAllOSEvents(HXxEvent* pEvent);
  100.     static RgnHandle _ConvertRegionToMacRegion(HXREGION* pRegion);
  101. protected:
  102.     virtual BOOL        _ConvertToHXEvent( HXxEvent* pEvent );
  103.     virtual void _GenerateOSEvent(HXxEvent* pEvent, HXxEvent* pEvent2);
  104.     virtual void _GenerateSetCursorEvent();
  105.     virtual void _ScaleFullScreen(HXxWindow* pWindow);
  106.     virtual HX_RESULT _EnterFullScreen();
  107.     virtual HX_RESULT _ExitFullScreen();
  108.     virtual HX_RESULT _TestFullScreen(void* hTestBitmap, const char* pszStatusText);
  109.     virtual void _TryCreateXSlider();
  110.     virtual void _SetXSliderValues(INT32 range, INT32 pageSize);
  111.     virtual void _TryCreateYSlider();
  112.     virtual void _SetYSliderValues(INT32 range, INT32 pageSize);
  113.     virtual void _GetSystemSizeOfSliders(INT32* pWidth, INT32* pHeight);
  114.     virtual BOOL _IsWindowVisible();
  115.     void ShowMacControl(ControlHandle theControl, BOOL bShow);
  116.     void SetMacControlRectangle(ControlHandle,
  117.      INT32 left, INT32 top, INT32 right, INT32 bottom);
  118.     void SetMacControlRange(ControlHandle theControl, INT32 controlMax);
  119.     virtual void _ShowXSlider(BOOL bShow);
  120.     virtual void _MoveXSlider(INT32 left, INT32 top, INT32 right, INT32 bottom, BOOL bRedraw);
  121.     virtual void _ShowYSlider(BOOL bShow);
  122.     virtual void _MoveYSlider(INT32 left, INT32 top, INT32 right, INT32 bottom, BOOL bRedraw);
  123.     virtual BOOL _DoesXSliderExist();
  124.     virtual void* _GetContainingWindow();
  125.     virtual void _GetCursorPos(HXxPoint* pPoint);
  126.     virtual void _MapPointToOSWindow(HXxPoint* pPt, void** pWindowHandle);
  127.     virtual void* _GetWindowWithCursor();
  128.     virtual void _ReInitPrimarySurface();
  129.     virtual BOOL _MoveWindow(void*, INT32 X, INT32 Y, INT32 nWidth, INT32 nHeight, BOOL bRepaint);
  130.     virtual BOOL _UpdateWindow(void* hWnd);
  131.     virtual BOOL _ShowWindow(void* hWnd, INT32 nCmdShow);
  132.     virtual BOOL _SetWindowPos(void* hWnd, void* hWndInsertAfter, INT32 X, INT32 Y, INT32 cx, INT32 cy, INT32 uFlags);
  133.     virtual BOOL _SetWindowRgn(void* hWnd, HXREGION* hRgn, BOOL bRedraw);
  134.     virtual void _SetFocus(void* pWindow);
  135.     
  136.     void GetMacContentAreaOffset(REF(HXxPoint) offset );
  137.     
  138. private:
  139.     class MacSiteRedrawCallback : public IHXCallback
  140.     {
  141.     private:
  142. LONG32 m_lRefCount;
  143. ~MacSiteRedrawCallback();
  144. PRIVATE_DESTRUCTORS_ARE_NOT_A_CRIME
  145.     public:
  146.      MacSiteRedrawCallback(CHXMacSite* pMacSite);
  147.     
  148.      // IUnknown methods
  149.      STDMETHOD(QueryInterface) (THIS_ REFIID riid, void** ppvObj);
  150.      STDMETHOD_(ULONG32, AddRef) (THIS);
  151.      STDMETHOD_(ULONG32, Release) (THIS);
  152.     
  153.      // IHXCallback methods
  154.      STDMETHOD(Func) (THIS);
  155.     
  156.      // MacSiteRedrawCallback stuff
  157.      CallbackHandle m_ulMacSiteRedrawCallbackPendingID;
  158.      CHXMacSite* m_pMacSite;
  159.     };
  160.     
  161.     MacSiteRedrawCallback* m_pMacSiteRedrawCallback;
  162. protected:
  163.     ControlHandle m_hHScrollBar;
  164.     ControlHandle m_hVScrollBar;
  165.     ControlActionUPP m_ScrollBarActionProc;
  166.     INT32 m_nHorizPageSize;
  167.     INT32 m_nVertPageSize;
  168.     
  169.     GrafPtr m_RememberMacPort;
  170.     
  171.     BOOL m_bCreatedOSWindow;
  172.     
  173.     HXxPoint m_MostRecentConvertedMouseLoc;
  174.     
  175.     static CHXSimpleList zm_ListOfMacSites;
  176.     static BOOL zm_bFullScreenActive;
  177.     HXxWindow* m_pHXxFullScreenWindow;
  178.     double m_fStretchMultiple;
  179.     static Ptr zm_pRememberFullScreenInformation;
  180.     
  181.     BOOL m_bInternalResizeOnFullscreen;
  182.     HXxSize m_RememberNonFullscreenSize;
  183.     HXxPoint m_RememberNonFullscreenPosition;
  184.     
  185.     BOOL m_bThisOrAChildHasBlitted;
  186. #ifdef THREADS_SUPPORTED
  187. #ifdef USE_CARBON_TIMER
  188. #ifdef _MAC_MACHO
  189.     CFRunLoopTimerRef m_RedrawCFTimerRef;
  190.     CFRunLoopTimerContext m_RedrawCFTimerContext;
  191.     
  192.     static void RedrawCFTimer(CFRunLoopTimerRef, CHXMacSite* pMacSite);
  193. #else
  194.     // keep Carbon Timer around for CFM builds since I
  195.     // think CFTimers need mach-o -- at least, that's
  196.     // the implication of the callback when creating
  197.     // a new CFTimer.
  198.     EventLoopTimerRef m_RedrawCarbonTimerRef;
  199.     EventLoopTimerUPP m_RedrawCarbonTimerUPP;
  200.     static void RedrawCarbonTimer(EventLoopTimerRef, CHXMacSite* pMacSite);
  201. #endif
  202. #endif
  203.     
  204.     IHXCoreMutex* m_pIHXCoreMutex;
  205.     IHXClientEngine* m_pClientEngine;
  206. #endif
  207. };
  208. #endif