geany
1.38
About: Geany is a text editor (using GTK2) with basic features of an integrated development environment (syntax highlighting, code folding, symbol name auto-completion, ...). F: office T: editor programming GTK+ IDE
![]() ![]() |
#include <CellBuffer.h>
Public Member Functions | |
virtual | ~PerLine () |
virtual void | Init ()=0 |
virtual void | InsertLine (Sci::Line line)=0 |
virtual void | InsertLines (Sci::Line line, Sci::Line lines)=0 |
virtual void | RemoveLine (Sci::Line line)=0 |
Definition at line 14 of file CellBuffer.h.
|
inlinevirtual |
Definition at line 16 of file CellBuffer.h.
|
pure virtual |
Implemented in Scintilla::Document, Scintilla::LineMarkers, Scintilla::LineLevels, Scintilla::LineState, Scintilla::LineAnnotation, and Scintilla::LineTabstops.
Referenced by LineVector< POS >::Init().
|
pure virtual |
Implemented in Scintilla::Document, Scintilla::LineMarkers, Scintilla::LineLevels, Scintilla::LineState, Scintilla::LineAnnotation, and Scintilla::LineTabstops.
Referenced by LineVector< POS >::InsertLine().
Implemented in Scintilla::Document, Scintilla::LineMarkers, Scintilla::LineLevels, Scintilla::LineState, Scintilla::LineAnnotation, and Scintilla::LineTabstops.
Referenced by LineVector< POS >::InsertLines().
|
pure virtual |
Implemented in Scintilla::Document, Scintilla::LineMarkers, Scintilla::LineLevels, Scintilla::LineState, Scintilla::LineAnnotation, and Scintilla::LineTabstops.
Referenced by LineVector< POS >::RemoveLine().