mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-17 20:50:34 +01:00
Move methods used for autonum and sequential value, from conductor and element class, to autonum namespace.
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@4790 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -22,6 +22,8 @@
|
||||
#include <QPointF>
|
||||
#include <QStringList>
|
||||
|
||||
#include "numerotationcontext.h"
|
||||
|
||||
class Diagram;
|
||||
class Element;
|
||||
|
||||
@@ -59,8 +61,9 @@ namespace autonum
|
||||
const Element *m_element = nullptr;
|
||||
};
|
||||
|
||||
|
||||
|
||||
void setSequentialToList(QStringList &list, NumerotationContext &nc, QString type);
|
||||
void setFolioSequentialToHash(QStringList &list, QHash<QString, QStringList> &hash, QString autoNumName);
|
||||
void setSequential(QString label, autonum::sequenceStruct &seqStruct, NumerotationContext &context, Diagram *diagram, QString hashKey);
|
||||
}
|
||||
|
||||
#endif // ASSIGNVARIABLES_H
|
||||
|
||||
Reference in New Issue
Block a user