inc/screensaverctrlplugin.h
branchRCL_3
changeset 13 4784a3bc2236
parent 0 040fcad49f44
equal deleted inserted replaced
12:1c806ee746e7 13:4784a3bc2236
    83     * 
    83     * 
    84     * @param aEvent the event send to plugin
    84     * @param aEvent the event send to plugin
    85     * @return TInt  
    85     * @return TInt  
    86     */
    86     */
    87     TInt SendPluginEvent( TScreensaverEvent aEvent );
    87     TInt SendPluginEvent( TScreensaverEvent aEvent );
       
    88     
       
    89     /**
       
    90     * Returns the implemenataion UID of the plugin
       
    91     * 
       
    92     * @return TUid Implementation UID
       
    93     */
       
    94     TUid PluginImplementationUid() const;
    88 
    95 
    89 public:
    96 public:
    90     // From MScreensaverPluginHost
    97     // From MScreensaverPluginHost
    91     void UseStandardIndicators();
    98     void UseStandardIndicators();
    92     void OverrideStandardIndicators();
    99     void OverrideStandardIndicators();
   199     
   206     
   200     /**
   207     /**
   201     * The refresh rate of plugin
   208     * The refresh rate of plugin
   202     */
   209     */
   203     TInt iPluginRefreshRate;
   210     TInt iPluginRefreshRate;
       
   211     
       
   212     /**
       
   213     * The implementation UID of the plugin
       
   214     */
       
   215     TUid iPluginImplUid;
       
   216     
   204     };
   217     };
   205 #endif // C_SCREENSAVERCTRLPLUGIN_H
   218 #endif // C_SCREENSAVERCTRLPLUGIN_H