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

Symbian

开发平台:

Visual C++

  1. /* ***** BEGIN LICENSE BLOCK *****
  2.  * Source last modified: $Id: hxpref.h,v 1.4.24.1 2004/07/09 02:07:18 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 _HXPREFERENCES_
  50. #define _HXPREFERENCES_
  51. struct IHXScheduler;
  52. class CPref;
  53. #ifdef _UNIX
  54. class HXPreferencesCallback;
  55. #endif
  56. #include "unkimp.h"
  57. #include "hxprefs.h"
  58. #include "hxstring.h"
  59. #include "hxprefutil.h"
  60. class HXPreferences : public CUnknownIMP,
  61. public IHXPreferences,
  62. public IHXPreferences2,
  63. public IHXPreferences3
  64. {
  65. protected:
  66.     CHXString m_CompanyName;
  67.     CHXString m_ProductName;
  68.     ULONG32 m_nProdMajorVer;
  69.     ULONG32 m_nProdMinorVer;
  70.     BOOL m_bCommon;
  71. public:
  72.     HXPreferences();
  73.     ~HXPreferences();
  74.     DECLARE_UNKNOWN( HXPreferences )
  75.     /************************************************************************
  76.      * Method:
  77.      * HXPreferences::Open
  78.      * Purpose:
  79.      * TBD
  80.      */
  81.     STDMETHOD(Open) (THIS_
  82.     const char* pCompanyName, const char* pProductName, 
  83.     ULONG32 nProdMajorVer, ULONG32 nProdMinorVer);
  84.     /************************************************************************
  85.      * Method:
  86.      * HXPreferences::OpenShared
  87.      * Purpose:
  88.      * Have this preference object read/write from the company wide shared
  89.      * location for all products
  90.      */
  91.     STDMETHOD(OpenShared) (THIS_
  92. const char* pCompanyName);
  93.     /************************************************************************
  94.      * Method:
  95.      * HXPreferences::OpenUserPref
  96.      * Purpose:
  97.      * Opens user-specific preferences on multi-user system.
  98.      */
  99.     STDMETHOD(OpenUserPref) (THIS_
  100.     const char* pCompanyName, const char* pProductName, 
  101.     ULONG32 nProdMajorVer, ULONG32 nProdMinorVer);
  102.     void      Close(void);
  103.     /*
  104.      * IHXPreferences methods
  105.      */
  106.     /************************************************************************
  107.      * Method:
  108.      * IHXPreferences::ReadPref
  109.      * Purpose:
  110.      * TBD
  111.      */
  112.     STDMETHOD(ReadPref) (THIS_
  113.     const char* pPrefKey, IHXBuffer*& pBuffer);
  114.     /************************************************************************
  115.      * Method:
  116.      * IHXPreferences::WritePref
  117.      * Purpose:
  118.      * TBD
  119.      */
  120.     STDMETHOD(WritePref) (THIS_
  121.     const char* pPrefKey, IHXBuffer* pBuffer);
  122.     /************************************************************************
  123.      * Method:
  124.      * IHXPreferences::GetPreferenceEnumerator
  125.      * Purpose:
  126.      * TBD
  127.      */
  128.     STDMETHOD(GetPreferenceEnumerator)(THIS_ 
  129. REF(IHXPreferenceEnumerator*) /*OUT*/ pEnum);
  130.     /************************************************************************
  131.      * Method:
  132.      * IHXPreferences2::SetRoot
  133.      * Purpose:
  134.      * Reset the root of the preferences
  135.      */
  136.     STDMETHOD(ResetRoot)(THIS_ const char* pCompanyName, const char* pProductName, 
  137.     int nProdMajorVer, int nProdMinorVer);
  138.     /************************************************************************
  139.      * Method:
  140.      * IHXPreferences::DeletePref
  141.      * Purpose:
  142.      * TBD
  143.      */
  144.     STDMETHOD(DeletePref) (THIS_ const char* pPrefKey);
  145.     /************************************************************************
  146.      * Method:
  147.      * HXPreferences::OpenSharedUser
  148.      * Purpose:
  149.      * Have this preference object read/write from the company wide shared
  150.      * location for all products on a multi-user system
  151.      */
  152.     STDMETHOD(OpenSharedUser)(THIS_ const char* pCompanyName);
  153. #if defined(_UNIX) || defined(_CARBON)
  154.     HX_RESULT CommitPrefs();
  155. #endif
  156.    HX_RESULT        SetContext(IUnknown* pContext);
  157. protected:
  158.     CPref*     m_pPref;
  159.     IUnknown*     m_pContext;
  160. #ifdef _UNIX
  161.     HXPreferencesCallback* m_pCallback;
  162. #endif
  163. };
  164. class HXPreferenceEnumerator : public IHXPreferenceEnumerator
  165. {
  166. protected:
  167.     LONG32 m_lRefCount;
  168. public:
  169.     HXPreferenceEnumerator(const char* pCompanyName, 
  170.     const char* pProductName, 
  171.     ULONG32 nProdMajorVer, 
  172.     ULONG32 nProdMinorVer,
  173.     BOOL bCommon);
  174.     ~HXPreferenceEnumerator();
  175.     /*
  176.      * IUnknown methods
  177.      */
  178.     STDMETHOD(QueryInterface) (THIS_
  179. REFIID riid,
  180. void** ppvObj);
  181.     STDMETHOD_(ULONG32,AddRef) (THIS);
  182.     STDMETHOD_(ULONG32,Release) (THIS);
  183.     /*
  184.      * IHXPreferenceEnumerator methods
  185.      */
  186.     /************************************************************************
  187.      * Method:
  188.      * IHXPreferenceEnumerator::EndSubPref
  189.      * Purpose:
  190.      * TBD
  191.      */
  192.     STDMETHOD(BeginSubPref) (THIS_ const char* szSubPref);
  193.     /************************************************************************
  194.      * Method:
  195.      * IHXPreferenceEnumerator::EndSubPref
  196.      * Purpose:
  197.      * TBD
  198.      */
  199.    STDMETHOD(EndSubPref) (THIS);
  200.     /************************************************************************
  201.      * Method:
  202.      * IHXPreferenceEnumerator::GetPrefKey
  203.      * Purpose:
  204.      * TBD
  205.      */
  206.    STDMETHOD(GetPrefKey) (THIS_ UINT32 nIndex, REF(IHXBuffer*) pBuffer);
  207.     /************************************************************************
  208.      * Method:
  209.      * IHXPreferenceEnumerator::ReadPref
  210.      * Purpose:
  211.      * TBD
  212.      */
  213.     STDMETHOD(ReadPref) (THIS_
  214.     const char* pPrefKey, IHXBuffer*& pBuffer);
  215. protected:
  216.     CPref*     m_pPref;
  217. };
  218. #endif /* _HXPREFERENCES_ */