Developer Documentation
TextBrowserWidget::Fold Struct Reference

Public Member Functions

 Fold (int _start, int _end, FoldType _type)
 
bool contains (int n) const
 

Public Attributes

int start
 
int end
 
bool folded
 
FoldType type
 

Detailed Description

Definition at line 62 of file TextBrowserWidget.hh.

Constructor & Destructor Documentation

◆ Fold() [1/2]

TextBrowserWidget::Fold::Fold ( )
inline

Definition at line 63 of file TextBrowserWidget.hh.

◆ Fold() [2/2]

TextBrowserWidget::Fold::Fold ( int  _start,
int  _end,
FoldType  _type 
)
inline

Definition at line 70 of file TextBrowserWidget.hh.

Member Function Documentation

◆ contains()

bool TextBrowserWidget::Fold::contains ( int  n) const
inline

Definition at line 77 of file TextBrowserWidget.hh.

Member Data Documentation

◆ end

int TextBrowserWidget::Fold::end

Definition at line 84 of file TextBrowserWidget.hh.

◆ folded

bool TextBrowserWidget::Fold::folded

Definition at line 85 of file TextBrowserWidget.hh.

◆ start

int TextBrowserWidget::Fold::start

Definition at line 82 of file TextBrowserWidget.hh.

◆ type

FoldType TextBrowserWidget::Fold::type

Definition at line 86 of file TextBrowserWidget.hh.


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