photosgallery/viewframework/views/metadataview/inc/glxmetadatabindingsetfactory.h
changeset 0 4e91876724a2
equal deleted inserted replaced
-1:000000000000 0:4e91876724a2
       
     1 /*
       
     2 * Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies). 
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:    Implementation of Metadata view
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #ifndef _GLXMETADATABINDINGSETFACTORY_H_
       
    21 #define _GLXMETADATABINDINGSETFACTORY_H_
       
    22 
       
    23 
       
    24 #include <e32def.h>
       
    25 #include <mul\mulvisualitem.h>
       
    26 #include "glxmulbindingsetfactory.h"
       
    27 
       
    28 NONSHARABLE_CLASS( TGlxMulTitleDetailsBindingSetFactory ) : public TGlxMulBindingSetFactory
       
    29     {
       
    30 public:
       
    31 	IMPORT_C TGlxMulTitleDetailsBindingSetFactory();
       
    32 	IMPORT_C ~TGlxMulTitleDetailsBindingSetFactory();
       
    33 private:
       
    34 	/**
       
    35 	* Add different types of binding to the Binding set	
       
    36 	* @param aCommand command associated with option menu item/items
       
    37 	*/
       
    38 	void AddBindingsL() const;
       
    39     };
       
    40 
       
    41 NONSHARABLE_CLASS( TGlxMulDateAndTimeDetailsBindingSetFactory ) : public TGlxMulBindingSetFactory
       
    42     {
       
    43 public:
       
    44 	IMPORT_C TGlxMulDateAndTimeDetailsBindingSetFactory();
       
    45 	IMPORT_C ~TGlxMulDateAndTimeDetailsBindingSetFactory();
       
    46 private:
       
    47 	/**
       
    48 	* Add different types of binding to the Binding set	
       
    49 	* @param aCommand command associated with option menu item/items
       
    50 	*/
       
    51 	void AddBindingsL() const;
       
    52     };
       
    53 
       
    54 NONSHARABLE_CLASS( TGlxMulDescriptionDetailsBindingSetFactory ) : public TGlxMulBindingSetFactory
       
    55     {
       
    56 public:
       
    57 	IMPORT_C TGlxMulDescriptionDetailsBindingSetFactory();
       
    58 	IMPORT_C ~TGlxMulDescriptionDetailsBindingSetFactory();
       
    59 private:
       
    60 	/**
       
    61 	* Add different types of binding to the Binding set	
       
    62 	* @param aCommand command associated with option menu item/items
       
    63 	*/
       
    64 	void AddBindingsL() const;
       
    65     };
       
    66 
       
    67 NONSHARABLE_CLASS( TGlxMulTagsDetailsBindingSetFactory ) : public TGlxMulBindingSetFactory
       
    68     {
       
    69 public:
       
    70 	IMPORT_C TGlxMulTagsDetailsBindingSetFactory();
       
    71 	IMPORT_C ~TGlxMulTagsDetailsBindingSetFactory();
       
    72 private:
       
    73 	/**
       
    74 	* Add different types of binding to the Binding set	
       
    75 	* @param aCommand command associated with option menu item/items
       
    76 	*/
       
    77 	void AddBindingsL() const;
       
    78     };
       
    79     
       
    80 NONSHARABLE_CLASS( TGlxMulAlbumsDetailsBindingSetFactory ) : public TGlxMulBindingSetFactory
       
    81     {
       
    82 public:
       
    83 	IMPORT_C TGlxMulAlbumsDetailsBindingSetFactory();
       
    84 	IMPORT_C ~TGlxMulAlbumsDetailsBindingSetFactory();
       
    85 private:
       
    86 	/**
       
    87 	* Add different types of binding to the Binding set	
       
    88 	* @param aCommand command associated with option menu item/items
       
    89 	*/
       
    90 	void AddBindingsL() const;
       
    91     };
       
    92     
       
    93 NONSHARABLE_CLASS( TGlxMulLocationDetailsBindingSetFactory ) : public TGlxMulBindingSetFactory
       
    94     {
       
    95 public:
       
    96 	IMPORT_C TGlxMulLocationDetailsBindingSetFactory();
       
    97 	IMPORT_C ~TGlxMulLocationDetailsBindingSetFactory();
       
    98 private:
       
    99 	/**
       
   100 	* Add different types of binding to the Binding set	
       
   101 	* @param aCommand command associated with option menu item/items
       
   102 	*/
       
   103 	void AddBindingsL() const;
       
   104     };     
       
   105     
       
   106 NONSHARABLE_CLASS( TGlxMulFileSizeDetailsBindingSetFactory ) : public TGlxMulBindingSetFactory
       
   107     {
       
   108 public:
       
   109 	IMPORT_C TGlxMulFileSizeDetailsBindingSetFactory();
       
   110 	IMPORT_C ~TGlxMulFileSizeDetailsBindingSetFactory();
       
   111 private:
       
   112 	/**
       
   113 	* Add different types of binding to the Binding set	
       
   114 	* @param aCommand command associated with option menu item/items
       
   115 	*/
       
   116 	void AddBindingsL() const;
       
   117     };      
       
   118 
       
   119 
       
   120 NONSHARABLE_CLASS( TGlxMulResolutionDetailsBindingSetFactory ) : public TGlxMulBindingSetFactory
       
   121     {
       
   122 public:
       
   123 	IMPORT_C TGlxMulResolutionDetailsBindingSetFactory();
       
   124 	IMPORT_C ~TGlxMulResolutionDetailsBindingSetFactory();
       
   125 private:
       
   126 	/**
       
   127 	* Add different types of binding to the Binding set	
       
   128 	* @param aCommand command associated with option menu item/items
       
   129 	*/
       
   130 	void AddBindingsL() const;
       
   131     };    
       
   132 
       
   133 NONSHARABLE_CLASS( TGlxMulDurationDetailsBindingSetFactory ) : public TGlxMulBindingSetFactory
       
   134     {
       
   135 public:
       
   136 	IMPORT_C TGlxMulDurationDetailsBindingSetFactory();
       
   137 	IMPORT_C ~TGlxMulDurationDetailsBindingSetFactory();
       
   138 private:
       
   139 	/**
       
   140 	* Add different types of binding to the Binding set	
       
   141 	* @param aCommand command associated with option menu item/items
       
   142 	*/
       
   143 	void AddBindingsL() const;
       
   144     };
       
   145     
       
   146 NONSHARABLE_CLASS( TGlxMulUsageRightsDetailsBindingSetFactory ) : public TGlxMulBindingSetFactory
       
   147     {
       
   148 public:
       
   149 	IMPORT_C TGlxMulUsageRightsDetailsBindingSetFactory();
       
   150 	IMPORT_C ~TGlxMulUsageRightsDetailsBindingSetFactory();
       
   151 private:
       
   152 	/**
       
   153 	* Add different types of binding to the Binding set	
       
   154 	* @param aCommand command associated with option menu item/items
       
   155 	*/
       
   156 	void AddBindingsL() const;
       
   157     };
       
   158 
       
   159 #endif // _GLXMETADATABINDINGSETFACTORY_H_