#include "edbee/exports.h"
#include <QChar>
#include <QString>
Go to the source code of this file.
|
class | edbee::GapVector< T > |
| This class is used to define a gap vector. A Gapvector is split in 2 parts. where the gap is moved to the insertation/changing point. So reducing the movement of fields. More...
|
|
class | edbee::QCharGapVector |
| The character vecor to use. More...
|
|
class | edbee::NoGapVector< T > |
| A special GapVector class that isn't a gapvector. It forwards it's request to a normal vector class (for debugging purposes) that isn't a gapv This class is only used for debugging issuess with the gapvector. More...
|
|
|
namespace | edbee |
| QT Acessibility has an issue with reporting blank lines between elements lines. defining 'WINDOWS_EMPTY_LINE_READING_ERROR_FIX' adds a \r before a newline. Which is a workaround for this issue. (It does some offset-length and string magic when this is enabled)
|
|