presencesettingsui/inc/psuigsplugincontainer.h
changeset 13 b7e70c0792e6
parent 12 e6a66db4e9d0
equal deleted inserted replaced
12:e6a66db4e9d0 13:b7e70c0792e6
    20 
    20 
    21 #ifndef PSUIGSPLUGINCONTAINER_H
    21 #ifndef PSUIGSPLUGINCONTAINER_H
    22 #define PSUIGSPLUGINCONTAINER_H
    22 #define PSUIGSPLUGINCONTAINER_H
    23 
    23 
    24 // INCLUDES
    24 // INCLUDES
    25 #include <GSBaseContainer.h>
       
    26 
    25 
    27 // FORWARD DECLARATIONS
    26 // FORWARD DECLARATIONS
    28 class CPSUIGSPlugin;
    27 class CPSUIGSPlugin;
    29 
    28 
    30 // CLASS DECLARATION
    29 // CLASS DECLARATION
    31 
    30 
    32 /**
    31 /**
    33 * CPSUIGSPluginContainer container class
    32 * CPSUIGSPluginContainer container class
    34 * @since Series60_3.2
    33 * @since Series60_3.2
    35 */
    34 */
    36 class CPSUIGSPluginContainer : public CGSBaseContainer
    35 class CPSUIGSPluginContainer
    37     {
    36     {
    38     public: // Constructors and destructor
    37     public: // Constructors and destructor
    39         
    38         
    40         /**
    39         /**
    41         * Default constructor.
    40         * Default constructor.
    45         /**
    44         /**
    46         * Destructor.
    45         * Destructor.
    47         */
    46         */
    48         ~CPSUIGSPluginContainer();
    47         ~CPSUIGSPluginContainer();
    49     
    48     
    50     private: // Functions from base classes
    49     private: // Functions from base classes 
    51         
       
    52         /**
       
    53         * From CGSBaseContainer
       
    54         * See base class.        
       
    55         */    
       
    56         void ConstructListBoxL( TInt aResLbxId );
       
    57 
       
    58         /**
       
    59         * From CGSBaseContainer
       
    60         * See base class.        
       
    61         */    
       
    62         TKeyResponse OfferKeyEventL( 
       
    63             const TKeyEvent& aKeyEvent,
       
    64             TEventCode aType );        
       
    65 
    50 
    66         /**
    51         /**
    67         * From CCoeControl
    52         * From CCoeControl
    68         * See base class.        
    53         * See base class.        
    69         */ 
    54         */