KiCad PCB EDA Suite
|
Class ERC_HTML_LISTFRAME is used to display a DRC_ITEM_LIST. More...
#include <dialog_erc_listbox.h>
Public Member Functions | |
ERC_HTML_LISTFRAME (wxWindow *parent, wxWindowID id=wxID_ANY, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=0) | |
~ERC_HTML_LISTFRAME () | |
void | AppendToList (SCH_MARKER *aMarker) |
Function AppendToList. More... | |
void | DisplayList () |
Function DisplayList(); Build the Html marker list and show it. More... | |
const SCH_MARKER * | GetItem (unsigned aIndex) |
Function GetItem returns a requested DRC_ITEM* or NULL. More... | |
void | ClearList () |
Function ClearList deletes all items shown in the list. More... | |
Private Attributes | |
std::vector< SCH_MARKER * > | m_MarkerListReferences |
Class ERC_HTML_LISTFRAME is used to display a DRC_ITEM_LIST.
Definition at line 38 of file dialog_erc_listbox.h.
|
inline |
Definition at line 44 of file dialog_erc_listbox.h.
|
inline |
Definition at line 52 of file dialog_erc_listbox.h.
|
inline |
Function AppendToList.
aMarker | is the SCH_MARKER* to add to the current list which will be later displayed in the wxHtmlWindow |
Definition at line 62 of file dialog_erc_listbox.h.
Referenced by DIALOG_ERC::DisplayERC_MarkersList().
|
inline |
Function ClearList deletes all items shown in the list.
Does not erase markers in schematic
Definition at line 118 of file dialog_erc_listbox.h.
Referenced by DIALOG_ERC::DisplayERC_MarkersList(), DIALOG_ERC::OnEraseDrcMarkersClick(), and DIALOG_ERC::OnErcCmpClick().
|
inline |
Function DisplayList(); Build the Html marker list and show it.
Definition at line 71 of file dialog_erc_listbox.h.
References Format().
Referenced by DIALOG_ERC::DisplayERC_MarkersList().
|
inline |
Function GetItem returns a requested DRC_ITEM* or NULL.
Definition at line 102 of file dialog_erc_listbox.h.
Referenced by DIALOG_ERC::OnLeftClickMarkersList().
|
private |
Definition at line 41 of file dialog_erc_listbox.h.