ToolMap
Loading...
Searching...
No Matches
ProjectDefMemoryLayers Class Reference

Storing layers properties in memory. More...

#include <projectdefmemory.h>

Public Member Functions

 ~ProjectDefMemoryLayers ()
 
ProjectDefMemoryLayersoperator= (const ProjectDefMemoryLayers &source)
 Overloading = operator.
 

Public Attributes

int m_LayerID
 
PRJDEF_LAYERS_TYPE m_LayerType
 
wxString m_LayerName
 
wxString m_LayerPolygonDefaultValue
 
PrjMemFieldArray m_pLayerFieldArray
 list of fields related to a layer
 
PrjMemObjectsArray m_pLayerObjectArray
 list of objects related to a layer
 
wxArrayString m_StoreDeleteFields
 

Detailed Description

Storing layers properties in memory.

This class represent a layer. Objects of this class will be stored in a wxArray : PrjMemLayersArray.

Author
Lucien Schreiber (c) CREALP 2007
Date
18 December 2007

Constructor & Destructor Documentation

◆ ~ProjectDefMemoryLayers()

ProjectDefMemoryLayers::~ProjectDefMemoryLayers ( )

todo implement way of clearing the array contained inside

Member Function Documentation

◆ operator=()

ProjectDefMemoryLayers & ProjectDefMemoryLayers::operator= ( const ProjectDefMemoryLayers source)

Overloading = operator.

Author
Lucien Schreiber (c) CREALP 2009
Date
17 March 2009

The documentation for this class was generated from the following files: