![]() |
QElectroTech 0.100.0-dev
|
#include "../diagramcontext.h"#include "numerotationcontext.h"#include <QPointF>#include <QString>#include <QStringList>

Go to the source code of this file.
Classes | |
| class | autonum::sequentialNumbers |
| class | autonum::AssignVariables |
| The AssignVariables class This class assign variable of a formula string. Return the final string used to be displayed from a formula string. More... | |
Namespaces | |
| namespace | autonum |
Functions | |
| void | autonum::setSequentialToList (QStringList &list, NumerotationContext &context, const QString &type) |
| setSequentialToList Append all sequential of type type owned by context in list | |
| void | autonum::setFolioSequentialToHash (QStringList &list, QHash< QString, QStringList > &hash, const QString &autoNumName) |
| setFolioSequentialToHash Insert all value of list in hash with key autoNumName | |
| void | autonum::setSequential (const QString &label, sequentialNumbers &seqStruct, NumerotationContext &context, Diagram *diagram, const QString &hashKey) |
| setSequential Fill seqStruct | |
| QString | autonum::numerotationContextToFormula (const NumerotationContext &nc) |
| numerotationContextToFormula | |
| QString | autonum::elementPrefixForLocation (const ElementsLocation &location) |
| elementPrefixForLocation | |