#include <format_expression.hpp>
Definition at line 10 of file format_expression.hpp.
◆ FormatExpressionSection()
mbgl::style::expression::FormatExpressionSection::FormatExpressionSection |
( |
std::unique_ptr< Expression > |
content_ | ) |
|
|
explicit |
◆ setTextSectionOptions()
void mbgl::style::expression::FormatExpressionSection::setTextSectionOptions |
( |
std::optional< std::unique_ptr< Expression >> |
fontScale_, |
|
|
std::optional< std::unique_ptr< Expression >> |
textFont_, |
|
|
std::optional< std::unique_ptr< Expression >> |
textColor_ |
|
) |
| |
◆ content
std::shared_ptr<Expression> mbgl::style::expression::FormatExpressionSection::content |
◆ fontScale
std::optional<std::shared_ptr<Expression> > mbgl::style::expression::FormatExpressionSection::fontScale |
◆ textColor
std::optional<std::shared_ptr<Expression> > mbgl::style::expression::FormatExpressionSection::textColor |
◆ textFont
std::optional<std::shared_ptr<Expression> > mbgl::style::expression::FormatExpressionSection::textFont |
The documentation for this struct was generated from the following file: