edbee - Qt Editor Library
|
A list of text-scopes. on a certian location, usually more then one scope is available on a given location. More...
#include <textdocumentscopes.h>
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... | |
A list of text-scopes. on a certian location, usually more then one scope is available on a given location.
edbee::TextScopeList::TextScopeList | ( | ) |
A list of text scopes.
edbee::TextScopeList::TextScopeList | ( | int | initialSize | ) |
The text scopelist with an initial size.
edbee::TextScopeList::TextScopeList | ( | QVector< ScopedTextRange *> & | ranges | ) |
Fills the scopelist with a list of ranges.
int edbee::TextScopeList::atomCount | ( | ) | const |
This method returns the total number of atoms.
QString edbee::TextScopeList::toString | ( | ) |
Converts the scopelist to a string.