#include "edbee/exports.h"
#include <QMultiMap>
#include <QSet>
#include <QString>
#include <QVariant>
Go to the source code of this file.
Classes | |
class | edbee::DynamicVariable |
The abstract base class for a dynamic variable. More... | |
class | edbee::BasicDynamicVariable |
A static dynamic variable :P. More... | |
class | edbee::ScopedDynamicVariable |
A class that specifies a dynamic variabele with a scope selector. More... | |
class | edbee::DynamicVariables |
This class is used for remembering/managing dynamic variables This are a kind of environment variables that are dependent on the given context. More... | |
Namespaces | |
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) | |