edbee - Qt Editor Library
Public Member Functions | List of all members
edbee::TextScopeList Class Reference

A list of text-scopes. on a certian location, usually more then one scope is available on a given location. More...

#include <textdocumentscopes.h>

+ Inheritance diagram for edbee::TextScopeList:
+ Collaboration diagram for edbee::TextScopeList:

Public Member Functions

 TextScopeList ()
 A list of text scopes. More...
 
 TextScopeList (int initialSize)
 The text scopelist with an initial size. More...
 
 TextScopeList (QVector< ScopedTextRange *> &ranges)
 Fills the scopelist with a list of ranges. More...
 
int atomCount () const
 This method returns the total number of atoms. More...
 
QString toString ()
 Converts the scopelist to a string. More...
 

Detailed Description

A list of text-scopes. on a certian location, usually more then one scope is available on a given location.

Constructor & Destructor Documentation

◆ TextScopeList() [1/3]

edbee::TextScopeList::TextScopeList ( )

A list of text scopes.

◆ TextScopeList() [2/3]

edbee::TextScopeList::TextScopeList ( int  initialSize)

The text scopelist with an initial size.

◆ TextScopeList() [3/3]

edbee::TextScopeList::TextScopeList ( QVector< ScopedTextRange *> &  ranges)

Fills the scopelist with a list of ranges.

Member Function Documentation

◆ atomCount()

int edbee::TextScopeList::atomCount ( ) const

This method returns the total number of atoms.

◆ toString()

QString edbee::TextScopeList::toString ( )

Converts the scopelist to a string.


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