]> Git trees. - libqmvoc.git/commitdiff
Dox fixes: parameters, reduce extr33m brevity.
authorAdriaan de Groot <groot@kde.org>
Sat, 12 Nov 2005 22:21:27 +0000 (22:21 +0000)
committerAdriaan de Groot <groot@kde.org>
Sat, 12 Nov 2005 22:21:27 +0000 (22:21 +0000)
svn path=/trunk/KDE/kdeedu/libkdeedu/; revision=480043

extdate/extdatetbl.h

index 829d732cd029e96d3472ecd00a6edeb2c10137a5..7b000c1fc35648cb99f666347f1a670d47389ad6 100644 (file)
@@ -207,6 +207,8 @@ public slots:
 public:
   /**
    * The contructor. Creates a dialog without buttons.
+   * @param parent The parent widget for this dialog. If @p parent is 0,
+   *        the dialog uses the whole desktop.
    */
   KPopupFrame(QWidget* parent=0);
   /**
@@ -223,15 +225,22 @@ public:
    */
   virtual void resizeEvent(QResizeEvent*);
   /**
-   * Open the popup window at position pos.
+   * Open the popup window at position @p pos.
+   * @param pos The position (relative to the parent window) where the
+   *            popup menu should appear.
    */
   void popup(const QPoint &pos);
   /**
    * Execute the popup window.
+   * @param p The position where the window should be shown.
+   * @return Result code of the popup.
+   * @see popup()
+   * @todo Why isn't @p p a reference?
    */
   int exec(QPoint p);
   /**
-   * Dito.
+   * Execute the popup window.
+   * Equivalent to exec(const QPoint &) for the given @p x and @p y.
    */
   int exec(int x, int y);