Added comments to XdxfLoadDialog
[mdictionary] / trunk / src / plugins / xdxf / src / XdxfPlugin / XdxfDictDialog.h
index 1dd98c2..b9292f6 100644 (file)
 #include "XdxfLoadDialog.h"
 
 
+//! Implementation of DictDialog interface for xdxf plugin
 class XdxfDictDialog : public DictDialog {
     Q_OBJECT
 public:
     explicit XdxfDictDialog(QObject *parent = 0);
 
+    /*!
+      Shows add new xdxf dictionary dialog and returns settings of new dict
+      \param parent parent widget on which will be displayed dialog
+      */
     Settings* addNewDictionary(QWidget *parent);
+
+    /*!
+      Shows settings dialog and save new settings in plugin
+      \param parent parent widget on which will be displayed dialog
+      */
     void changeSettings(QWidget *parent);
 };