JUCE
|
This is the complete list of members for TableListBoxModel, including all inherited members.
backgroundClicked(const MouseEvent &) | TableListBoxModel | virtual |
cellClicked(int rowNumber, int columnId, const MouseEvent &) | TableListBoxModel | virtual |
cellDoubleClicked(int rowNumber, int columnId, const MouseEvent &) | TableListBoxModel | virtual |
deleteKeyPressed(int lastRowSelected) | TableListBoxModel | virtual |
getCellTooltip(int rowNumber, int columnId) | TableListBoxModel | virtual |
getColumnAutoSizeWidth(int columnId) | TableListBoxModel | virtual |
getDragSourceDescription(const SparseSet< int > ¤tlySelectedRows) | TableListBoxModel | virtual |
getNumRows()=0 | TableListBoxModel | pure virtual |
listWasScrolled() | TableListBoxModel | virtual |
paintCell(Graphics &, int rowNumber, int columnId, int width, int height, bool rowIsSelected)=0 | TableListBoxModel | pure virtual |
paintRowBackground(Graphics &, int rowNumber, int width, int height, bool rowIsSelected)=0 | TableListBoxModel | pure virtual |
refreshComponentForCell(int rowNumber, int columnId, bool isRowSelected, Component *existingComponentToUpdate) | TableListBoxModel | virtual |
returnKeyPressed(int lastRowSelected) | TableListBoxModel | virtual |
selectedRowsChanged(int lastRowSelected) | TableListBoxModel | virtual |
sortOrderChanged(int newSortColumnId, bool isForwards) | TableListBoxModel | virtual |
TableListBoxModel()=default | TableListBoxModel | |
~TableListBoxModel()=default | TableListBoxModel | virtual |