inc/screensaverview.h
branchRCL_3
changeset 11 4784a3bc2236
parent 0 040fcad49f44
child 15 2e08ef6b6eda
equal deleted inserted replaced
10:1c806ee746e7 11:4784a3bc2236
    72     /**
    72     /**
    73     * Creates the preview display object
    73     * Creates the preview display object
    74     */
    74     */
    75     void CreatePreviewDisplayObjectL();
    75     void CreatePreviewDisplayObjectL();
    76     
    76     
       
    77     /**
       
    78     * Returns true the screensaver doesn't draw anything
       
    79     */
       
    80     TBool IsContentlessScreensaver() const;
    77 
    81 
    78 public://From CAknView
    82 public://From CAknView
    79     
    83     
    80     /**
    84     /**
    81     * Returns views id, intended for overriding by sub classes.
    85     * Returns views id, intended for overriding by sub classes.
   153 
   157 
   154     /**
   158     /**
   155     * The plugin refresh rate
   159     * The plugin refresh rate
   156     */
   160     */
   157     TInt iPluginRefreshRate;
   161     TInt iPluginRefreshRate;
       
   162     
       
   163     /**
       
   164     * True if the active screensaver doesn't draw (e.g None)
       
   165     */
       
   166     TBool iIsContentless;
   158 
   167 
   159     };
   168     };
   160 
   169 
   161 #endif // C_SCREENSAVERVIEW_H
   170 #endif // C_SCREENSAVERVIEW_H