uiacceltk/hitchcock/goommonitor/inc/goomrunpluginconfig.h
branchRCL_3
changeset 8 46927d61fef3
parent 0 15bf7259bb7c
child 19 e5af45d51884
equal deleted inserted replaced
7:88b23e2e82e1 8:46927d61fef3
    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_*/