uiacceltk/hitchcock/goommonitor/inc/goomrunpluginconfig.h
changeset 19 f5bac0badc7e
parent 0 15bf7259bb7c
child 46 180438f24a1e
equal deleted inserted replaced
14:83d2d132aa58 19:f5bac0badc7e
    54     // Set the time to wait 
    54     // Set the time to wait 
    55     inline void SetWaitAfterPlugin(TInt aMillisecondsToWait);
    55     inline void SetWaitAfterPlugin(TInt aMillisecondsToWait);
    56     
    56     
    57     inline TGOomPluginType PluginType();
    57     inline TGOomPluginType PluginType();
    58     
    58     
       
    59     inline void SetSwRend(TBool aSwRend);
       
    60     
       
    61     inline TBool IsSwRendSupported();
       
    62     
    59 private:
    63 private:
    60     CGOomRunPluginConfig(TUint aPluginId, TGOomPluginType aPluginType);
    64     CGOomRunPluginConfig(TUint aPluginId, TGOomPluginType aPluginType);
    61     
    65     
    62     TUint iPluginId;
    66     TUint iPluginId;
    63     
    67     
    66     TBool iWaitAfterPluginDefined;
    70     TBool iWaitAfterPluginDefined;
    67     
    71     
    68     TInt iWaitAfterPlugin; // The period to wait after a plugin has been called
    72     TInt iWaitAfterPlugin; // The period to wait after a plugin has been called
    69     
    73     
    70     TGOomPluginType iPluginType;
    74     TGOomPluginType iPluginType;
       
    75     
       
    76     TBool iSwRenderingSupported;
    71     };
    77     };
    72 
    78 
    73 #include "goomrunpluginconfig.inl"
    79 #include "goomrunpluginconfig.inl"
    74 
    80 
    75 #endif /*GOOMRUNPLUGINCONFIG_*/
    81 #endif /*GOOMRUNPLUGINCONFIG_*/