KiCad PCB EDA Suite
Loading...
Searching...
No Matches
PNS_LOG_VIEW_TRACKER Class Reference

#include <pns_log_player.h>

Classes

struct  ENTRY
 

Public Types

typedef std::vector< ENTRYVIEW_ENTRIES
 

Public Member Functions

 PNS_LOG_VIEW_TRACKER ()
 
 ~PNS_LOG_VIEW_TRACKER ()
 
void SetStage (int aStage)
 
VIEW_ENTRIESGetEntriesForStage (int aStage)
 
void HideItem (PNS::ITEM *aItem)
 
void DisplayItem (const PNS::ITEM *aItem)
 

Private Attributes

int m_currentStage
 
std::map< int, VIEW_ENTRIESm_vitems
 

Detailed Description

Definition at line 39 of file pns_log_player.h.

Member Typedef Documentation

◆ VIEW_ENTRIES

Definition at line 58 of file pns_log_player.h.

Constructor & Destructor Documentation

◆ PNS_LOG_VIEW_TRACKER()

PNS_LOG_VIEW_TRACKER::PNS_LOG_VIEW_TRACKER ( )

Definition at line 340 of file pns_log_player.cpp.

◆ ~PNS_LOG_VIEW_TRACKER()

PNS_LOG_VIEW_TRACKER::~PNS_LOG_VIEW_TRACKER ( )

Definition at line 344 of file pns_log_player.cpp.

Member Function Documentation

◆ DisplayItem()

◆ GetEntriesForStage()

VIEW_ENTRIES & PNS_LOG_VIEW_TRACKER::GetEntriesForStage ( int  aStage)
inline

Definition at line 64 of file pns_log_player.h.

References m_vitems.

◆ HideItem()

◆ SetStage()

void PNS_LOG_VIEW_TRACKER::SetStage ( int  aStage)

Definition at line 348 of file pns_log_player.cpp.

References m_currentStage, and m_vitems.

Member Data Documentation

◆ m_currentStage

int PNS_LOG_VIEW_TRACKER::m_currentStage
private

Definition at line 71 of file pns_log_player.h.

Referenced by DisplayItem(), HideItem(), and SetStage().

◆ m_vitems

std::map<int, VIEW_ENTRIES> PNS_LOG_VIEW_TRACKER::m_vitems
private

Definition at line 72 of file pns_log_player.h.

Referenced by DisplayItem(), GetEntriesForStage(), HideItem(), and SetStage().


The documentation for this class was generated from the following files: