Skip to content

OSMArea

#include <osmarea.h>

Inherits from QObject

Public Classes

Name
struct Polygon

Public Types

Name
enum class Type { Park, Wood, Water, Building, Park, Wood, Water, Building}
enum class Type { Park, Wood, Water, Building, Park, Wood, Water, Building}

Public Attributes

Name
QString name
Type type
std::vector< Polygon > polygons
QVector2D center
float height
float minHeight
String name
glm::vec2 center

Public Types Documentation

enum Type

Enumerator Value Description
Park
Wood
Water
Building
Park
Wood
Water
Building

enum Type

Enumerator Value Description
Park
Wood
Water
Building
Park
Wood
Water
Building

Public Attributes Documentation

variable name

1
QString name;

variable type

1
Type type = Type::Park;

variable polygons

1
std::vector< Polygon > polygons;

variable center

1
QVector2D center;

variable height

1
float height = 0.0f;

variable minHeight

1
float minHeight = 0.0f;

variable name

1
String name;

variable center

1
glm::vec2 center;

Updated on 2022-10-18 at 11:12:51 +0200