MapLibre Native Core
|
#include <light.hpp>
Static Public Member Functions | |
static LightAnchorType | getDefaultAnchor () |
static Color | getDefaultColor () |
static float | getDefaultIntensity () |
static Position | getDefaultPosition () |
Public Attributes | |
Immutable< Impl > | impl |
LightObserver * | observer = nullptr |
mbgl::style::Light::Light | ( | ) |
mbgl::style::Light::~Light | ( | ) |
|
explicit |
PropertyValue<LightAnchorType> mbgl::style::Light::getAnchor | ( | ) | const |
TransitionOptions mbgl::style::Light::getAnchorTransition | ( | ) | const |
PropertyValue<Color> mbgl::style::Light::getColor | ( | ) | const |
TransitionOptions mbgl::style::Light::getColorTransition | ( | ) | const |
|
static |
|
static |
|
static |
|
static |
PropertyValue<float> mbgl::style::Light::getIntensity | ( | ) | const |
TransitionOptions mbgl::style::Light::getIntensityTransition | ( | ) | const |
PropertyValue<Position> mbgl::style::Light::getPosition | ( | ) | const |
TransitionOptions mbgl::style::Light::getPositionTransition | ( | ) | const |
StyleProperty mbgl::style::Light::getProperty | ( | const std::string & | ) | const |
Mutable<Impl> mbgl::style::Light::mutableImpl | ( | ) | const |
void mbgl::style::Light::setAnchor | ( | PropertyValue< LightAnchorType > | ) |
void mbgl::style::Light::setAnchorTransition | ( | const TransitionOptions & | ) |
void mbgl::style::Light::setColor | ( | PropertyValue< Color > | ) |
void mbgl::style::Light::setColorTransition | ( | const TransitionOptions & | ) |
void mbgl::style::Light::setIntensity | ( | PropertyValue< float > | ) |
void mbgl::style::Light::setIntensityTransition | ( | const TransitionOptions & | ) |
void mbgl::style::Light::setObserver | ( | LightObserver * | ) |
void mbgl::style::Light::setPosition | ( | PropertyValue< Position > | ) |
void mbgl::style::Light::setPositionTransition | ( | const TransitionOptions & | ) |
std::optional<conversion::Error> mbgl::style::Light::setProperty | ( | const std::string & | name, |
const conversion::Convertible & | value | ||
) |