photosgallery/viewframework/commandhandlers/commoncommandhandlers/inc/glxcommandhandlersend.h
branchRCL_3
changeset 13 71da52165949
parent 3 9a9c174934f5
child 25 191387a8b767
equal deleted inserted replaced
9:6b87b143d312 13:71da52165949
    26 
    26 
    27 #include <TSendingCapabilities.h>
    27 #include <TSendingCapabilities.h>
    28 
    28 
    29 //  INTERNAL INCLUDES
    29 //  INTERNAL INCLUDES
    30 #include "glxmedialistcommandhandler.h"
    30 #include "glxmedialistcommandhandler.h"
    31 
       
    32 
    31 
    33 //  FORWARD DECLARATIONS
    32 //  FORWARD DECLARATIONS
    34 class MGlxMediaListProvider;
    33 class MGlxMediaListProvider;
    35 class CGlxUiUtility;
    34 class CGlxUiUtility;
    36 class CGlxDefaultAttributeContext;
    35 class CGlxDefaultAttributeContext;
   200 	*/
   199 	*/
   201 	TSendingCapabilities Capabilities();
   200 	TSendingCapabilities Capabilities();
   202 	
   201 	
   203 private: // data
   202 private: // data
   204 
   203 
   205     // Not owned - Provider of media list
   204     /// Not owned - Provider of media list
   206     MGlxMediaListProvider* iMediaListProvider;
   205     MGlxMediaListProvider* iMediaListProvider;
   207     
   206     
   208     // ID of owning view 
   207     /// ID of owning view 
   209     TInt iViewId;
   208     TInt iViewId;
   210     
   209     
   211     // Not owned - HUI utility 
   210     /// Not owned - HUI utility 
   212     CGlxUiUtility* iUiUtility;
   211     CGlxUiUtility* iUiUtility;
   213     
   212     
   214     // Not owned - Attribute context
   213     /// Not owned - Attribute context
   215     CGlxDefaultAttributeContext* iAttributeContext;
   214     CGlxDefaultAttributeContext* iAttributeContext;
   216     
   215     
   217     // Owned - the Send pop-up list, message creation and sending services
   216     /// Owned - the Send pop-up list, message creation and sending services
   218     CSendUi* iSendUi;
   217     CSendUi* iSendUi;
   219     
   218     
   220     // Array of Send Plugins uids that should not be used
   219     /// Array of Send Plugins uids that should not be used
   221     TBool iFilterOutPlugin;
   220     TBool iFilterOutPlugin;
   222     
   221     
   223     // The resource file offset
   222     /// The resource file offset
   224 	TInt iResourceOffset;
   223 	TInt iResourceOffset;
   225     
       
   226 	};
   224 	};
   227 
   225 
   228 #endif //__GLXCOMMANDHANDLERUPLSEND_H__
   226 #endif //__GLXCOMMANDHANDLERUPLSEND_H__