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 |
|
delete |
|
inline |
Definition at line 47 of file pns_log_player.h.
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(), 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(), 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(), and PNS_LOG_VIEW_TRACKER::HideItem().