26#ifndef _DESIGN_INSPECTOR_H
27#define _DESIGN_INSPECTOR_H
Class DIALOG_INSPECTOR_BASE.
DESIGN_INSPECTOR is the left window showing the list of items.
void ReCreateDesignList()
void onCellClicked(wxGridEvent &event) override
DS_DATA_ITEM * GetDrawingSheetDataItem(int aRow) const
wxGrid * GetGridList() const
void SelectRow(DS_DATA_ITEM *aItem)
PL_EDITOR_FRAME * m_editorFrame
std::vector< DS_DATA_ITEM * > m_itemsList
Drawing sheet structure type definitions.
The main window used in the drawing sheet editor.