Searched refs:select (Results 1 – 4 of 4) sorted by relevance
58 QList<LineChunk> select( int selection_start, int selection_end ) const;
109 QList<LineChunk> LineChunk::select( int sel_start, int sel_end ) const in select() function in LineChunk1589 newChunkList << chunk.select( sel_start, sel_end ); in drawTextArea()