]> SALOME platform Git repositories - modules/gui.git/commitdiff
Salome HOME
Porting to Qt4
authorvsr <vsr@opencascade.com>
Tue, 8 May 2007 08:00:57 +0000 (08:00 +0000)
committervsr <vsr@opencascade.com>
Tue, 8 May 2007 08:00:57 +0000 (08:00 +0000)
src/Qtx/Qtx.cxx
src/Qtx/Qtx.h
src/Qtx/QtxAction.cxx

index 9b0c2fb3421bbcbb4152005802634bf1d45d2868..ddbc3b2911cd9491b1972cc52e72e0c9617650ae 100755 (executable)
 #include <stdlib.h>
 #include <stdarg.h>
 
+/*!
+  \class Qtx
+  \brief Set of helpful utility functions.
+*/
+
 /*!
   \brief Convert character array (ASCII string) to the QString.
   \param str character array
index d00b6a6ff4577d41c1dc2167c95846130cd93f72..7d629aea84dd1c3a4d31ff4b33670dd0c263776b 100755 (executable)
@@ -57,11 +57,6 @@ typedef QList<short>  QShortList;     //!< list of short int values
 typedef QList<double> QDoubleList;    //!< list of double values
 typedef QList<QColor> QColorList;     //!< list of colors
 
-/*!
-  \class Qtx
-  \brief Set of auxiliary static methods
-*/
-
 class QTX_EXPORT Qtx
 {
 public:
index ee45e1b1f0e3f4b01e5366618e77e812a30553b6..e716103c88556c089a451e5c82871c5a4f8d2018 100755 (executable)
 #include <QtGui/qmenubar.h>
 #include <QtGui/qapplication.h>
 
+/*!
+  \class QtxAction
+  \brief Generic action class.
+*/
+
 /*!
   \brief Constructor.