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
  Fossies Dox: geany-1.38.tar.bz2  ("unofficial" and yet experimental doxygen-generated source code documentation)  

Scintilla::PerLine Class Referenceabstract

#include <CellBuffer.h>

Inheritance diagram for Scintilla::PerLine:
[legend]

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
 

Detailed Description

Definition at line 14 of file CellBuffer.h.

Constructor & Destructor Documentation

◆ ~PerLine()

virtual Scintilla::PerLine::~PerLine ( )
inlinevirtual

Definition at line 16 of file CellBuffer.h.

Member Function Documentation

◆ Init()

◆ InsertLine()

virtual void Scintilla::PerLine::InsertLine ( Sci::Line  line)
pure virtual

◆ InsertLines()

virtual void Scintilla::PerLine::InsertLines ( Sci::Line  line,
Sci::Line  lines 
)
pure virtual

◆ RemoveLine()

virtual void Scintilla::PerLine::RemoveLine ( Sci::Line  line)
pure virtual

The documentation for this class was generated from the following file: