Home
last modified time | relevance | path

Searched refs:cellStatus (Results 1 – 8 of 8) sorted by relevance

/dports/math/rkward-kde/rkward-0.7.1/rkward/core/
H A Drkvariable.h77 Status cellStatus (int row) const;
H A Drkvariable.cpp494 Status cell_state = cellStatus (row); in getRText()
635 RKVariable::Status RKVariable::cellStatus (int row) const { in cellStatus() function in RKVariable
733 if (cellStatus (i) == ValueInvalid) { in updateValueLabels()
/dports/finance/kmymoney/kmymoney-5.1.1/kmymoney/views/
H A Dkhomeview_p.h200 QString cellStatus, pathOK, pathTODO, pathNotOK; in showAccountEntry() local
209 cellStatus = '-'; in showAccountEntry()
212 cellStatus = QString("<img src=\"%1\" border=\"0\">").arg(pathTODO); in showAccountEntry()
214 cellStatus = QString("<img src=\"%1\" border=\"0\">").arg(pathOK); in showAccountEntry()
216 cellStatus = QString("<img src=\"%1\" border=\"0\">").arg(pathNotOK); in showAccountEntry()
218 tmp = QString("<td class=\"center\">%1</td>").arg(cellStatus); in showAccountEntry()
/dports/math/vtk8/VTK-8.2.0/Common/DataModel/Testing/Cxx/
H A DTestPentagonalPrism.cxx291 int cellStatus = aCell->CellBoundary(0, pcenter, cellIds); in TestCell() local
292 if (aCell->GetCellDimension() > 0 && cellStatus != 1) in TestCell()
H A DUnitTestCells.cxx1029 int cellStatus = aCell->CellBoundary(0, pcenter, cellIds); in TestOneCell() local
1030 if (aCell->GetCellDimension() > 0 && cellStatus != 1) in TestOneCell()
/dports/math/vtk9/VTK-9.1.0/Common/DataModel/Testing/Cxx/
H A DTestPentagonalPrism.cxx278 int cellStatus = aCell->CellBoundary(0, pcenter, cellIds); in TestCell() local
279 if (aCell->GetCellDimension() > 0 && cellStatus != 1) in TestCell()
H A DUnitTestCells.cxx1049 int cellStatus = aCell->CellBoundary(0, pcenter, cellIds); in TestOneCell() local
1050 if (aCell->GetCellDimension() > 0 && cellStatus != 1) in TestOneCell()
/dports/math/rkward-kde/rkward-0.7.1/rkward/dataeditor/
H A Drkvareditmodel.cpp297 RKVariable::Status status = var->cellStatus (row); in data()