初步实现单独的图层管理器。
注意:没有和mapcavas通讯。
This commit is contained in:
6
HPPA/LayerTreeLayerNode.cpp
Normal file
6
HPPA/LayerTreeLayerNode.cpp
Normal file
@ -0,0 +1,6 @@
|
||||
#include "LayerTreeLayerNode.h"
|
||||
|
||||
LayerTreeLayerNode::LayerTreeLayerNode(const QString& name, QObject* parent)
|
||||
: LayerTreeNode(name, parent)
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user