| 
    KiCad PCB EDA Suite
    
   | 
 
#include <pns_log_player.h>
Public Member Functions | |
| ENTRY ()=default | |
| ENTRY (const PNS_LOG_VIEW_TRACKER::ENTRY &)=delete | |
| ENTRY (ENTRY &&aOther) | |
Public Attributes | |
| bool | m_isHideOp { false } | 
| const PNS::ITEM * | m_item { nullptr } | 
| std::unique_ptr< const PNS::ITEM > | m_ownedItem { nullptr } | 
Definition at line 42 of file pns_log_player.h.
      
  | 
  default | 
Referenced by ENTRY().
      
  | 
  delete | 
      
  | 
  inline | 
Definition at line 47 of file pns_log_player.h.
References ENTRY(), m_isHideOp, m_item, m_ownedItem, and move.
| bool PNS_LOG_VIEW_TRACKER::ENTRY::m_isHideOp { false } | 
Definition at line 53 of file pns_log_player.h.
Referenced by PNS_LOG_VIEW_TRACKER::DisplayItem(), ENTRY(), and PNS_LOG_VIEW_TRACKER::HideItem().
| const PNS::ITEM* PNS_LOG_VIEW_TRACKER::ENTRY::m_item { nullptr } | 
Definition at line 54 of file pns_log_player.h.
Referenced by PNS_LOG_VIEW_TRACKER::DisplayItem(), ENTRY(), and PNS_LOG_VIEW_TRACKER::HideItem().
| std::unique_ptr<const PNS::ITEM> PNS_LOG_VIEW_TRACKER::ENTRY::m_ownedItem { nullptr } | 
Definition at line 55 of file pns_log_player.h.
Referenced by PNS_LOG_VIEW_TRACKER::DisplayItem(), ENTRY(), and PNS_LOG_VIEW_TRACKER::HideItem().