idlehomescreen/xmluirendering/uiengine/inc/xnviewdata.inl
branchRCL_3
changeset 9 f966699dea19
parent 0 f72a12da539e
equal deleted inserted replaced
5:c743ef5928ba 9:f966699dea19
    45     {
    45     {
    46     return ( iFlags.IsSet( EIsInitial ) ? ETrue : EFalse );
    46     return ( iFlags.IsSet( EIsInitial ) ? ETrue : EFalse );
    47     };
    47     };
    48 
    48 
    49 // ---------------------------------------------------------------------------
    49 // ---------------------------------------------------------------------------
    50 // Sets focused node
       
    51 // ---------------------------------------------------------------------------
       
    52 //
       
    53 inline void CXnViewData::SetFocusedNode( CXnNode* aNode )
       
    54     {
       
    55     iFocusedNode = aNode;
       
    56     };
       
    57 
       
    58 // ---------------------------------------------------------------------------
       
    59 // Returns focused node
       
    60 // ---------------------------------------------------------------------------
       
    61 //
       
    62 inline CXnNode* CXnViewData::FocusedNode() const
       
    63     {
       
    64     return iFocusedNode;
       
    65     };
       
    66 
       
    67 // ---------------------------------------------------------------------------
       
    68 // Sets to use empty widget
    50 // Sets to use empty widget
    69 // ---------------------------------------------------------------------------
    51 // ---------------------------------------------------------------------------
    70 //
    52 //
    71 inline void CXnViewData::SetUseEmptyWidget( TBool aUse )
    53 inline void CXnViewData::SetUseEmptyWidget( TBool aUse )
    72     {
    54     {