dbgsrv/coredumpserver/ui/coredumpui/inc/coredumpscmdialog.h
changeset 0 c6b0df440bee
equal deleted inserted replaced
-1:000000000000 0:c6b0df440bee
       
     1 // Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 //
       
    15 
       
    16 
       
    17 
       
    18 /**
       
    19  @file
       
    20  @internalTechnology
       
    21  @released
       
    22 */
       
    23 
       
    24 
       
    25 #ifndef __COREDUMPSCMDIALOG_H_INCLUDED__
       
    26 #define __COREDUMPSCMDIALOG_H_INCLUDED__
       
    27 
       
    28 #include "coredumpuidialogs.h"
       
    29 
       
    30 class CConfigureSCMDialog : public CCoreDumpDialogBase
       
    31 	{
       
    32 public:
       
    33 	CConfigureSCMDialog(RCoreDumpSession &aCoreDumpSession);
       
    34 	~CConfigureSCMDialog();
       
    35 
       
    36 private:
       
    37 	void PreLayoutDynInitL();
       
    38 	void PostLayoutDynInitL();
       
    39 	TBool OkToExitL(TInt aKeycode);
       
    40 	void UpdateDialogDataL(void);
       
    41 	void UpdateDialogDataReal(void);
       
    42 	void UpdateDialogDataAll(void);
       
    43 	void UpdatePriorityText(void); //updates the priority number value to correspond to the priority option selected
       
    44 
       
    45 	};
       
    46 
       
    47 
       
    48 #endif // __COREDUMPSCMDIALOG_H_INCLUDED__