MCPcopy Create free account
hub / github.com/OpenMS/OpenMS / setAtBottomRow

Method setAtBottomRow

src/openms_gui/source/VISUAL/TableView.cpp:203–208  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

201 }
202
203 QTableWidgetItem* TableView::setAtBottomRow(const QString& text, size_t column_index, const QColor& background, const QColor& foreground)
204 {
205 QTableWidgetItem* item = itemPrototype()->clone();
206 item->setText(text);
207 return setAtBottomRow(item, column_index, background, foreground);
208 }
209
210 QTableWidgetItem* TableView::setAtBottomRow(const char* text, size_t column_index, const QColor& background, const QColor& foreground)
211 {

Callers 4

updateProteinEntries_Method · 0.80
updateEntries_Method · 0.80
fillRow_Method · 0.80
checkPyProphetInput_Method · 0.80

Calls 4

setTextMethod · 0.80
cloneMethod · 0.45
setDataMethod · 0.45
isValidMethod · 0.45

Tested by 3

updateProteinEntries_Method · 0.64
updateEntries_Method · 0.64
fillRow_Method · 0.64