11/* **************************************************************************
2- qgslinevectorlayerdirector .h
2+ qgsvectorlayerdirector .h
33 --------------------------------------
44 Date : 2010-10-20
55 Copyright : (C) 2010 by Yakushev Sergey
1313* *
1414***************************************************************************/
1515
16- #ifndef QGSLINEVECTORLAYERDIRECTOR_H
17- #define QGSLINEVECTORLAYERDIRECTOR_H
16+ #ifndef QGSVECTORLAYERDIRECTOR_H
17+ #define QGSVECTORLAYERDIRECTOR_H
1818
1919#include " qgsgraphdirector.h"
2020
@@ -23,10 +23,10 @@ class QgsVectorLayer;
2323
2424/* *
2525* \ingroup analysis
26- * \class QgsLineVectorLayerDirector
26+ * \class QgsVectorLayerDirector
2727* \brief Determine making the graph from vector line layer
2828*/
29- class ANALYSIS_EXPORT QgsLineVectorLayerDirector : public QgsGraphDirector
29+ class ANALYSIS_EXPORT QgsVectorLayerDirector : public QgsGraphDirector
3030{
3131 Q_OBJECT
3232
@@ -55,7 +55,7 @@ class ANALYSIS_EXPORT QgsLineVectorLayerDirector : public QgsGraphDirector
5555 * @param defaultDirection default road direction. Will be used if corresponding
5656 * attribute value is not set or does not equal to the given values
5757 */
58- QgsLineVectorLayerDirector ( QgsVectorLayer* myLayer,
58+ QgsVectorLayerDirector ( QgsVectorLayer* myLayer,
5959 int directionFieldId,
6060 const QString& directDirectionValue,
6161 const QString& reverseDirectionValue,
@@ -64,7 +64,7 @@ class ANALYSIS_EXPORT QgsLineVectorLayerDirector : public QgsGraphDirector
6464 );
6565
6666 // ! Destructor
67- virtual ~QgsLineVectorLayerDirector ();
67+ virtual ~QgsVectorLayerDirector ();
6868
6969 /*
7070 * MANDATORY DIRECTOR PROPERTY DECLARATION
@@ -84,4 +84,4 @@ class ANALYSIS_EXPORT QgsLineVectorLayerDirector : public QgsGraphDirector
8484 Direction mDefaultDirection ;
8585};
8686
87- #endif // QGSLINEVECTORLAYERDIRECTOR_H
87+ #endif // QGSVECTORLAYERDIRECTOR_H
0 commit comments