From f2221017f76feddc0bcab60b977a3b87b162c253 Mon Sep 17 00:00:00 2001 From: "Sandro S. Andrade" Date: Sat, 23 Nov 2013 23:14:28 -0300 Subject: Fix QtModeling module documentation Change-Id: Id63005968d788dedec9cb397f6f7a1b1cd7f0568 Reviewed-by: Sandro S. Andrade --- src/modeling/qmetamodelplugin.cpp | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'src/modeling/qmetamodelplugin.cpp') diff --git a/src/modeling/qmetamodelplugin.cpp b/src/modeling/qmetamodelplugin.cpp index 69677943..5c513bce 100644 --- a/src/modeling/qmetamodelplugin.cpp +++ b/src/modeling/qmetamodelplugin.cpp @@ -42,11 +42,28 @@ QT_BEGIN_NAMESPACE +/*! + \class QMetaModelPlugin + + \inmodule QtModeling + + \brief The QMetaModelPlugin class acts as base-class for all QtModeling plugins. +*/ + +/*! + Creates a QMetaModelPlugin with the given \a parent. +*/ QMetaModelPlugin::QMetaModelPlugin(QObject *parent) : QObject(parent) { } +/*! + \fn QModelingElement *QMetaModelPlugin::createModelingElement(QString type) + + Returns a new instance of plugin's metamodel element with type \a type. +*/ + #include "moc_qmetamodelplugin.cpp" QT_END_NAMESPACE -- cgit v1.2.3