vtuis/videotelui/inc/CVtUiMainControl.h
branchRCL_3
changeset 14 856ae1b15d98
parent 11 50bbdc59f9c4
equal deleted inserted replaced
13:392fdfb57a78 14:856ae1b15d98
    62 
    62 
    63          /**
    63          /**
    64          * LayoutRemoteVideo
    64          * LayoutRemoteVideo
    65          */
    65          */
    66         void LayoutRemoteVideo();
    66         void LayoutRemoteVideo();
       
    67 
       
    68         /**
       
    69         * Get main control pointer event flag
       
    70         * @return pointer event is from main control
       
    71         */
       
    72         TBool IsMainControlPointerEvent();
    67 
    73 
    68     public: // from CCoeControl
    74     public: // from CCoeControl
    69 
    75 
    70         /**
    76         /**
    71         * @see CCoeControl::HandlePointerEventL
    77         * @see CCoeControl::HandlePointerEventL
   158         CVtUiAppUi& iAppUi;
   164         CVtUiAppUi& iAppUi;
   159 
   165 
   160         // reference to uistates
   166         // reference to uistates
   161         TVtUiStates& iUiStates;
   167         TVtUiStates& iUiStates;
   162 
   168 
       
   169         // Main control pointer event flag
       
   170         TBool iMCPointerEvent;
   163     };
   171     };
   164 
   172 
   165 #endif      // CVTUIMAINCONTROL_H
   173 #endif      // CVTUIMAINCONTROL_H
   166 
   174 
   167 // End of File
   175 // End of File