|
| ||||||||||||||
| SelectionInterface ()
| SelectionInterface |
| ~SelectionInterface ()
| ~SelectionInterface |
[virtual]
| unsigned int selectionInterfaceNumber ()
| selectionInterfaceNumber |
[const]
| void setSelectionInterfaceDCOPSuffix (const QCString &suffix)
| setSelectionInterfaceDCOPSuffix |
[protected]
| bool setSelection ( unsigned int startLine, unsigned int startCol, unsigned int endLine, unsigned int endCol )
| setSelection |
[pure virtual]
Returns: set the selection from line_start,col_start to line_end,col_end
| bool clearSelection ()
| clearSelection |
[pure virtual]
removes the current Selection (not Text)
| bool hasSelection ()
| hasSelection |
[const pure virtual]
Returns: true if there is a selection
| QString selection ()
| selection |
[const pure virtual]
Returns: a QString for the selected text
| bool removeSelectedText ()
| removeSelectedText |
[pure virtual]
removes the selected Text
| bool selectAll ()
| selectAll |
[pure virtual]
select the whole text
| void selectionChanged ()
| selectionChanged |
[pure virtual]
| Generated by: root on sparc64.ports.openbsd.org on Sun Sep 14 00:06:33 2003, using kdoc 2.0a54. |