]> SALOME platform Git repositories - modules/gui.git/commitdiff
Salome HOME
Several definitions added
authorsln <sln@opencascade.com>
Mon, 24 Sep 2007 12:09:22 +0000 (12:09 +0000)
committersln <sln@opencascade.com>
Mon, 24 Sep 2007 12:09:22 +0000 (12:09 +0000)
typedef QValueVector<int> QIntVector;
typedef QValueVector<double> QDoubleVector;
typedef QValueVector<QString> QStringVector;

src/Qtx/Qtx.h

index 0d5cb3a40e7a1b60e1fd1a3e3c7899551f29d897..3428c3d2193bfe0a172d6d6d7bd0d211d3a2c233 100755 (executable)
@@ -80,6 +80,7 @@ class QPopupMenu;
 class QWidgetList;
 
 template <class> class QValueList;
+template <class> class QValueVector;
 
 #if QT_VER < 3
 #define QPtrList QList
@@ -90,6 +91,10 @@ typedef QValueList<int>    QIntList;
 typedef QValueList<short>  QShortList;
 typedef QValueList<double> QDoubleList;
 
+typedef QValueVector<int> QIntVector;
+typedef QValueVector<double> QDoubleVector;
+typedef QValueVector<QString> QStringVector;
+
 /*!
   \class Qtx
   \brief Set of auxiliary static methods