idlefw/plugins/mcsplugin/settings/inc/mcspluginsettings.h
branchRCL_3
changeset 14 15e4dd19031c
parent 0 79c6a41cd166
equal deleted inserted replaced
12:502e5d91ad42 14:15e4dd19031c
     1 /*
     1 /*
     2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2009 - 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".
   120      * Returns the container this view has.
   120      * Returns the container this view has.
   121      * @return pointer to container, does not transfer ownership.
   121      * @return pointer to container, does not transfer ownership.
   122      */
   122      */
   123     CMCSPluginSettingsContainer* Container();
   123     CMCSPluginSettingsContainer* Container();
   124 
   124 
   125     /**
       
   126     * Check if view is activate
       
   127     * @since S60 5.1
       
   128     * @return ETrue if activated, EFalse otherwise
       
   129     */
       
   130     TBool Activated() const;
       
   131 
       
   132 protected:
       
   133 
       
   134 private: // From MEikMenuObserver
   125 private: // From MEikMenuObserver
   135 
   126 
   136     /**
   127     /**
   137      * Changes MenuPane dynamically
   128      * Changes MenuPane dynamically
   138      * 
   129      * 
   166      * Handles listbox selection. Called by HandleListBoxEventL.
   157      * Handles listbox selection. Called by HandleListBoxEventL.
   167      * Implement by sub-class.
   158      * Implement by sub-class.
   168      */
   159      */
   169     void HandleListBoxSelectionL();
   160     void HandleListBoxSelectionL();
   170 
   161 
   171     /**
       
   172      * DoHandleListBoxSelectionL
       
   173      * 
       
   174      * @param aAny
       
   175      * @return TInt
       
   176      */
       
   177     static TInt DoHandleListBoxSelectionL( TAny* aAny );
       
   178 
       
   179 
       
   180 private:  // data
   162 private:  // data
   181 
   163 
   182     /**
   164     /**
   183      * Settings plug-in model.
   165      * Settings plug-in model.
   184      * Own.
   166      * Own.