#include <expression.hpp>
Definition at line 27 of file expression.hpp.
◆ EvaluationContext() [1/7]
mbgl::style::expression::EvaluationContext::EvaluationContext |
( |
| ) |
|
|
default |
◆ EvaluationContext() [2/7]
mbgl::style::expression::EvaluationContext::EvaluationContext |
( |
float |
zoom_ | ) |
|
|
inlineexplicit |
◆ EvaluationContext() [3/7]
mbgl::style::expression::EvaluationContext::EvaluationContext |
( |
GeometryTileFeature const * |
feature_ | ) |
|
|
inlineexplicit |
◆ EvaluationContext() [4/7]
mbgl::style::expression::EvaluationContext::EvaluationContext |
( |
float |
zoom_, |
|
|
GeometryTileFeature const * |
feature_ |
|
) |
| |
|
inline |
◆ EvaluationContext() [5/7]
mbgl::style::expression::EvaluationContext::EvaluationContext |
( |
std::optional< mbgl::Value > |
accumulated_, |
|
|
GeometryTileFeature const * |
feature_ |
|
) |
| |
|
inline |
◆ EvaluationContext() [6/7]
mbgl::style::expression::EvaluationContext::EvaluationContext |
( |
float |
zoom_, |
|
|
GeometryTileFeature const * |
feature_, |
|
|
const FeatureState * |
state_ |
|
) |
| |
|
inline |
◆ EvaluationContext() [7/7]
mbgl::style::expression::EvaluationContext::EvaluationContext |
( |
std::optional< float > |
zoom_, |
|
|
GeometryTileFeature const * |
feature_, |
|
|
std::optional< double > |
colorRampParameter_ |
|
) |
| |
|
inline |
◆ withAvailableImages()
EvaluationContext& mbgl::style::expression::EvaluationContext::withAvailableImages |
( |
const std::set< std::string > * |
availableImages_ | ) |
|
|
inlinenoexcept |
◆ withCanonicalTileID()
◆ withFeatureState()
◆ withFormattedSection()
EvaluationContext& mbgl::style::expression::EvaluationContext::withFormattedSection |
( |
const Value * |
formattedSection_ | ) |
|
|
inlinenoexcept |
◆ accumulated
std::optional<mbgl::Value> mbgl::style::expression::EvaluationContext::accumulated |
◆ availableImages
const std::set<std::string>* mbgl::style::expression::EvaluationContext::availableImages = nullptr |
◆ canonical
◆ colorRampParameter
std::optional<double> mbgl::style::expression::EvaluationContext::colorRampParameter |
◆ feature
GeometryTileFeature const* mbgl::style::expression::EvaluationContext::feature = nullptr |
◆ featureState
const FeatureState* mbgl::style::expression::EvaluationContext::featureState = nullptr |
◆ formattedSection
const Value* mbgl::style::expression::EvaluationContext::formattedSection = nullptr |
◆ zoom
std::optional<float> mbgl::style::expression::EvaluationContext::zoom |
The documentation for this class was generated from the following file:
- /home/runner/work/maplibre-native/maplibre-native/include/mbgl/style/expression/expression.hpp