Skip to content

Commit

Permalink
split node tool into three class files in a subdirectory
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Jan 14, 2012
1 parent 127dc63 commit 5c34f91
Show file tree
Hide file tree
Showing 8 changed files with 957 additions and 846 deletions.
13 changes: 11 additions & 2 deletions src/app/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ SET(QGIS_APP_SRCS
qgslabelengineconfigdialog.cpp
qgslabelinggui.cpp
qgslabelpreview.cpp

qgsmaptooladdfeature.cpp
qgsmaptooladdvertex.cpp
qgsmaptooladdpart.cpp
Expand All @@ -58,7 +59,6 @@ SET(QGIS_APP_SRCS
qgsmaptoolmovefeature.cpp
qgsmaptoolmovelabel.cpp
qgsmaptoolmovevertex.cpp
qgsmaptoolnodetool.cpp
qgsmaptoolreshape.cpp
qgsmaptoolrotatelabel.cpp
qgsmaptoolrotatepointsymbols.cpp
Expand All @@ -72,6 +72,11 @@ SET(QGIS_APP_SRCS
qgsmaptoolsplitfeatures.cpp
qgsmaptooltextannotation.cpp
qgsmaptoolvertexedit.cpp

nodetool/qgsmaptoolnodetool.cpp
nodetool/qgsselectedfeature.cpp
nodetool/qgsvertexentry.cpp

qgsmeasuredialog.cpp
qgsmeasuretool.cpp
qgsmergeattributesdialog.cpp
Expand Down Expand Up @@ -181,6 +186,7 @@ SET (QGIS_APP_MOC_HDRS
qgslabelengineconfigdialog.h
qgslabelinggui.h
qgslabelpropertydialog.h

qgsmaptooladdfeature.h
qgsmaptoolcapture.h
qgsmaptooladdpart.h
Expand All @@ -196,7 +202,6 @@ SET (QGIS_APP_MOC_HDRS
qgsmaptoolmovefeature.h
qgsmaptoolmovelabel.h
qgsmaptoolmovevertex.h
qgsmaptoolnodetool.h
qgsmaptoolreshape.h
qgsmaptoolrotatelabel.h
qgsmaptoolrotatepointsymbols.h
Expand All @@ -208,6 +213,10 @@ SET (QGIS_APP_MOC_HDRS
qgsmaptoolsimplify.h
qgsmaptoolsplitfeatures.h
qgsmaptoolvertexedit.h

nodetool/qgsmaptoolnodetool.h
nodetool/qgsselectedfeature.h

qgsmeasuredialog.h
qgsmeasuretool.h
qgsmergeattributesdialog.h
Expand Down
Loading

0 comments on commit 5c34f91

Please sign in to comment.