edbee - Qt Editor Library v0.11.1
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
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.
 
 TextScopeList (int initialSize)
 The text scopelist with an initial size.
 
 TextScopeList (QVector< ScopedTextRange * > &ranges)
 Fills the scopelist with a list of ranges.
 
int atomCount () const
 This method returns the total number of atoms.
 
QString toString ()
 Converts the scopelist to a string.
 

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: