Skip to content

Class Layer

ClassList > Layer

Inherits the following classes: QObject

Inherited by the following classes: PointLayer

Public Signals

Type Name
signal void data_updated

Public Functions

Type Name
virtual Extent3D extent () const = 0
virtual std::string name ()
virtual std::string projection () const = 0
virtual ~Layer () = default

Protected Attributes

Type Name
std::string m_name

Public Signals Documentation

signal data_updated

void Layer::data_updated;

Public Functions Documentation

function extent

virtual Extent3D Layer::extent () const = 0

function name

inline virtual std::string Layer::name () 

function projection

virtual std::string Layer::projection () const = 0

function ~Layer

virtual Layer::~Layer () = default

Protected Attributes Documentation

variable m_name

std::string Layer::m_name;


The documentation for this class was generated from the following file /home/runner/work/Blaze/Blaze/src/gui/layer.hpp