#include <Fl_Text_Buffer.h>
Public Methods | |
| void | set (int start, int end) |
| void | set_rectangular (int start, int end, int rectStart, int rectEnd) |
| void | update (int pos, int nDeleted, int nInserted) |
| char | rectangular () |
| int | start () |
| int | end () |
| int | rect_start () |
| int | rect_end () |
| char | selected () |
| void | selected (char b) |
| int | includes (int pos, int lineStartPos, int dispIndex) |
| int | position (int *start, int *end) |
| int | position (int *start, int *end, int *isRect, int *rectStart, int *rectEnd) |
Protected Attributes | |
| char | mSelected |
| char | mRectangular |
| int | mStart |
| int | mEnd |
| int | mRectStart |
| int | mRectEnd |
Friends | |
| class | Fl_Text_Buffer |
Definition at line 39 of file Fl_Text_Buffer.h.
1.2.15