uifw/AvKon/tsrc/bc/bctestdom5.0/bctestdomnotifier/inc/PslnModel.h
changeset 14 3320e4e6e8bb
parent 0 2f259fa3e83a
equal deleted inserted replaced
0:2f259fa3e83a 14:3320e4e6e8bb
    19 #ifndef C_PSLNMODEL_H
    19 #ifndef C_PSLNMODEL_H
    20 #define C_PSLNMODEL_H
    20 #define C_PSLNMODEL_H
    21 
    21 
    22 #include <downloadedcontenthandler.h>
    22 #include <downloadedcontenthandler.h>
    23 #include <AknServerApp.h>
    23 #include <AknServerApp.h>
    24 #include <ScreensaverPluginIntDef.h>
       
    25 #include <aknssrvclient.h>
    24 #include <aknssrvclient.h>
    26 #include <Babitflags.h>
    25 #include <Babitflags.h>
    27 
    26 
       
    27 // Screen saver plugin capabilities
       
    28 enum TScPluginCaps
       
    29     {
       
    30     // Plugin has no special capabilities
       
    31     EScpCapsNone = 0x00,
       
    32     // Plugin implements the configure function
       
    33     EScpCapsConfigure = 0x01,
       
    34     // Plugin wants to be notified when selected as the active screensaver
       
    35     EScpCapsSelectionNotification = 0x02,
       
    36     // Plugin wants to be notified when preview command is selected
       
    37     EScpCapsPreviewNotification = 0x04
       
    38     };
       
    39 	
    28 // Determines the type of skin list.
    40 // Determines the type of skin list.
    29 enum TPslnSkinNameType
    41 enum TPslnSkinNameType
    30     {
    42     {
    31     // list name
    43     // list name
    32     EPslnSkinNameTypeList = 0,
    44     EPslnSkinNameTypeList = 0,