CartoType C++ API 7.8.2, 2022-03-25
for Windows, Linux, Qt and other platforms supporting C++ development
Public Member Functions | Public Attributes | List of all members
CartoType::CMapObjectGroup Class Reference

#include <cartotype_map_object.h>

Public Member Functions

 CMapObjectGroup (CMapObjectGroup &&aOther) noexcept
 
CMapObjectGroupoperator= (CMapObjectGroup &&aOther) noexcept
 

Public Attributes

CString iName
 
CMapObjectArray iMapObjectArray
 

Detailed Description

A group of map objects with the same name returned by a search function.

Constructor & Destructor Documentation

◆ CMapObjectGroup()

CartoType::CMapObjectGroup::CMapObjectGroup ( CMapObjectGroup &&  aOther)
inlinenoexcept

Creates a CMapObjectGroup by moving data from another one.

Member Function Documentation

◆ operator=()

CMapObjectGroup & CartoType::CMapObjectGroup::operator= ( CMapObjectGroup &&  aOther)
inlinenoexcept

Assigns data to a CMapObjectGroup by moving data from another one.

Member Data Documentation

◆ iMapObjectArray

CMapObjectArray CartoType::CMapObjectGroup::iMapObjectArray

The map objects.

◆ iName

CString CartoType::CMapObjectGroup::iName

The name, summary address or other common attribute of all the objects.


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