Generic representation of a style property.
More...
#include <style_property.hpp>
Generic representation of a style property.
Definition at line 11 of file style_property.hpp.
◆ Kind
| Enumerator |
|---|
| Undefined | |
| Constant | |
| Expression | |
| Transition | |
Definition at line 13 of file style_property.hpp.
◆ StyleProperty() [1/2]
| mbgl::style::StyleProperty::StyleProperty |
( |
Value |
value_, |
|
|
Kind |
kind_ |
|
) |
| |
|
inline |
◆ StyleProperty() [2/2]
| mbgl::style::StyleProperty::StyleProperty |
( |
| ) |
|
|
default |
◆ getKind()
| Kind mbgl::style::StyleProperty::getKind |
( |
| ) |
const |
|
inline |
◆ getValue() [1/2]
| Value& mbgl::style::StyleProperty::getValue |
( |
| ) |
|
|
inline |
◆ getValue() [2/2]
| const Value& mbgl::style::StyleProperty::getValue |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following file: