cmmanager/cmapplsettingsui/inc/cmapplsettingsui_p.h
changeset 23 7ec726f93df1
parent 20 9c97ad6591ae
equal deleted inserted replaced
20:9c97ad6591ae 23:7ec726f93df1
     1 /*
     1 /*
     2 * Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of "Eclipse Public License v1.0""
     5 * under the terms of "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     8 *
     8 *
     9 * Initial Contributors:
     9 * Initial Contributors:
    10 * Nokia Corporation - initial contribution.
    10 * Nokia Corporation - initial contribution.
    11 *
    11 *
    12 * Contributors:
    12 * Contributors:
    13 *
    13 *
    14 * Description:
    14 * Description:
    15 * CM Manager Application Settings UI private interface.  
    15 * CM Manager Application Settings UI private interface.  
    16 *
       
    17 */
    16 */
    18 
    17 
    19 #ifndef CMAPPLSETTINGSUI_P_H
    18 #ifndef CMAPPLSETTINGSUI_P_H
    20 #define CMAPPLSETTINGSUI_P_H
    19 #define CMAPPLSETTINGSUI_P_H
    21 
    20 
    34 #include "cmsettingdata.h"
    33 #include "cmsettingdata.h"
    35 #include "cmapplsettingsui.h"
    34 #include "cmapplsettingsui.h"
    36 
    35 
    37 // Forward declarations
    36 // Forward declarations
    38 
    37 
    39 class QTranslator;
    38 class HbTranslator;
    40 class CmManagerShim;
    39 class CmManagerShim;
    41 class CmRadioDialog;
    40 class CmRadioDialog;
    42 class TestCmApplSettingsUi;
    41 class TestCmApplSettingsUi;
    43 
    42 
    44 // External data types
    43 // External data types
   104     static const int ItemNotFound = -1;
   103     static const int ItemNotFound = -1;
   105 
   104 
   106     // General member data
   105     // General member data
   107     CmApplSettingsUi *q_ptr;                //!< Public implementation
   106     CmApplSettingsUi *q_ptr;                //!< Public implementation
   108     QSharedPointer<CmManagerShim> mCmManagerShim;   //!< CM Manager client instance
   107     QSharedPointer<CmManagerShim> mCmManagerShim;   //!< CM Manager client instance
   109     QTranslator *mAppTranslator;            //!< Translator for application text ID's       
   108     QSharedPointer<HbTranslator> mTranslator;   //!< Translator for the dialog       
   110     QTranslator *mCommonTranslator;         //!< Translator for common text ID's
       
   111 
   109 
   112     // Configuration
   110     // Configuration
   113     QFlags<CmApplSettingsUi::SelectionDialogItems> mListItems;  //!< Wanted dialog type's
   111     QFlags<CmApplSettingsUi::SelectionDialogItems> mListItems;  //!< Wanted dialog type's
   114     
   112     
   115     // State data
   113     // State data