18#ifndef NUMEROTATIONCONTEXT_H
19#define NUMEROTATIONCONTEXT_H
37 const QVariant & = QVariant(1),
44 QStringList
itemAt(
const int)
const;
49 QDomElement
toXml(QDomDocument &,
const QString&);
Definition numerotationcontext.h:31
void fromXml(QDomElement &)
NumerotationContext::fromXml load numerotation context from e.
Definition numerotationcontext.cpp:184
QDomElement toXml(QDomDocument &, const QString &)
NumerotationContext::toXml Save the numerotation context in a QDomElement under the element name str.
Definition numerotationcontext.cpp:162
QString operator[](const int &) const
NumerotationContext::operator [].
Definition numerotationcontext.cpp:82
QString validRegExpNumber() const
NumerotationContext::validRegExpNumber.
Definition numerotationcontext.cpp:135
void replaceValue(int, QString)
NumerotationContext::replaceValue This class replaces the current NC field value with content.
Definition numerotationcontext.cpp:195
bool isEmpty() const
NumerotationContext::isEmpty.
Definition numerotationcontext.cpp:107
QString validRegExpNum() const
validRegExpNum
Definition numerotationcontext.cpp:126
QStringList content_
Definition numerotationcontext.h:54
bool keyIsNumber(const QString &) const
NumerotationContext::keyIsNumber.
Definition numerotationcontext.cpp:153
QStringList itemAt(const int) const
NumerotationContext::itemAt.
Definition numerotationcontext.cpp:117
NumerotationContext()
Definition numerotationcontext.cpp:28
bool addValue(const QString &, const QVariant &=QVariant(1), const int=1, const int=0)
NumerotationContext::addValue add a new value on the contexte.
Definition numerotationcontext.cpp:56
bool keyIsAcceptable(const QString &) const
NumerotationContext::keyIsAcceptable.
Definition numerotationcontext.cpp:144
void operator<<(const NumerotationContext &)
NumerotationContext::operator << , append other.
Definition numerotationcontext.cpp:90
int size() const
NumerotationContext::size.
Definition numerotationcontext.cpp:98
void clear()
NumerotationContext::clear, clear the content.
Definition numerotationcontext.cpp:42