photosgallery/viewframework/views/metadatadialog/inc/glxmetadatacontainer.h
branchRCL_3
changeset 75 01504893d9cb
parent 64 34937ec34dac
equal deleted inserted replaced
68:5b238bc8ffb6 75:01504893d9cb
    94                                  TListBoxEvent aEventType);
    94                                  TListBoxEvent aEventType);
    95    void HandleListboxChangesL();
    95    void HandleListboxChangesL();
    96    
    96    
    97    //Enable disble the options based on the current selected item
    97    //Enable disble the options based on the current selected item
    98    TBool IsItemModifiable();
    98    TBool IsItemModifiable();
       
    99    TBool IsLicenseItem();
    99    TBool IsLocationItem();
   100    TBool IsLocationItem();
   100    
   101    
   101    //Delete the location information
   102    //Delete the location information
   102    void RemoveLocationL();
   103    void RemoveLocationL();
   103    //Change MSK
   104    //Change MSK
   215 		MToolbarResetObserver& iResetToolbarObs; // observer
   216 		MToolbarResetObserver& iResetToolbarObs; // observer
   216 
   217 
   217     	//Flag to indicate rename command is started
   218     	//Flag to indicate rename command is started
   218     	TBool iRenameStarted;
   219     	TBool iRenameStarted;
   219 
   220 
   220         // Flag to indicate text entry popup display status
       
   221         TBool iIsPopupShown;
       
   222 	};
   221 	};
   223 
   222 
   224 #endif //C_GLXMETADATACONTAINER_H__
   223 #endif //C_GLXMETADATACONTAINER_H__
   225 
   224 
   226 //End of file
   225 //End of file