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

Lines Matching defs:cell

72     wxHTML_SEL_OUT,     // currently rendered cell is outside the selection
74 wxHTML_SEL_CHANGING // ... is the cell on which selection state changes
149 // Superscript/subscript/normal script mode of a cell
180 // Returns the maximum possible length of the cell.
198 // returns the link associated with this cell. The position is position
199 // within the cell so it varies from 0 to m_Width, from 0 to m_Height
204 // Returns cursor to be used when mouse is over the cell:
212 // return next cell among parent's cells
214 // returns first child cell (if there are any, i.e. if this is container):
220 void SetNext(wxHtmlCell *cell) {m_Next = cell;}
222 // 1. adjust cell's width according to the fact that maximal possible width
229 // renders the cell
235 // proceed drawing actions in case the cell is not visible (scrolled out of
241 // This method returns pointer to the FIRST cell for that
244 // cell and then calls m_Next->Find(). (Note: it checks
245 // all subcells if the cell is container)
254 // This function is called when mouse button is clicked over the cell.
273 // not be crossed by words, images etc.). If this cell cannot be divided
282 // Sets cell's behaviour on pagebreaks (see AdjustPagebreak). Default
283 // is true - the cell can be split on two pages
286 // Can the line be broken before this cell?
294 // Find a cell inside this cell positioned at the given coordinates
295 // (relative to this's positions). Returns NULL if no such cell exists.
297 // nonterminal cells or both. In either case, returned cell is deepest
298 // cell in cells tree that contains [x,y].
302 // Returns absolute position of the cell on HTML canvas.
307 // Returns root cell of the hierarchy (i.e. grand-grand-...-parent that
311 // Returns first (last) terminal cell inside this cell. It may return NULL,
318 // Returns cell's depth, i.e. how far under the root cell it is
322 // Returns true if the cell appears before 'cell' in natural order of
323 // cells (= as they are read). If cell A is (grand)parent of cell B,
325 bool IsBefore(wxHtmlCell *cell) const;
327 // Converts the cell into text representation. If sel != NULL then
328 // only part of the cell inside the selection is converted.
333 // pointer to the next cell
335 // pointer to parent cell
349 // true if this cell can be placed on pagebreak, false otherwise
351 // unique identifier of the cell, generated from "id" property of tags
381 void SetPreviousWord(wxHtmlWordCell *cell);
416 // insert cell at the end of m_Cells list
417 void InsertCell(wxHtmlCell *cell);
464 // returns last child cell:
478 // below first/last terminal cell). For internal use only.
487 wxHtmlCell *cell) const;
489 wxHtmlCell *cell) const;
583 // This cell is connected with wxWindow object