Tatooine
Namespaces | Enumerations | Functions
draw_icon.h File Reference

Go to the source code of this file.

Namespaces

namespace  tatooine
 
namespace  tatooine::flowexplorer
 
namespace  tatooine::flowexplorer::ui
 

Enumerations

enum class  tatooine::flowexplorer::ui::icon_type : ImU32 {
  tatooine::flowexplorer::ui::flow , tatooine::flowexplorer::ui::circle , tatooine::flowexplorer::ui::square , tatooine::flowexplorer::ui::grid ,
  tatooine::flowexplorer::ui::round_square , tatooine::flowexplorer::ui::diamond
}
 

Functions

auto tatooine::flowexplorer::ui::icon (const ImVec2 &size, icon_type type, bool filled, const ImVec4 &color=ImVec4(1, 1, 1, 1), const ImVec4 &innerColor=ImVec4(0, 0, 0, 0)) -> void
 
auto tatooine::flowexplorer::ui::draw_icon (ImDrawList *drawList, const ImVec2 &a, const ImVec2 &b, icon_type type, bool filled, ImU32 color, ImU32 innerColor) -> void