perfapps/memspyui/ui/avkon/inc/MemSpyViewThreadInfoItemGeneralInfo.h
changeset 51 b048e15729d6
parent 26 41ebde60981f
equal deleted inserted replaced
44:5db69f4c3d06 51:b048e15729d6
       
     1 /*
       
     2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). 
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "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 *
       
    14 * Description:
       
    15 *
       
    16 */
       
    17 
       
    18 #ifndef MEMSPYVIEWTHREADINFOITEMGENERALINFO_H
       
    19 #define MEMSPYVIEWTHREADINFOITEMGENERALINFO_H
       
    20 
       
    21 // System includes
       
    22 #include <coecntrl.h>
       
    23 #include <aknlists.h>
       
    24 
       
    25 // User includes
       
    26 #include "MemSpyViewThreadInfoItemGeneric.h"
       
    27 
       
    28 class CMemSpyThreadInfoContainer;
       
    29 class CMemSpyThreadInfoItemBase;
       
    30 class RMemSpySession;
       
    31 
       
    32 class CMemSpyViewThreadInfoItemGeneralInfo : public CMemSpyViewThreadInfoItemGeneric
       
    33     {
       
    34 public:
       
    35     CMemSpyViewThreadInfoItemGeneralInfo( RMemSpySession& aSession, MMemSpyViewObserver& aObserver, TProcessId aProcId, TThreadId aId, TMemSpyThreadInfoItemType aType );
       
    36 
       
    37 public: // From CMemSpyViewBase
       
    38     TBool HandleCommandL( TInt aCommand );
       
    39     void HandleListBoxItemActionedL( TInt aCurrentIndex );
       
    40 
       
    41 private: // Command handlers
       
    42     void OnCmdToggleKernelEventHooksL();
       
    43     };
       
    44 
       
    45 
       
    46 #endif