]> SALOME platform Git repositories - modules/gui.git/commitdiff
Salome HOME
Porting to Qt 4
authorvsr <vsr@opencascade.com>
Fri, 1 Jun 2007 15:46:42 +0000 (15:46 +0000)
committervsr <vsr@opencascade.com>
Fri, 1 Jun 2007 15:46:42 +0000 (15:46 +0000)
src/Qtx/QtxEvalExpr.cxx
src/Qtx/QtxGroupBox.cxx
src/Qtx/QtxListAction.cxx
src/Qtx/QtxPopupMgr.cxx
src/Qtx/QtxSplash.cxx

index 8269df764bc5859c17244aa3e8491ed5085e7f90..d16abdc62286cb943598dea38a2b882ef41cac69 100644 (file)
@@ -1345,6 +1345,15 @@ bool QtxEvalSet::createValue( const QString& str, QVariant& val ) const
   \return error code (QtxEvalExpr::Error)
 */
 
+/*!
+  \fn QString QtxEvalSet::name() const;
+  \brief Get unique operations set name.
+
+  Should be redefined in the successor classes.
+
+  \return operations set name
+*/
+
 /*!
   \class QtxEvalSetBase
   \brief Generic class. Provides functionality for standard operations sets.
index 971b29c967dffbcedbc248b17ce0521eff7884f6..e99532ed48690bbde91ae863624a2c3c36c8967e 100644 (file)
 #include <QApplication>
 
 /*!
-  \brief class QtxGroupBox
+  \class QtxGroupBox
   \brief Enhanced group box widget.
 
-  The QtxGroupBox class allows insereting custom widgets in the 
+  The QtxGroupBox class allows inserting custom widgets in the 
   group box title. Use insertTitleWidget() method to add
   custom widget to the title and removeTitleWidget() to remove it.
 */
index b74804837e3b244e683eac1442d251fe75a38e3a..813d052ee4ba26c5a2f8ecb927b259c7ff594556 100755 (executable)
@@ -819,7 +819,7 @@ QWidget* QtxListAction::createWidget( QWidget* parent )
   return tb;
 }
 
-/*
+/*!
   \brief Destroy action widget.
 
   This function is called whenever the action is removed
index bd4e6f0611c1337d0d6fb2a1fad4c3a9336731b3..018f205e54eb8bc6e1e88d84fe9e96cf7f873b44 100644 (file)
@@ -196,7 +196,7 @@ QString QtxPopupMgr::PopupCreator::rule( const ItemAttributes& /*attr*/,
 }
 
 /*!
-  \class QPopupMgr
+  \class QtxPopupMgr
   \brief Popup menu manager.
 
   Menu manager allows using of set of action for automatic generating of
@@ -719,13 +719,13 @@ QString QtxPopupSelection::selCountParam() const
   return str;
 }
 
-/*
+/*!
   \fn int QtxPopupSelection::count() const;
   \brief Get number of the selected objects.
   \return nb of selected objects
 */
 
-/*
+/*!
   \fn QVariant QtxPopupSelection::parameter( const int idx, const QString& name ) const;
   \brief Get number of the selected objects.
   \param idx parameter index
index 09c8f1d37a389197391edb5ebd3cce904641ad3c..eba6fd7b6ed50b85d43fe87934033d225f9cb905 100644 (file)
@@ -438,7 +438,7 @@ int QtxSplash::progressFlags() const
   The parameter \a gradientType defines the type of gradient 
   to be drawn - horizontal or vertical. Default is vertical.
 
-  Note, that methods setProgressGradient() and setProgresColors() are
+  Note, that methods setProgressGradient() and setProgressColors() are
   alternative. Only the latest used is taken into account.
 
   \param startColor start gradient color (or mono-color)
@@ -490,11 +490,11 @@ QtxSplash::GradientType QtxSplash::progressColors( QColor& startColor,
   the progress bar. The color scale (blue to red) is changed by the 
   progress bar diagonal.
 
-  Note, that methods setProgressGradient() and setProgresColors() are
+  Note, that methods setProgressGradient() and setProgressColors() are
   alternative. Only the latest used is taken into account.
 
   \param gradient color gradient to be used for progress bar coloring
-  \sa progressGradient(), setProgresColors()
+  \sa progressGradient(), setProgressColors()
 */
 void QtxSplash::setProgressGradient( const QLinearGradient& gradient )
 {
@@ -626,8 +626,8 @@ QString QtxSplash::message() const
 /*!
   \brief Get error code.
 
-  This function returns error code, set previoiusly with setError() or
-  error( QString&, QString, int ) methods.
+  This function returns error code, set previoiusly with 
+  error(const QString&, const QString&, const int) method.
   If no error code has been set, 0 is returned.
 
   \return last error code