|
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 38 of file pns_log_player.h.
|
default |
Referenced by ENTRY().
|
delete |
|
inline |
Definition at line 43 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 49 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 50 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 51 of file pns_log_player.h.
Referenced by PNS_LOG_VIEW_TRACKER::DisplayItem(), ENTRY(), and PNS_LOG_VIEW_TRACKER::HideItem().