KiCad PCB EDA Suite
|
Public Member Functions | |
SIGNALS_GRID_TRICKS (SIMULATOR_FRAME_UI *aParent, WX_GRID *aGrid) | |
void | SetTooltipEnable (int aCol, bool aEnable=true) |
Enable the tooltip for a column. | |
bool | GetTooltipEnabled (int aCol) |
Query if the tooltip for a column is enabled. | |
Protected Member Functions | |
void | showPopupMenu (wxMenu &menu, wxGridEvent &aEvent) override |
void | doPopupSelection (wxCommandEvent &event) override |
void | init () |
Shared initialization for various ctors. | |
void | getSelectedArea () |
Puts the selected area into a sensible rectangle of m_sel_{row,col}_{start,count} above. | |
void | onGridCellLeftClick (wxGridEvent &event) |
void | onGridCellLeftDClick (wxGridEvent &event) |
void | onGridCellRightClick (wxGridEvent &event) |
void | onGridLabelLeftClick (wxGridEvent &event) |
void | onGridLabelRightClick (wxGridEvent &event) |
void | onPopupSelection (wxCommandEvent &event) |
void | onKeyDown (wxKeyEvent &event) |
void | onCharHook (wxKeyEvent &event) |
void | onUpdateUI (wxUpdateUIEvent &event) |
void | onGridMotion (wxMouseEvent &event) |
virtual bool | handleDoubleClick (wxGridEvent &aEvent) |
bool | isTextEntry (int aRow, int aCol) |
bool | isCheckbox (int aRow, int aCol) |
bool | isReadOnly (int aRow, int aCol) |
virtual bool | toggleCell (int aRow, int aCol, bool aPreserveSelection=false) |
bool | showEditor (int aRow, int aCol) |
virtual void | paste_clipboard () |
virtual void | paste_text (const wxString &cb_text) |
virtual void | cutcopy (bool doCopy, bool doDelete) |
Protected Attributes | |
SIMULATOR_FRAME_UI * | m_parent |
int | m_menuRow |
int | m_menuCol |
WX_GRID * | m_grid |
I don't own the grid, but he owns me. | |
int | m_sel_row_start |
int | m_sel_col_start |
int | m_sel_row_count |
int | m_sel_col_count |
std::function< void(wxCommandEvent &)> | m_addHandler |
std::bitset< GRIDTRICKS_MAX_COL > | m_tooltipEnabled |
Definition at line 109 of file simulator_frame_ui.cpp.
|
inline |
Definition at line 112 of file simulator_frame_ui.cpp.
|
protectedvirtualinherited |
Definition at line 829 of file grid_tricks.cpp.
References COL_SEP, GRID_TRICKS::isReadOnly(), GRID_TRICKS::isTextEntry(), GRID_TRICKS::m_grid, GRID_TRICKS::m_sel_col_count, GRID_TRICKS::m_sel_col_start, GRID_TRICKS::m_sel_row_count, GRID_TRICKS::m_sel_row_start, and ROW_SEP.
Referenced by GRID_TRICKS::doPopupSelection(), and GRID_TRICKS::onKeyDown().
|
overrideprotectedvirtual |
Reimplemented from GRID_TRICKS.
Definition at line 182 of file simulator_frame_ui.cpp.
References _, SIMULATOR_FRAME_UI::AddMeasurement(), COL_SIGNAL_NAME, SIMULATOR_FRAME_UI::DoFourier(), WX_TEXT_ENTRY_DIALOG::GetValue(), GRIDTRICKS_ID_COPY, GRID_TRICKS::m_grid, m_menuCol, m_menuRow, m_parent, MYID_FOURIER, MYID_MEASURE_AVG, MYID_MEASURE_INTEGRAL, MYID_MEASURE_MAX, MYID_MEASURE_MAX_AT, MYID_MEASURE_MIN, MYID_MEASURE_MIN_AT, MYID_MEASURE_PP, MYID_MEASURE_RMS, and DIALOG_SHIM::ShowModal().
|
protectedinherited |
Puts the selected area into a sensible rectangle of m_sel_{row,col}_{start,count} above.
Definition at line 282 of file grid_tricks.cpp.
References GRID_TRICKS::m_grid, GRID_TRICKS::m_sel_col_count, GRID_TRICKS::m_sel_col_start, GRID_TRICKS::m_sel_row_count, and GRID_TRICKS::m_sel_row_start.
Referenced by GRID_TRICKS::onGridCellLeftClick(), GRID_TRICKS::onKeyDown(), GRID_TRICKS::showPopupMenu(), and LIB_TABLE_GRID_TRICKS::showPopupMenu().
|
inlineinherited |
Query if the tooltip for a column is enabled.
aCol | is the column to query |
Definition at line 86 of file grid_tricks.h.
References GRID_TRICKS::m_tooltipEnabled.
|
protectedvirtualinherited |
Reimplemented in LIB_TABLE_GRID_TRICKS.
Definition at line 275 of file grid_tricks.cpp.
Referenced by GRID_TRICKS::onGridCellLeftDClick().
|
protectedinherited |
Shared initialization for various ctors.
Definition at line 58 of file grid_tricks.cpp.
References GRIDTRICKS_FIRST_ID, GRIDTRICKS_LAST_ID, GRID_TRICKS::m_grid, GRID_TRICKS::m_sel_col_count, GRID_TRICKS::m_sel_col_start, GRID_TRICKS::m_sel_row_count, GRID_TRICKS::m_sel_row_start, GRID_TRICKS::onCharHook(), GRID_TRICKS::onGridCellLeftClick(), GRID_TRICKS::onGridCellLeftDClick(), GRID_TRICKS::onGridCellRightClick(), GRID_TRICKS::onGridLabelLeftClick(), GRID_TRICKS::onGridLabelRightClick(), GRID_TRICKS::onGridMotion(), GRID_TRICKS::onKeyDown(), GRID_TRICKS::onPopupSelection(), and GRID_TRICKS::onUpdateUI().
Referenced by GRID_TRICKS::GRID_TRICKS().
|
protectedinherited |
Definition at line 102 of file grid_tricks.cpp.
References GRID_TRICKS::m_grid.
Referenced by GRID_TRICKS::toggleCell().
|
protectedinherited |
Definition at line 112 of file grid_tricks.cpp.
References GRID_TRICKS::m_grid.
Referenced by GRID_TRICKS::cutcopy(), GRID_TRICKS::paste_text(), GRID_TRICKS::showEditor(), and GRID_TRICKS::showPopupMenu().
|
protectedinherited |
Definition at line 91 of file grid_tricks.cpp.
References editor, and GRID_TRICKS::m_grid.
Referenced by GRID_TRICKS::cutcopy(), and GRID_TRICKS::showPopupMenu().
|
protectedinherited |
Definition at line 461 of file grid_tricks.cpp.
References WX_GRID::CancelPendingChanges(), COL_SEP, WX_GRID::CommitPendingChanges(), dummy, GRID_TRICKS::m_addHandler, GRID_TRICKS::m_grid, GRID_TRICKS::paste_text(), ROW_SEP, and ROW_SEP_R.
Referenced by GRID_TRICKS::init().
|
protectedinherited |
Definition at line 198 of file grid_tricks.cpp.
References GRID_TRICKS::getSelectedArea(), GRID_TRICKS::m_grid, GRID_TRICKS::m_sel_row_count, GRID_TRICKS::m_sel_row_start, GRID_TRICKS::showEditor(), and GRID_TRICKS::toggleCell().
Referenced by GRID_TRICKS::init(), and GRID_TRICKS::onGridCellLeftDClick().
|
protectedinherited |
Definition at line 245 of file grid_tricks.cpp.
References GRID_TRICKS::handleDoubleClick(), and GRID_TRICKS::onGridCellLeftClick().
Referenced by GRID_TRICKS::init().
|
protectedinherited |
Definition at line 322 of file grid_tricks.cpp.
References GRID_TRICKS::showPopupMenu().
Referenced by GRID_TRICKS::init().
|
protectedinherited |
Definition at line 330 of file grid_tricks.cpp.
References WX_GRID::CommitPendingChanges(), and GRID_TRICKS::m_grid.
Referenced by GRID_TRICKS::init().
|
protectedinherited |
Definition at line 338 of file grid_tricks.cpp.
References GRIDTRICKS_FIRST_SHOWHIDE, and GRID_TRICKS::m_grid.
Referenced by GRID_TRICKS::init().
|
protectedinherited |
Definition at line 252 of file grid_tricks.cpp.
References GRID_TRICKS::m_grid, and GRID_TRICKS::m_tooltipEnabled.
Referenced by GRID_TRICKS::init().
|
protectedinherited |
Definition at line 526 of file grid_tricks.cpp.
References GRID_TRICKS::cutcopy(), GRID_TRICKS::getSelectedArea(), GRID_TRICKS::m_grid, GRID_TRICKS::paste_clipboard(), and GRID_TRICKS::toggleCell().
Referenced by GRID_TRICKS::init().
|
protectedinherited |
Definition at line 412 of file grid_tricks.cpp.
References GRID_TRICKS::doPopupSelection().
Referenced by GRID_TRICKS::init().
|
protectedinherited |
Definition at line 876 of file grid_tricks.cpp.
References GRID_TRICKS::m_grid.
Referenced by GRID_TRICKS::init().
|
protectedvirtualinherited |
Definition at line 684 of file grid_tricks.cpp.
References GRID_TRICKS::m_grid, GRID_TRICKS::paste_text(), and text.
Referenced by GRID_TRICKS::doPopupSelection(), and GRID_TRICKS::onKeyDown().
|
protectedvirtualinherited |
Reimplemented in DESIGN_BLOCK_GRID_TRICKS, SYMBOL_GRID_TRICKS, and FP_GRID_TRICKS.
Definition at line 713 of file grid_tricks.cpp.
References COL_SEP, dummy, GRID_TRICKS::isReadOnly(), GRID_TRICKS::m_addHandler, GRID_TRICKS::m_grid, GRID_TRICKS::m_sel_col_count, GRID_TRICKS::m_sel_col_start, GRID_TRICKS::m_sel_row_count, GRID_TRICKS::m_sel_row_start, and ROW_SEP.
Referenced by GRID_TRICKS::onCharHook(), GRID_TRICKS::paste_clipboard(), DESIGN_BLOCK_GRID_TRICKS::paste_text(), SYMBOL_GRID_TRICKS::paste_text(), and FP_GRID_TRICKS::paste_text().
|
inlineinherited |
Enable the tooltip for a column.
The tooltip is read from the string contained in the cell data.
aCol | is the column to use |
aEnable | is true to enable the tooltip (default) |
Definition at line 75 of file grid_tricks.h.
References GRID_TRICKS::m_tooltipEnabled.
Referenced by PANEL_FP_PROPERTIES_3D_MODEL::PANEL_FP_PROPERTIES_3D_MODEL().
|
protectedinherited |
Definition at line 158 of file grid_tricks.cpp.
References GRID_TRICKS::isReadOnly(), GRID_TRICKS::m_grid, GRID_TRICKS::m_sel_col_count, GRID_TRICKS::m_sel_col_start, GRID_TRICKS::m_sel_row_count, GRID_TRICKS::m_sel_row_start, and WX_GRID::ShowEditorOnMouseUp().
Referenced by GRID_TRICKS::onGridCellLeftClick().
|
overrideprotectedvirtual |
Reimplemented from GRID_TRICKS.
Definition at line 130 of file simulator_frame_ui.cpp.
References _, COL_SIGNAL_NAME, SIMULATOR_FRAME_UI::GetCurrentSimTab(), GRIDTRICKS_ID_COPY, GRID_TRICKS::m_grid, m_menuCol, m_menuRow, m_parent, MYID_FOURIER, MYID_MEASURE_AVG, MYID_MEASURE_INTEGRAL, MYID_MEASURE_MAX, MYID_MEASURE_MAX_AT, MYID_MEASURE_MIN, MYID_MEASURE_MIN_AT, MYID_MEASURE_PP, MYID_MEASURE_RMS, ST_AC, ST_DC, ST_SP, and ST_TRAN.
|
protectedvirtualinherited |
Reimplemented in FP_GRID_TRICKS.
Definition at line 118 of file grid_tricks.cpp.
References GRID_TRICKS::isCheckbox(), and GRID_TRICKS::m_grid.
Referenced by GRID_TRICKS::onGridCellLeftClick(), GRID_TRICKS::onKeyDown(), and FP_GRID_TRICKS::toggleCell().
|
protectedinherited |
Definition at line 134 of file grid_tricks.h.
Referenced by GRID_TRICKS::onCharHook(), and GRID_TRICKS::paste_text().
|
protectedinherited |
I don't own the grid, but he owns me.
Definition at line 125 of file grid_tricks.h.
Referenced by GRID_TRICKS::cutcopy(), GRID_TRICKS::doPopupSelection(), FIELDS_EDITOR_GRID_TRICKS::doPopupSelection(), FIELDS_GRID_TRICKS::doPopupSelection(), doPopupSelection(), CURSORS_GRID_TRICKS::doPopupSelection(), MEASUREMENTS_GRID_TRICKS::doPopupSelection(), LIB_TABLE_GRID_TRICKS::doPopupSelection(), GRID_TRICKS::getSelectedArea(), GRID_TRICKS::init(), GRID_TRICKS::isCheckbox(), GRID_TRICKS::isReadOnly(), GRID_TRICKS::isTextEntry(), GRID_TRICKS::onCharHook(), GRID_TRICKS::onGridCellLeftClick(), GRID_TRICKS::onGridLabelLeftClick(), GRID_TRICKS::onGridLabelRightClick(), GRID_TRICKS::onGridMotion(), GRID_TRICKS::onKeyDown(), GRID_TRICKS::onUpdateUI(), DESIGN_BLOCK_GRID_TRICKS::optionsEditor(), SYMBOL_GRID_TRICKS::optionsEditor(), FP_GRID_TRICKS::optionsEditor(), GRID_TRICKS::paste_clipboard(), GRID_TRICKS::paste_text(), DESIGN_BLOCK_GRID_TRICKS::paste_text(), SYMBOL_GRID_TRICKS::paste_text(), FP_GRID_TRICKS::paste_text(), GRID_TRICKS::showEditor(), GRID_TRICKS::showPopupMenu(), FIELDS_EDITOR_GRID_TRICKS::showPopupMenu(), FIELDS_GRID_TRICKS::showPopupMenu(), showPopupMenu(), CURSORS_GRID_TRICKS::showPopupMenu(), MEASUREMENTS_GRID_TRICKS::showPopupMenu(), LIB_TABLE_GRID_TRICKS::showPopupMenu(), and GRID_TRICKS::toggleCell().
|
protected |
Definition at line 126 of file simulator_frame_ui.cpp.
Referenced by doPopupSelection(), and showPopupMenu().
|
protected |
Definition at line 125 of file simulator_frame_ui.cpp.
Referenced by doPopupSelection(), and showPopupMenu().
|
protected |
Definition at line 124 of file simulator_frame_ui.cpp.
Referenced by doPopupSelection(), and showPopupMenu().
|
protectedinherited |
Definition at line 132 of file grid_tricks.h.
Referenced by GRID_TRICKS::cutcopy(), GRID_TRICKS::getSelectedArea(), GRID_TRICKS::init(), GRID_TRICKS::paste_text(), GRID_TRICKS::showEditor(), and GRID_TRICKS::showPopupMenu().
|
protectedinherited |
Definition at line 130 of file grid_tricks.h.
Referenced by GRID_TRICKS::cutcopy(), GRID_TRICKS::getSelectedArea(), GRID_TRICKS::init(), GRID_TRICKS::paste_text(), GRID_TRICKS::showEditor(), and GRID_TRICKS::showPopupMenu().
|
protectedinherited |
Definition at line 131 of file grid_tricks.h.
Referenced by GRID_TRICKS::cutcopy(), LIB_TABLE_GRID_TRICKS::doPopupSelection(), GRID_TRICKS::getSelectedArea(), GRID_TRICKS::init(), GRID_TRICKS::onGridCellLeftClick(), GRID_TRICKS::paste_text(), GRID_TRICKS::showEditor(), GRID_TRICKS::showPopupMenu(), and LIB_TABLE_GRID_TRICKS::showPopupMenu().
|
protectedinherited |
Definition at line 129 of file grid_tricks.h.
Referenced by GRID_TRICKS::cutcopy(), LIB_TABLE_GRID_TRICKS::doPopupSelection(), GRID_TRICKS::getSelectedArea(), GRID_TRICKS::init(), GRID_TRICKS::onGridCellLeftClick(), GRID_TRICKS::paste_text(), GRID_TRICKS::showEditor(), GRID_TRICKS::showPopupMenu(), and LIB_TABLE_GRID_TRICKS::showPopupMenu().
|
protectedinherited |
Definition at line 136 of file grid_tricks.h.
Referenced by GRID_TRICKS::GetTooltipEnabled(), GRID_TRICKS::onGridMotion(), and GRID_TRICKS::SetTooltipEnable().