30 iTable->Connect(
"dataChanged()",
"FWTableManagerBase", static_cast<FWTableManagerBase*>(
this),
"dataChanged()");
31 iTable->Connect(
"visualPropertiesChanged()",
33 static_cast<FWTableManagerBase*>(
this),
34 "visualPropertiesChanged()");
const std::string names[nVars_]
virtual int numberOfRows() const =0
Number of rows in the table.
virtual int unsortedRowNumber(int iSortedRowNumber) const =0
when passed the index to the sorted order of the rows it returns the original row number from the und...
virtual FWTableCellRendererBase * rowHeader(int iSortedRowNumber) const
Returns the renderer for the row header for the sorted row number iSortedRowNumber.