mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 17:30:05 +00:00
Initial LinkedVectors draw item implementation
This commit is contained in:
parent
8ae973c4cb
commit
58c7b9accb
4 changed files with 409 additions and 0 deletions
|
|
@ -63,6 +63,7 @@ set(HDR_GL_DRAW source/scwx/qt/gl/draw/draw_item.hpp
|
|||
source/scwx/qt/gl/draw/geo_icons.hpp
|
||||
source/scwx/qt/gl/draw/geo_lines.hpp
|
||||
source/scwx/qt/gl/draw/icons.hpp
|
||||
source/scwx/qt/gl/draw/linked_vectors.hpp
|
||||
source/scwx/qt/gl/draw/placefile_icons.hpp
|
||||
source/scwx/qt/gl/draw/placefile_images.hpp
|
||||
source/scwx/qt/gl/draw/placefile_lines.hpp
|
||||
|
|
@ -74,6 +75,7 @@ set(SRC_GL_DRAW source/scwx/qt/gl/draw/draw_item.cpp
|
|||
source/scwx/qt/gl/draw/geo_icons.cpp
|
||||
source/scwx/qt/gl/draw/geo_lines.cpp
|
||||
source/scwx/qt/gl/draw/icons.cpp
|
||||
source/scwx/qt/gl/draw/linked_vectors.cpp
|
||||
source/scwx/qt/gl/draw/placefile_icons.cpp
|
||||
source/scwx/qt/gl/draw/placefile_images.cpp
|
||||
source/scwx/qt/gl/draw/placefile_lines.cpp
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue