![]() |
0.4.1
|
Enumerations | |
enum class | Type : uint8_t { Flow , Circle , Square , Grid , RoundSquare , Diamond } |
Functions | |
void | Draw (const ImVec2 &size, Type type, bool filled, const ImVec4 &color=ImVec4(1, 1, 1, 1), const ImVec4 &innerColor=ImVec4(0, 0, 0, 0)) |
Draws an Icon for a Pin with the specified settings. | |
|
strong |
Enumerator | |
---|---|
Flow | |
Circle | |
Square | |
Grid | |
RoundSquare | |
Diamond |
Definition at line 21 of file PinIcon.hpp.
void NAV::gui::widgets::PinIcon::Draw | ( | const ImVec2 & | size, |
Type | type, | ||
bool | filled, | ||
const ImVec4 & | color = ImVec4(1, 1, 1, 1), | ||
const ImVec4 & | innerColor = ImVec4(0, 0, 0, 0) ) |
Draws an Icon for a Pin with the specified settings.
[in] | size | Size of the Icons |
[in] | type | Type of the Icon (Flow, Circle, Square, Grid, ...) |
[in] | filled | Specifies if the icons should be filled |
[in] | color | Color of the Icon |
[in] | innerColor | Color to fill the Icon with |
Definition at line 253 of file PinIcon.cpp.