uiacceltk/hitchcock/ServerCore/Inc/alfhierarchymodel.h
changeset 21 6ce30188c5bf
parent 19 f5bac0badc7e
equal deleted inserted replaced
19:f5bac0badc7e 21:6ce30188c5bf
    81     // utils
    81     // utils
    82     void DoReleaseSemaphor();
    82     void DoReleaseSemaphor();
    83     
    83     
    84     void RequestPacketEndCallback( TInt aOffset );
    84     void RequestPacketEndCallback( TInt aOffset );
    85     
    85     
    86     void RequestFrameEndCallback();
    86     void RequestFrameEndCallback(TBool aCompositionModified);
    87 
    87 
    88     RHashMap<TUint32,CNodeHashStruct> iNodeHashArray;
    88     RHashMap<TUint32,CNodeHashStruct> iNodeHashArray;
    89     
    89     
    90     CAlfNode* FindNode( TUint32 aWindowId );
    90     CAlfNode* FindNode( TUint32 aWindowId );
    91 
    91 
   142      * ExecuteCommandsL
   142      * ExecuteCommandsL
   143      * Internalizes the streamed data.
   143      * Internalizes the streamed data.
   144      *
   144      *
   145      * @since S60 ?S60_version
   145      * @since S60 ?S60_version
   146      */
   146      */
   147     void ExecuteCommandsL();
   147     void ExecuteCommandsL(TBool aCompositionModified = EFalse);
   148     
   148     
   149     // Commands from window tree oberver at renderstage
   149     // Commands from window tree oberver at renderstage
   150     void DoNodeCreatedL();
   150     void DoNodeCreatedL();
   151     void DoNodeReleasedL();
   151     void DoNodeReleasedL();
   152     void DoNodeActivatedL();
   152     void DoNodeActivatedL();