#include <SkSVGTypes.h>
Definition at line 370 of file SkSVGTypes.h.
◆ Type
Enumerator |
---|
kVisible | |
kHidden | |
kCollapse | |
kInherit | |
Definition at line 372 of file SkSVGTypes.h.
372 {
373 kVisible,
377 };
◆ SkSVGVisibility() [1/3]
constexpr SkSVGVisibility::SkSVGVisibility |
( |
| ) |
|
|
inlineconstexpr |
◆ SkSVGVisibility() [2/3]
constexpr SkSVGVisibility::SkSVGVisibility |
( |
Type |
t | ) |
|
|
inlineexplicitconstexpr |
◆ SkSVGVisibility() [3/3]
◆ operator!=()
Definition at line 386 of file SkSVGTypes.h.
386{ return !(*this == other); }
◆ operator=()
◆ operator==()
Definition at line 385 of file SkSVGTypes.h.
385{ return fType == other.fType; }
◆ type()
Type SkSVGVisibility::type |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following file: