QElectroTech
0.70
|
#include <QString>
#include <QPointF>
#include <QStringList>
#include "numerotationcontext.h"
#include "diagramcontext.h"
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 | |
autonum | |
Functions | |
void | autonum::setSequentialToList (QStringList &list, NumerotationContext &context, const QString &type) |
setSequentialToList Append all sequential of type owned by in list More... | |
void | autonum::setFolioSequentialToHash (QStringList &list, QHash< QString, QStringList > &hash, const QString &autoNumName) |
setFolioSequentialToHash Insert all value of in with key More... | |
void | autonum::setSequential (const QString &label, sequentialNumbers &seqStruct, NumerotationContext &context, Diagram *diagram, const QString &hashKey) |
setSequential Fill seqStruct More... | |
QString | autonum::numerotationContextToFormula (const NumerotationContext &nc) |
numerotationContextToFormula More... | |
QString | autonum::elementPrefixForLocation (const ElementsLocation &location) |
elementPrefixForLocation More... | |