videditor/ManualVideoEditor/inc/VeiEditVideoView.inl
changeset 0 951a5db380a0
equal deleted inserted replaced
-1:000000000000 0:951a5db380a0
       
     1 /*
       
     2 * Copyright (c) 2010 Ixonos Plc.
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of the "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - Initial contribution
       
    11 *
       
    12 * Contributors:
       
    13 * Ixonos Plc
       
    14 *
       
    15 * Description:  
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 #ifndef __VEIEDITVIDEOVIEW_INL__
       
    21 #define __VEIEDITVIDEOVIEW_INL__
       
    22 
       
    23 public:
       
    24 		/**
       
    25 		* Set temporary filename to aFilename
       
    26 		*
       
    27 		* @param aFilename
       
    28 		*/
       
    29 		inline void TempFilename( HBufC& aFilename ) const { aFilename = *iTempFile; };
       
    30 
       
    31 		inline void SetSendKey( TBool aState ) { iSendKey = aState; };
       
    32 
       
    33 		inline void SetConfirmExit()
       
    34 			{
       
    35 			iUpdateTemp = ETrue;
       
    36 			iMovieSavedFlag = EFalse;
       
    37 			};
       
    38 
       
    39 		inline TEditorState EditorState() { return iEditorState; };
       
    40 
       
    41 		/**
       
    42 		 * No description.
       
    43 		 *
       
    44 		 * @return No description.
       
    45 		 */
       
    46 		inline TWaitMode WaitMode() { return iWaitMode; };
       
    47 
       
    48 		inline void SetWaitMode( TWaitMode aMode ) { iWaitMode = aMode; }
       
    49 
       
    50 		inline CVeiPopup* Popup() { return iPopup; }
       
    51 
       
    52 		inline CVedMovie* Movie() { return iMovie; }
       
    53 
       
    54 		inline CVeiEditVideoContainer* Container() { return iContainer; }
       
    55 
       
    56 #endif //__VEIEDITVIDEOVIEW_INL__