0.4.1
Loading...
Searching...
No Matches
PinIcon.hpp File Reference

Go to the source code of this file.

Namespaces

namespace  NAV
 
namespace  NAV::gui
 
namespace  NAV::gui::widgets
 
namespace  NAV::gui::widgets::PinIcon
 

Enumerations

enum class  NAV::gui::widgets::PinIcon::Type : uint8_t {
  NAV::gui::widgets::PinIcon::Flow ,
  NAV::gui::widgets::PinIcon::Circle ,
  NAV::gui::widgets::PinIcon::Square ,
  NAV::gui::widgets::PinIcon::Grid ,
  NAV::gui::widgets::PinIcon::RoundSquare ,
  NAV::gui::widgets::PinIcon::Diamond
}
 

Functions

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.