Home
last modified time | relevance | path

Searched refs:isLastRow (Results 1 – 25 of 79) sorted by relevance

1234

/dports/biology/ugene/ugene-40.1/src/corelibs/U2Designer/src/dashboard/
H A DOutputFilesDashboardWidget.cpp123 bool isLastRow = workerIndex == workerOutputList.size() - 1; in updateWorkerRow() local
126 addTableCell(tableGridLayout, worker.name, "", workerIndex + 1, 0, isLastRow, false); in updateWorkerRow()
129 addTableCell(tableGridLayout, worker.name, button, workerIndex + 1, 0, isLastRow, false); in updateWorkerRow()
138 … addTableCell(tableGridLayout, worker.name, cellWidget, workerIndex + 1, 0, isLastRow, false); in updateWorkerRow()
142 addTableCell(tableGridLayout, worker.name, worker.name, workerIndex + 1, 1, isLastRow, true); in updateWorkerRow()
H A DNotificationsDashboardWidget.cpp112 bool isLastRow = workerIndex == notificationList.size() - 1; in updateNotificationRow() local
116 addTableCell(tableGridLayout, rowId, iconHtml, rowIndex, 0, isLastRow, false); in updateNotificationRow()
117 addTableCell(tableGridLayout, rowId, info.actorName, rowIndex, 1, isLastRow, false); in updateNotificationRow()
118 addTableCell(tableGridLayout, rowId, messageWithCount, rowIndex, 2, isLastRow, true); in updateNotificationRow()
H A DDashboardWidget.h88 …ayout, const QString &rowId, QWidget *widget, int row, int column, bool isLastRow, bool isLastColu…
90 …t, const QString &rowId, const QString &text, int row, int column, bool isLastRow, bool isLastColu…
H A DDashboardWidget.cpp115 …ayout, const QString &rowId, QWidget *widget, int row, int column, bool isLastRow, bool isLastColu… in addTableCell() argument
122 if (isLastRow) { in addTableCell()
144 …t, const QString &rowId, const QString &text, int row, int column, bool isLastRow, bool isLastColu… in addTableCell() argument
149 addTableCell(gridLayout, rowId, cellLabel, row, column, isLastRow, isLastColumn); in addTableCell()
H A DParametersDashboardWidget.cpp221 bool isLastRow = parameterIndex == parameters.size() - 1; in showWorkerParameters() local
223 … addTableCell(parametersGridLayout, parameter.name, parameter.name, rowIndex, 0, isLastRow, false); in showWorkerParameters()
227 … addTableCell(parametersGridLayout, parameter.name, parameter.value, rowIndex, 1, isLastRow, true); in showWorkerParameters()
247 … addTableCell(parametersGridLayout, parameter.name, valueWidget, rowIndex, 1, isLastRow, true); in showWorkerParameters()
/dports/biology/seqan/seqan-library-2.4.0/include/seqan/align_parallel/
H A Ddp_parallel_scout.h196 TIsLastRow const & isLastRow)
199 …_scoutBestScore(static_cast<TBaseScout&>(dpScout), activeCell, navigator, isLastColumn, isLastRow);
210 TIsLastRow const & isLastRow)
213 if (isTrackingEnabled(dpScout, isLastColumn, isLastRow))
214 …_scoutBestScore(static_cast<TBaseScout&>(dpScout), activeCell, navigator, isLastColumn, isLastRow);
H A Ddp_parallel_scout_simd.h177 TIsLastRow const & isLastRow)
181 …_scoutBestScore(static_cast<TScoutBase&>(dpScout), activeCell, navigator, isLastColumn, isLastRow);
H A Dwavefront_task.h253 return isLastColumn(task) && isLastRow(task);
260 return isLastColumn(task) && isLastRow(task);
/dports/biology/seqan-apps/seqan-seqan-v2.4.0/include/seqan/align_parallel/
H A Ddp_parallel_scout.h196 TIsLastRow const & isLastRow)
199 …_scoutBestScore(static_cast<TBaseScout&>(dpScout), activeCell, navigator, isLastColumn, isLastRow);
210 TIsLastRow const & isLastRow)
213 if (isTrackingEnabled(dpScout, isLastColumn, isLastRow))
214 …_scoutBestScore(static_cast<TBaseScout&>(dpScout), activeCell, navigator, isLastColumn, isLastRow);
H A Ddp_parallel_scout_simd.h177 TIsLastRow const & isLastRow)
181 …_scoutBestScore(static_cast<TScoutBase&>(dpScout), activeCell, navigator, isLastColumn, isLastRow);
/dports/biology/seqan-apps/seqan-seqan-v2.4.0/include/seqan/seeds/
H A Dbanded_chain_alignment_scout.h244 bool isLastRow,
258 if (isLastColumn || isLastRow)
280 bool isLastRow = false)
283 (void) isLastRow;
/dports/biology/seqan/seqan-library-2.4.0/include/seqan/seeds/
H A Dbanded_chain_alignment_scout.h244 bool isLastRow,
258 if (isLastColumn || isLastRow)
280 bool isLastRow = false)
283 (void) isLastRow;
/dports/biology/pbseqan/seqan-21d95d737d8decb5cc3693b9065d81e831e7f57d/include/seqan/seeds/
H A Dbanded_chain_alignment_scout.h243 bool isLastRow,
257 if (isLastColumn || isLastRow)
279 bool isLastRow = false)
282 (void) isLastRow;
/dports/cad/librepcb/librepcb-0.1.6/libs/librepcb/common/model/
H A Deditablelistmodel.h257 bool isLastRow = section >= mValues.count();
259 return isLastRow ? tr("New:") : QString::number(section + 1);
277 bool isLastRow = index.row() >= mValues.count();
280 if (isLastRow) {
/dports/net/akonadi-contacts/akonadi-contacts-21.12.3/src/akonadi-contacts/
H A Dcontactgroupeditordelegate.cpp218 static bool isLastRow(const QModelIndex &index) in isLastRow() function
227 if (index.column() == 1 && !isLastRow(index)) { in paint()
248 if (index.column() == 1 && !isLastRow(index)) { in editorEvent()
/dports/games/endless-sky/endless-sky-0.9.14/source/
H A DBankPanel.cpp144 bool isLastRow = (row == mortgageRows - 1); in Draw() local
145 if(isLastRow && mergedMortgages) in Draw()
171 if(isLastRow) in Draw()
/dports/graphics/aseprite/aseprite-1.2.9/src/app/ui/
H A Dbutton_set.cpp93 bool isLastRow = (info.row+info.vspan >= info.grid_rows); in onPaint() local
95 if (m_icon || isLastRow) { in onPaint()
123 if (!isLastRow) { in onPaint()
/dports/net/megacmd/MEGAcmd-1.4.1_Win/sdk/examples/iOS/Demo/Demo/vendor/MWPhotoBrowser/Libraries/PSTCollectionView/
H A DPSTGridLayoutRow.m61 BOOL isLastRow = self.section.indexOfImcompleteRow == self.index;
62 …zontalAlignment horizontalAlignment = [self.section.rowAlignmentOptions[isLastRow ? PSTFlowLayoutL…
81 while (itemIndex < self.itemCount || isLastRow) {
/dports/editors/libreoffice/libreoffice-7.2.6.2/oox/inc/drawingml/table/
H A Dtableproperties.hxx47 bool isLastRow() const { return mbLastRow; }; in isLastRow() function in oox::drawingml::table::TableProperties
/dports/editors/libreoffice6/libreoffice-6.4.7.2/oox/inc/drawingml/table/
H A Dtableproperties.hxx49 bool isLastRow() const { return mbLastRow; }; in isLastRow() function in oox::drawingml::table::TableProperties
/dports/www/grafana8/grafana-8.3.6/packages/grafana-ui/src/components/VizRepeater/
H A DVizRepeater.tsx100 const isLastRow = yGrid === grid.yCount - 1;
102 const itemWidth = isLastRow ? grid.widthOnLastRow : grid.width;
/dports/editors/libreoffice/libreoffice-7.2.6.2/oox/source/drawingml/table/
H A Dtablecell.cxx259 if ( rProperties.isLastRow() && ( nRow == nMaxRow ) ) in pushToXCell()
295 ( !rProperties.isLastRow() || ( nRow != nMaxRow ) ) && in pushToXCell()
373 ( !rProperties.isLastRow() || ( nRow != nMaxRow ) ) && in pushToXCell()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/oox/source/drawingml/table/
H A Dtablecell.cxx269 if ( rProperties.isLastRow() && ( nRow == nMaxRow ) ) in pushToXCell()
305 ( !rProperties.isLastRow() || ( nRow != nMaxRow ) ) && in pushToXCell()
383 ( !rProperties.isLastRow() || ( nRow != nMaxRow ) ) && in pushToXCell()
/dports/security/lego/lego-4.5.3/vendor/github.com/onsi/gomega/gmeasure/table/
H A Dtable.go49 func (r *Row) Render(widths []int, totalWidth int, tableStyle TableStyle, isLastRow bool) string {
84 if tableStyle.HorizontalBorders && !isLastRow && r.Divider != "" {
/dports/dns/blocky/blocky-0.17/vendor/github.com/onsi/gomega/gmeasure/table/
H A Dtable.go49 func (r *Row) Render(widths []int, totalWidth int, tableStyle TableStyle, isLastRow bool) string {
84 if tableStyle.HorizontalBorders && !isLastRow && r.Divider != "" {

1234