photosgallery/viewframework/views/fullscreenview/inc/glxfullscreenbindingsetfactory.h
changeset 0 4e91876724a2
child 15 d08a2bd7f23a
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 fULL-SCREEN view
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 
       
    21 #ifndef _GLXFULLSCREENBINDINGSETFACTORY_H_
       
    22 #define _GLXFULLSCREENBINDINGSETFACTORY_H_
       
    23 
       
    24 #include <e32def.h>
       
    25 #include <mul/mulvisualitem.h>
       
    26 #include "glxmulbindingsetfactory.h"
       
    27 
       
    28 NONSHARABLE_CLASS( TGlxMulFullScreenBindingSetFactory ) : public TGlxMulBindingSetFactory
       
    29     {
       
    30 public:
       
    31     IMPORT_C TGlxMulFullScreenBindingSetFactory::TGlxMulFullScreenBindingSetFactory();
       
    32     IMPORT_C TGlxMulFullScreenBindingSetFactory::~TGlxMulFullScreenBindingSetFactory();
       
    33 private:
       
    34     void AddBindingsL() const;
       
    35     };
       
    36    
       
    37  NONSHARABLE_CLASS( TGlxMulFSMPTitleBindingSetFactory ) : public TGlxMulBindingSetFactory
       
    38     {
       
    39 public:
       
    40 	IMPORT_C TGlxMulFSMPTitleBindingSetFactory();
       
    41 	IMPORT_C ~TGlxMulFSMPTitleBindingSetFactory();
       
    42 private:
       
    43 	/**
       
    44 	* Add different types of binding to the Binding set	
       
    45 	* @param aCommand command associated with option menu item/items
       
    46 	*/
       
    47 	void AddBindingsL() const;
       
    48     };    
       
    49 	
       
    50 NONSHARABLE_CLASS( TGlxMulFSMPDateBindingSetFactory ) : public TGlxMulBindingSetFactory
       
    51     {
       
    52 public:
       
    53 	IMPORT_C TGlxMulFSMPDateBindingSetFactory();
       
    54 	IMPORT_C ~TGlxMulFSMPDateBindingSetFactory();
       
    55 private:
       
    56 	/**
       
    57 	* Add different types of binding to the Binding set	
       
    58 	* @param aCommand command associated with option menu item/items
       
    59 	*/
       
    60 	void AddBindingsL() const;
       
    61     };   
       
    62 
       
    63 NONSHARABLE_CLASS( TGlxMulFSMPTimeBindingSetFactory ) : public TGlxMulBindingSetFactory
       
    64     {
       
    65 public:
       
    66 	IMPORT_C TGlxMulFSMPTimeBindingSetFactory();
       
    67 	IMPORT_C ~TGlxMulFSMPTimeBindingSetFactory();
       
    68 private:
       
    69 	/**
       
    70 	* Add different types of binding to the Binding set	
       
    71 	* @param aCommand command associated with option menu item/items
       
    72 	*/
       
    73 	void AddBindingsL() const;
       
    74     }; 
       
    75 NONSHARABLE_CLASS( TGlxMulFSMPMemoryBindingSetFactory ) : public TGlxMulBindingSetFactory
       
    76     {
       
    77 public:
       
    78 	IMPORT_C TGlxMulFSMPMemoryBindingSetFactory();
       
    79 	IMPORT_C ~TGlxMulFSMPMemoryBindingSetFactory();
       
    80 private:
       
    81 	/**
       
    82 	* Add different types of binding to the Binding set	
       
    83 	* @param aCommand command associated with option menu item/items
       
    84 	*/
       
    85 	void AddBindingsL() const;
       
    86     };   
       
    87 	
       
    88 
       
    89 NONSHARABLE_CLASS( TGlxMulFSMPAlbumBindingSetFactory ) : public TGlxMulBindingSetFactory
       
    90     {
       
    91 public:
       
    92 	IMPORT_C TGlxMulFSMPAlbumBindingSetFactory();
       
    93 	IMPORT_C ~TGlxMulFSMPAlbumBindingSetFactory();
       
    94 private:
       
    95 	/**
       
    96 	* Add different types of binding to the Binding set	
       
    97 	* @param aCommand command associated with option menu item/items
       
    98 	*/
       
    99 	void AddBindingsL() const;
       
   100     };   
       
   101 	
       
   102 NONSHARABLE_CLASS( TGlxMulFSMPLocationBindingSetFactory ) : public TGlxMulBindingSetFactory
       
   103     {
       
   104 public:
       
   105 	IMPORT_C TGlxMulFSMPLocationBindingSetFactory();
       
   106 	IMPORT_C ~TGlxMulFSMPLocationBindingSetFactory();
       
   107 private:
       
   108 	/**
       
   109 	* Add different types of binding to the Binding set	
       
   110 	* @param aCommand command associated with option menu item/items
       
   111 	*/
       
   112 	void AddBindingsL() const;
       
   113     };  
       
   114 	
       
   115 NONSHARABLE_CLASS( TGlxMulFSMPTagsBindingSetFactory ) : public TGlxMulBindingSetFactory
       
   116     {
       
   117 public:
       
   118 	IMPORT_C TGlxMulFSMPTagsBindingSetFactory();
       
   119 	IMPORT_C ~TGlxMulFSMPTagsBindingSetFactory();
       
   120 private:
       
   121 	/**
       
   122 	* Add different types of binding to the Binding set	
       
   123 	* @param aCommand command associated with option menu item/items
       
   124 	*/
       
   125 	void AddBindingsL() const;
       
   126     }; 
       
   127 
       
   128 #endif // _GLXFULLSCREENBINDINGSETFACTORY_H_