tstaskmonitor/client/s60/inc/tsscreenshotclient.h
changeset 104 9b022b1f357c
parent 83 156f692b1687
equal deleted inserted replaced
103:b99b84bcd2d1 104:9b022b1f357c
    33 
    33 
    34 public:
    34 public:
    35     IMPORT_C TInt RegisterScreenshot(CFbsBitmap *screenshot, TInt wgId, UpdatePriority priority = Normal);
    35     IMPORT_C TInt RegisterScreenshot(CFbsBitmap *screenshot, TInt wgId, UpdatePriority priority = Normal);
    36     IMPORT_C void RegisterScreenshot(TRequestStatus &status, CFbsBitmap *screenshot, TInt wgId, UpdatePriority priority = Normal);
    36     IMPORT_C void RegisterScreenshot(TRequestStatus &status, CFbsBitmap *screenshot, TInt wgId, UpdatePriority priority = Normal);
    37     IMPORT_C TInt UnregisterScreenshot(TInt wgId);
    37     IMPORT_C TInt UnregisterScreenshot(TInt wgId);
       
    38     IMPORT_C TInt SetVisibility(TInt wgId, Visibility value);
    38 
    39 
    39 private:
    40 private:
    40     CTsScreenshotClient();
    41     CTsScreenshotClient();
    41     void ConstructL();
    42     void ConstructL();
    42 
    43