uiacceltk/hitchcock/Client/src/alfdrawer.cpp
branchRCL_3
changeset 19 e5af45d51884
parent 18 1801340c26a2
child 20 31fccae4f8a7
equal deleted inserted replaced
18:1801340c26a2 19:e5af45d51884
    49     TAlfDrawerDirectClient( RAlfDirectClient& aClient );
    49     TAlfDrawerDirectClient( RAlfDirectClient& aClient );
    50     TInt GetSizeAndRotation(TSize& aSize, TInt& aRotation);
    50     TInt GetSizeAndRotation(TSize& aSize, TInt& aRotation);
    51     TInt ReadPixels(CFbsBitmap* aBitmap);
    51     TInt ReadPixels(CFbsBitmap* aBitmap);
    52 
    52 
    53 private:
    53 private:
    54     RAlfDirectClient& iClient;
    54     RAlfDirectClient iClient;
    55     };
    55     };
    56    
    56    
    57 /**
    57 /**
    58  * Misc utility methods for CAlfDrawer.
    58  * Misc utility methods for CAlfDrawer.
    59  */
    59  */