memspyui/ui/avkon/inc/MemSpyViewThreadInfoItemGeneric.h
changeset 35 98924d2efce9
parent 19 4b22a598b890
equal deleted inserted replaced
34:e0ec97ec3cc4 35:98924d2efce9
    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();