• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/

Lines Matching defs:cells

325 // this class stores attributes set for cells
455 // TODO: this doesn't work at all, grid cells have different sizes and approx
1763 // get the widths of all cells previous to this one
1817 // get the widths of all cells previous to this one
1976 // erase only this cells background, overflow cells should have been erased
2028 if (overflowCols > 0) // redraw overflow cells w/ proper hilight
2477 // the other cells that will be covered (lower right cells) must be
2584 // use the cells renderer if it has one
2628 // use the cells editor if it has one
5328 // find the cells within these bounds
5382 // find the cells within these bounds
7301 // yes, now check whether the cells editor accepts the key
7370 wxGridCellCoordsArray cells = CalcCellsExposed( r );
7378 DrawGridCellArea( dc, cells );
7586 // Note - this function only draws cells that are in the list of
7587 // exposed cells (usually set from the update region by
7590 void wxGrid::DrawGridCellArea( wxDC& dc, const wxGridCellCoordsArray& cells )
7595 int i, numCells = cells.GetCount();
7601 row = cells[i].GetRow();
7602 col = cells[i].GetCol();
7612 if ( cell == cells[j] )
7667 if ( cell == cells[k] )
7695 DrawCell( dc, cells[i] );
7880 void wxGrid::DrawHighlight(wxDC& dc, const wxGridCellCoordsArray& cells)
7899 size_t count = cells.GetCount();
7902 wxGridCellCoords cell = cells[n];
7905 // cell in a partially-visible merged cluster of cells. If the "anchor"
8496 // the cell edit control might be disable for all cells or just for the
8593 // resize editor to overflow into righthand cells if allowed
8734 // grid cells and labels so you will need to convert from device
9046 // we might not scroll at all and some cells won't be redrawn)
9053 // special handling for wide cells - show always left part of the cell!
9295 // non-empty cells
9361 // non-empty cells
9427 // non-empty cells
9493 // non-empty cells
10369 // if this was already a multicell then "turn off" the other cells first
10387 // mark the cells that will be covered by this cell to
11329 // The following loop is ONLY necessary to detect and handle merged cells.
11374 i = visibleRightCol; // jump over inner cells.