KiCad PCB EDA Suite
Loading...
Searching...
No Matches
pns_log_viewer_frame.cpp File Reference
#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)
 

Function Documentation

◆ collapseAllChildren()

static void collapseAllChildren ( wxTreeListCtrl *  tree)
static

Definition at line 836 of file pns_log_viewer_frame.cpp.

◆ expandAllChildren()

static void expandAllChildren ( wxTreeListCtrl *  tree,
int  maxLevel = -1 
)
static

Definition at line 819 of file pns_log_viewer_frame.cpp.

Referenced by PNS_LOG_VIEWER_FRAME::updateDumpPanel().

◆ isLine45Degree()

◆ runCommand()

void runCommand ( const wxString &  aCommand)

Definition at line 556 of file pns_log_viewer_frame.cpp.

Referenced by PNS_LOG_VIEWER_FRAME::onListRightClick().