#include <background_layer.hpp>
Definition at line 17 of file background_layer.hpp.
◆ BackgroundLayer() [1/2]
mbgl::style::BackgroundLayer::BackgroundLayer |
( |
const std::string & |
layerID | ) |
|
◆ ~BackgroundLayer()
mbgl::style::BackgroundLayer::~BackgroundLayer |
( |
| ) |
|
|
override |
◆ BackgroundLayer() [2/2]
mbgl::style::BackgroundLayer::BackgroundLayer |
( |
Immutable< Impl > |
| ) |
|
◆ cloneRef()
std::unique_ptr<Layer> mbgl::style::BackgroundLayer::cloneRef |
( |
const std::string & |
id | ) |
const |
|
final |
◆ getBackgroundColor()
◆ getBackgroundColorTransition()
TransitionOptions mbgl::style::BackgroundLayer::getBackgroundColorTransition |
( |
| ) |
const |
◆ getBackgroundOpacity()
const PropertyValue<float>& mbgl::style::BackgroundLayer::getBackgroundOpacity |
( |
| ) |
const |
◆ getBackgroundOpacityTransition()
TransitionOptions mbgl::style::BackgroundLayer::getBackgroundOpacityTransition |
( |
| ) |
const |
◆ getBackgroundPattern()
◆ getBackgroundPatternTransition()
TransitionOptions mbgl::style::BackgroundLayer::getBackgroundPatternTransition |
( |
| ) |
const |
◆ getDefaultBackgroundColor()
◆ getDefaultBackgroundOpacity()
static PropertyValue<float> mbgl::style::BackgroundLayer::getDefaultBackgroundOpacity |
( |
| ) |
|
|
static |
◆ getDefaultBackgroundPattern()
◆ getProperty()
StyleProperty mbgl::style::BackgroundLayer::getProperty |
( |
const std::string & |
name | ) |
const |
|
finalprotected |
◆ impl()
const Impl& mbgl::style::BackgroundLayer::impl |
( |
| ) |
const |
◆ mutableBaseImpl()
Mutable<Layer::Impl> mbgl::style::BackgroundLayer::mutableBaseImpl |
( |
| ) |
const |
|
finalprotected |
◆ mutableImpl()
Mutable<Impl> mbgl::style::BackgroundLayer::mutableImpl |
( |
| ) |
const |
◆ serialize()
Value mbgl::style::BackgroundLayer::serialize |
( |
| ) |
const |
|
finalprotected |
◆ setBackgroundColor()
◆ setBackgroundColorTransition()
void mbgl::style::BackgroundLayer::setBackgroundColorTransition |
( |
const TransitionOptions & |
| ) |
|
◆ setBackgroundOpacity()
void mbgl::style::BackgroundLayer::setBackgroundOpacity |
( |
const PropertyValue< float > & |
| ) |
|
◆ setBackgroundOpacityTransition()
void mbgl::style::BackgroundLayer::setBackgroundOpacityTransition |
( |
const TransitionOptions & |
| ) |
|
◆ setBackgroundPattern()
◆ setBackgroundPatternTransition()
void mbgl::style::BackgroundLayer::setBackgroundPatternTransition |
( |
const TransitionOptions & |
| ) |
|
◆ setPropertyInternal()
The documentation for this class was generated from the following file: