memspyui/ui/avkon/inc/MemSpyViewThreadInfoItemGeneric.h
changeset 31 e7a04a6385be
parent 26 41ebde60981f
equal deleted inserted replaced
30:d8e625c87f33 31:e7a04a6385be
    50 public: // API
    50 public: // API
    51     CMemSpyProcess& Process() const;
    51     CMemSpyProcess& Process() const;
    52     CMemSpyThread& Thread() const;
    52     CMemSpyThread& Thread() const;
    53     CMemSpyThreadInfoContainer& Container() const;
    53     CMemSpyThreadInfoContainer& Container() const;
    54     CMemSpyThreadInfoItemBase& InfoItem() const;
    54     CMemSpyThreadInfoItemBase& InfoItem() const;
    55 
    55     TThreadId ThreadId() { return iThreadId; }
       
    56     
    56 public: // From CMemSpyViewBase
    57 public: // From CMemSpyViewBase
    57     void RefreshL();
    58     void RefreshL();
    58     TMemSpyViewType ViewType() const;
    59     TMemSpyViewType ViewType() const;
    59     CMemSpyViewBase* PrepareParentViewL();
    60     CMemSpyViewBase* PrepareParentViewL();
    60     CMemSpyViewBase* PrepareChildViewL();
    61     CMemSpyViewBase* PrepareChildViewL();