52 #ifndef Patternist_TemplateMode_H 53 #define Patternist_TemplateMode_H 55 #include <QtCore/QSharedData> 119 templatePatterns += mode->templatePatterns;
#define QT_END_NAMESPACE
This macro expands to.
TemplateMode(const QXmlName &modeName)
#define Q_DISABLE_COPY(Class)
Disables the use of copy constructors and assignment operators for the given Class.
TemplatePattern::Vector templatePatterns
#define QT_BEGIN_NAMESPACE
This macro expands to.
The namespace for the internal API of QtXmlPatterns.
Houses the data specific to the templates for a certain mode.
The QXmlName class represents the name of an XML node, in an efficient, namespace-aware way...
The QSharedData class is a base class for shared data objects.
const QXmlName m_modeName
QExplicitlySharedDataPointer< TemplateMode > Ptr
void addMode(const TemplateMode::Ptr &mode)
const QXmlName & name() const
#define Q_AUTOTEST_EXPORT