| 
    KiCad PCB EDA Suite
    
   | 
 
#include <string>#include <confirm.h>#include <wx/clipbrd.h>#include <pgm_base.h>#include <core/profile.h>#include <reporter.h>#include <trace_helpers.h>#include <view/view_overlay.h>#include <view/view_controls.h>#include <wildcards_and_files_ext.h>#include "label_manager.h"#include "pns_log_file.h"#include "pns_log_player.h"#include "pns_log_viewer_frame.h"#include "router/pns_diff_pair.h"#include "router/pns_utils.h"#include "router/router_preview_item.h"#include <geometry/shape_compound.h>Go to the source code of this file.
Classes | |
| class | WX_SHAPE_TREE_ITEM_DATA | 
Functions | |
| void | runCommand (const wxString &aCommand) | 
| static bool | isLine45Degree (const SHAPE_LINE_CHAIN *lc) | 
| static void | expandAllChildren (wxTreeListCtrl *tree, int maxLevel=-1) | 
| static void | collapseAllChildren (wxTreeListCtrl *tree) | 
      
  | 
  static | 
Definition at line 862 of file pns_log_viewer_frame.cpp.
      
  | 
  static | 
Definition at line 845 of file pns_log_viewer_frame.cpp.
Referenced by PNS_LOG_VIEWER_FRAME::updateDumpPanel().
      
  | 
  static | 
Definition at line 682 of file pns_log_viewer_frame.cpp.
References SEG::A, SEG::B, SHAPE_LINE_CHAIN::CSegment(), SHAPE_LINE_CHAIN::IsArcSegment(), SEG::Length(), M_PI, SHAPE_LINE_CHAIN::SegmentCount(), VECTOR2< T >::x, and VECTOR2< T >::y.
Referenced by PNS_LOG_VIEWER_FRAME::buildListTree().
| void runCommand | ( | const wxString & | aCommand | ) | 
Definition at line 582 of file pns_log_viewer_frame.cpp.
Referenced by PNS_LOG_VIEWER_FRAME::onListRightClick().