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::WrapPending Struct Reference

#include <Editor.h>

Public Types

enum  { lineLarge = 0x7ffffff }
 

Public Member Functions

 WrapPending () noexcept
 
void Reset () noexcept
 
void Wrapped (Sci::Line line) noexcept
 
bool NeedsWrap () const noexcept
 
bool AddRange (Sci::Line lineStart, Sci::Line lineEnd) noexcept
 

Public Attributes

Sci::Line start
 
Sci::Line end
 

Detailed Description

Definition at line 111 of file Editor.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
lineLarge 

Definition at line 113 of file Editor.h.

Constructor & Destructor Documentation

◆ WrapPending()

Scintilla::WrapPending::WrapPending ( )
inlinenoexcept

Definition at line 116 of file Editor.h.

Member Function Documentation

◆ AddRange()

bool Scintilla::WrapPending::AddRange ( Sci::Line  lineStart,
Sci::Line  lineEnd 
)
inlinenoexcept

Definition at line 131 of file Editor.h.

Referenced by Scintilla::Editor::NeedWrapping().

◆ NeedsWrap()

bool Scintilla::WrapPending::NeedsWrap ( ) const
inlinenoexcept

◆ Reset()

void Scintilla::WrapPending::Reset ( )
inlinenoexcept

Definition at line 120 of file Editor.h.

Referenced by Scintilla::Editor::WrapLines().

◆ Wrapped()

void Scintilla::WrapPending::Wrapped ( Sci::Line  line)
inlinenoexcept

Definition at line 124 of file Editor.h.

References line.

Referenced by Scintilla::Editor::WrapLines().

Member Data Documentation

◆ end

Sci::Line Scintilla::WrapPending::end

Definition at line 115 of file Editor.h.

Referenced by Scintilla::Editor::WrapLines().

◆ start

Sci::Line Scintilla::WrapPending::start

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