| 
    KiCad PCB EDA Suite
    
   | 
 
#include <pns_test_debug_decorator.h>
Public Member Functions | |
| PNS_DEBUG_STAGE () | |
| ~PNS_DEBUG_STAGE () | |
Public Attributes | |
| wxString | m_name | 
| int | m_iter | 
| PNS_DEBUG_SHAPE * | m_entries | 
| bool | m_status | 
Definition at line 60 of file pns_test_debug_decorator.h.
| PNS_DEBUG_STAGE::PNS_DEBUG_STAGE | ( | ) | 
| PNS_DEBUG_STAGE::~PNS_DEBUG_STAGE | ( | ) | 
Definition at line 109 of file pns_test_debug_decorator.cpp.
References m_entries.
| PNS_DEBUG_SHAPE* PNS_DEBUG_STAGE::m_entries | 
Definition at line 67 of file pns_test_debug_decorator.h.
Referenced by PNS_LOG_VIEWER_FRAME::drawLoggedItems(), PNS_LOG_VIEWER_FRAME::onListRightClick(), PNS_DEBUG_STAGE(), and ~PNS_DEBUG_STAGE().
| int PNS_DEBUG_STAGE::m_iter | 
Definition at line 66 of file pns_test_debug_decorator.h.
Referenced by PNS_TEST_DEBUG_DECORATOR::NewStage(), and PNS_DEBUG_STAGE().
| wxString PNS_DEBUG_STAGE::m_name | 
Definition at line 65 of file pns_test_debug_decorator.h.
Referenced by PNS_TEST_DEBUG_DECORATOR::NewStage(), and PNS_DEBUG_STAGE().
| bool PNS_DEBUG_STAGE::m_status | 
Definition at line 68 of file pns_test_debug_decorator.h.
Referenced by PNS_DEBUG_STAGE().