KiCad PCB EDA Suite
|
#include <design_block.h>
Public Member Functions | |
void | SetLibId (const LIB_ID &aName) |
const LIB_ID & | GetLibId () const |
const wxString & | GetLibDescription () const |
void | SetLibDescription (const wxString &aDesc) |
const wxString & | GetKeywords () const |
void | SetKeywords (const wxString &aKeywords) |
const wxString & | GetSchematicFile () const |
void | SetSchematicFile (const wxString &aFile) |
const wxString & | GetBoardFile () const |
void | SetBoardFile (const wxString &aFile) |
void | SetFields (nlohmann::ordered_map< wxString, wxString > &aFields) |
const nlohmann::ordered_map< wxString, wxString > & | GetFields () const |
DESIGN_BLOCK ()=default | |
DESIGN_BLOCK (DESIGN_BLOCK &&aOther)=delete | |
This is the only way to get m_fields to compile as a class member. | |
Private Attributes | |
LIB_ID | m_lib_id |
wxString | m_schematicFile |
File name and path for schematic file. | |
wxString | m_boardFile |
File name and path for board file. | |
wxString | m_libDescription |
File name and path for documentation file. | |
wxString | m_keywords |
Search keywords to find design block in library. | |
nlohmann::ordered_map< wxString, wxString > | m_fields |
Definition at line 33 of file design_block.h.
|
default |
|
delete |
This is the only way to get m_fields to compile as a class member.
|
inline |
Definition at line 48 of file design_block.h.
Referenced by PCB_CONTROL::AppendDesignBlock(), DESIGN_BLOCK_IO::DesignBlockSave(), PCB_DESIGN_BLOCK_PREVIEW_WIDGET::DisplayDesignBlock(), PCB_EDIT_FRAME::SaveBoardToDesignBlock(), and PCB_EDIT_FRAME::SaveSelectionToDesignBlock().
|
inline |
Definition at line 56 of file design_block.h.
Referenced by DESIGN_BLOCK_IO::DesignBlockSave(), SCH_DRAWING_TOOLS::DrawSheet(), DESIGN_BLOCK_TREE_MODEL_ADAPTER::GenerateInfo(), SCH_EDIT_FRAME::SaveSheetToDesignBlock(), and DIALOG_DESIGN_BLOCK_PROPERTIES::TransferDataToWindow().
|
inline |
Definition at line 42 of file design_block.h.
Referenced by DESIGN_BLOCK_IO::DesignBlockSave(), DESIGN_BLOCK_TREE_MODEL_ADAPTER::GenerateInfo(), DESIGN_BLOCK_INFO_IMPL::load(), and DIALOG_DESIGN_BLOCK_PROPERTIES::TransferDataToWindow().
|
inline |
Definition at line 39 of file design_block.h.
Referenced by DESIGN_BLOCK_IO::DesignBlockSave(), DESIGN_BLOCK_TREE_MODEL_ADAPTER::GenerateInfo(), DESIGN_BLOCK_INFO_IMPL::load(), and DIALOG_DESIGN_BLOCK_PROPERTIES::TransferDataToWindow().
|
inline |
Definition at line 37 of file design_block.h.
Referenced by DESIGN_BLOCK_IO::DesignBlockSave(), DESIGN_BLOCK_LIB_TABLE::DesignBlockSave(), SCH_DRAWING_TOOLS::DrawSheet(), DESIGN_BLOCK_PANE::EditDesignBlockProperties(), PCB_EDIT_FRAME::SaveBoardAsDesignBlock(), PCB_EDIT_FRAME::SaveBoardToDesignBlock(), SCH_EDIT_FRAME::SaveSelectionAsDesignBlock(), PCB_EDIT_FRAME::SaveSelectionAsDesignBlock(), SCH_EDIT_FRAME::SaveSelectionToDesignBlock(), PCB_EDIT_FRAME::saveSelectionToDesignBlock(), SCH_EDIT_FRAME::SaveSheetAsDesignBlock(), SCH_EDIT_FRAME::SaveSheetToDesignBlock(), setLibNickname(), DIALOG_DESIGN_BLOCK_PROPERTIES::TransferDataFromWindow(), and DIALOG_DESIGN_BLOCK_PROPERTIES::TransferDataToWindow().
|
inline |
Definition at line 45 of file design_block.h.
Referenced by DESIGN_BLOCK_IO::DesignBlockSave(), SCH_DESIGN_BLOCK_PREVIEW_WIDGET::DisplayDesignBlock(), SCH_DRAWING_TOOLS::DrawSheet(), SCH_DRAWING_TOOLS::ImportSheet(), SCH_EDIT_FRAME::SaveSelectionToDesignBlock(), and SCH_EDIT_FRAME::SaveSheetToDesignBlock().
|
inline |
Definition at line 49 of file design_block.h.
Referenced by DESIGN_BLOCK_IO::DesignBlockLoad(), PCB_EDIT_FRAME::SaveBoardAsDesignBlock(), PCB_EDIT_FRAME::SaveBoardToDesignBlock(), and PCB_EDIT_FRAME::saveSelectionToDesignBlock().
|
inline |
Definition at line 51 of file design_block.h.
Referenced by DESIGN_BLOCK_IO::DesignBlockLoad(), SCH_EDIT_FRAME::SaveSheetAsDesignBlock(), SCH_EDIT_FRAME::SaveSheetToDesignBlock(), and DIALOG_DESIGN_BLOCK_PROPERTIES::TransferDataFromGrid().
|
inline |
Definition at line 43 of file design_block.h.
Referenced by DESIGN_BLOCK_IO::DesignBlockLoad(), and DIALOG_DESIGN_BLOCK_PROPERTIES::TransferDataFromWindow().
|
inline |
Definition at line 40 of file design_block.h.
Referenced by DESIGN_BLOCK_IO::DesignBlockLoad(), and DIALOG_DESIGN_BLOCK_PROPERTIES::TransferDataFromWindow().
|
inline |
Definition at line 36 of file design_block.h.
Referenced by DESIGN_BLOCK_IO::DesignBlockLoad(), PCB_EDIT_FRAME::SaveBoardAsDesignBlock(), SCH_EDIT_FRAME::SaveSelectionAsDesignBlock(), PCB_EDIT_FRAME::SaveSelectionAsDesignBlock(), SCH_EDIT_FRAME::SaveSheetAsDesignBlock(), and DIALOG_DESIGN_BLOCK_PROPERTIES::TransferDataFromWindow().
|
inline |
Definition at line 46 of file design_block.h.
Referenced by DESIGN_BLOCK_IO::DesignBlockLoad(), SCH_EDIT_FRAME::SaveSelectionAsDesignBlock(), SCH_EDIT_FRAME::SaveSelectionToDesignBlock(), SCH_EDIT_FRAME::SaveSheetAsDesignBlock(), and SCH_EDIT_FRAME::SaveSheetToDesignBlock().
|
private |
File name and path for board file.
Definition at line 66 of file design_block.h.
|
private |
Definition at line 70 of file design_block.h.
|
private |
Search keywords to find design block in library.
Definition at line 68 of file design_block.h.
|
private |
Definition at line 64 of file design_block.h.
|
private |
File name and path for documentation file.
Definition at line 67 of file design_block.h.
|
private |
File name and path for schematic file.
Definition at line 65 of file design_block.h.