CartoType C++ API 8.8-7-gb35e4dc71
for Windows, Linux, Qt and other platforms supporting C++ development
Public Member Functions | Public Attributes | List of all members
CartoTypeCore::MapObjectGroup Class Reference

#include <cartotype_map_object.h>

Public Member Functions

 MapObjectGroup (MapObjectGroup &&aOther) noexcept
 
MapObjectGroupoperator= (MapObjectGroup &&aOther) noexcept
 

Public Attributes

String Name
 
CartoTypeCore::MapObjectArray MapObjectArray
 

Detailed Description

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

Constructor & Destructor Documentation

◆ MapObjectGroup()

CartoTypeCore::MapObjectGroup::MapObjectGroup ( MapObjectGroup &&  aOther)
inlinenoexcept

Creates a MapObjectGroup by moving data from another one.

Member Function Documentation

◆ operator=()

MapObjectGroup & CartoTypeCore::MapObjectGroup::operator= ( MapObjectGroup &&  aOther)
inlinenoexcept

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

Member Data Documentation

◆ MapObjectArray

CartoTypeCore::MapObjectArray CartoTypeCore::MapObjectGroup::MapObjectArray

The map objects.

◆ Name

String CartoTypeCore::MapObjectGroup::Name

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


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