photosgallery/viewframework/views/cloudview/inc/glxtagscontextmenucontrol.h
branchRCL_3
changeset 64 34937ec34dac
parent 60 5b3385a43d68
child 75 01504893d9cb
equal deleted inserted replaced
60:5b3385a43d68 64:34937ec34dac
    35 public:
    35 public:
    36     /**
    36     /**
    37      * To Handle menu items in Grid layout
    37      * To Handle menu items in Grid layout
    38      * @param aCommand command to be handled
    38      * @param aCommand command to be handled
    39      */
    39      */
    40     virtual void HandleGridMenuListL(TInt aCommand) = 0;
    40     virtual void HandleGridMenuListL(TInt aCommand = 0) = 0;
    41     };
    41     };
    42 
    42 
    43 class CGlxTagsContextMenuControl : public CAlfControl,
    43 class CGlxTagsContextMenuControl : public CAlfControl,
    44         public MGlxTimerNotifier
    44         public MGlxTimerNotifier
    45 
    45