KiCad PCB EDA Suite
Loading...
Searching...
No Matches
BUS_MIGRATION_STATUS Struct Reference

#include <dialog_migrate_buses.h>

Public Attributes

const CONNECTION_SUBGRAPHsubgraph
 
std::vector< wxString > labels
 
std::vector< wxString > possible_labels
 
wxString approved_label
 
bool approved
 

Detailed Description

Definition at line 34 of file dialog_migrate_buses.h.

Member Data Documentation

◆ approved

bool BUS_MIGRATION_STATUS::approved

Definition at line 44 of file dialog_migrate_buses.h.

Referenced by DIALOG_MIGRATE_BUSES::loadGraphData().

◆ approved_label

wxString BUS_MIGRATION_STATUS::approved_label

Definition at line 42 of file dialog_migrate_buses.h.

◆ labels

std::vector<wxString> BUS_MIGRATION_STATUS::labels

Definition at line 38 of file dialog_migrate_buses.h.

Referenced by DIALOG_MIGRATE_BUSES::loadGraphData().

◆ possible_labels

std::vector<wxString> BUS_MIGRATION_STATUS::possible_labels

Definition at line 40 of file dialog_migrate_buses.h.

Referenced by DIALOG_MIGRATE_BUSES::loadGraphData().

◆ subgraph

const CONNECTION_SUBGRAPH* BUS_MIGRATION_STATUS::subgraph

Definition at line 36 of file dialog_migrate_buses.h.

Referenced by DIALOG_MIGRATE_BUSES::loadGraphData().


The documentation for this struct was generated from the following file: