Home
last modified time | relevance | path

Searched refs:ImGuiCol_ButtonHovered (Results 1 – 25 of 167) sorted by relevance

1234567

/dports/editors/imhex/ImHex-1.7.0/external/ImGui/source/
H A Dimgui_imhex_extensions.cpp36 …const ImU32 col = hovered ? GetColorU32(ImGuiCol_ButtonHovered) : GetColorU32(ImGuiCol_ButtonActiv… in Hyperlink()
69 …const ImU32 col = hovered ? GetColorU32(ImGuiCol_ButtonHovered) : GetColorU32(ImGuiCol_ButtonActiv… in BulletHyperlink()
/dports/games/pioneer/pioneer-20210723/src/pigui/
H A DWidgets.cpp238 …ImGuiCol>((hovered && held) ? ImGuiCol_ButtonActive : (hovered ? ImGuiCol_ButtonHovered : ImGuiCol… in LowThrustButton()
295 …etColorU32((held && hovered) ? ImGuiCol_ButtonActive : hovered ? ImGuiCol_ButtonHovered : ImGuiCol… in ButtonImageSized()
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/3rdparty/dear-imgui/widgets/
H A Dmarkdown.inl404 ImGui::PushStyleColor( ImGuiCol_Text, style.Colors[ ImGuiCol_ButtonHovered ]);
419 ImGui::UnderLine( style.Colors[ ImGuiCol_ButtonHovered ] );
H A Ddock.inl293 ImU32 color_hovered = GetColorU32(ImGuiCol_ButtonHovered);
487 ImU32 color_hovered = GetColorU32(ImGuiCol_ButtonHovered);
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/3rdparty/dear-imgui/widgets/
H A Dmarkdown.inl404 ImGui::PushStyleColor( ImGuiCol_Text, style.Colors[ ImGuiCol_ButtonHovered ]);
419 ImGui::UnderLine( style.Colors[ ImGuiCol_ButtonHovered ] );
H A Ddock.inl293 ImU32 color_hovered = GetColorU32(ImGuiCol_ButtonHovered);
487 ImU32 color_hovered = GetColorU32(ImGuiCol_ButtonHovered);
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/slic3r/GUI/
H A DNotificationManager.cpp595 ImGui::PushStyleColor(ImGuiCol_ButtonHovered, ImVec4(.0f, .0f, .0f, .0f)); in render_hypertext()
640 ImGui::PushStyleColor(ImGuiCol_ButtonHovered, ImVec4(.0f, .0f, .0f, .0f)); in render_close_button()
740 ImGui::PushStyleColor(ImGuiCol_ButtonHovered, ImVec4(.0f, .0f, .0f, .0f)); in render_minimize_button()
975 ImGui::PushStyleColor(ImGuiCol_ButtonHovered, ImVec4(.0f, .0f, .0f, .0f)); in render_eject_button()
/dports/graphics/ospray-studio/ospray_studio-0.9.1/external/imgui/
H A Dimgui_piemenu.cpp202 hovered ? ImGuiCol_Button : ImGuiCol_ButtonHovered); in EndPiePopup()
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/examples/common/
H A Dexample-glue.cpp77 ImGui::PushStyleColor(ImGuiCol_ButtonHovered, hoveredColor); in bar()
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/examples/common/
H A Dexample-glue.cpp77 ImGui::PushStyleColor(ImGuiCol_ButtonHovered, hoveredColor); in bar()
/dports/math/geogram/geogram-1.7.7/src/lib/geogram_gfx/lua/
H A Dlua_imgui.cpp955 DECLARE_IMGUI_CONSTANT(ImGuiCol_ButtonHovered); in init_lua_imgui()
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/imgui/
H A Dimgui_draw.cpp206 colors[ImGuiCol_ButtonHovered] = ImVec4(0.26f, 0.59f, 0.98f, 1.00f); in StyleColorsDark()
261 colors[ImGuiCol_ButtonHovered] = ImVec4(0.40f, 0.48f, 0.71f, 0.79f); in StyleColorsClassic()
317 colors[ImGuiCol_ButtonHovered] = ImVec4(0.26f, 0.59f, 0.98f, 1.00f); in StyleColorsLight()
2996 ImU32 highlighCol = ImGui::GetColorU32(ImGuiCol_ButtonHovered); in RenderText()
/dports/math/geogram/geogram-1.7.7/src/lib/geogram_gfx/gui/
H A Dapplication.cpp1320 colors[ImGuiCol_ButtonHovered] = ImVec4(0.52f, 0.52f, 0.52f, 0.59f); in StyleColorsCorporateGrey()
/dports/math/curv/curv-0.5/extern/imgui/
H A Dimgui_widgets.cpp553 …etColorU32((held && hovered) ? ImGuiCol_ButtonActive : hovered ? ImGuiCol_ButtonHovered : ImGuiCol… in ButtonEx()
626 …etColorU32((held && hovered) ? ImGuiCol_ButtonActive : hovered ? ImGuiCol_ButtonHovered : ImGuiCol… in ArrowButtonEx()
659 …2.0f, radius), GetColorU32((held && hovered) ? ImGuiCol_ButtonActive : ImGuiCol_ButtonHovered), 9); in CloseButton()
680 …etColorU32((held && hovered) ? ImGuiCol_ButtonActive : hovered ? ImGuiCol_ButtonHovered : ImGuiCol… in CollapseButton()
856 …etColorU32((held && hovered) ? ImGuiCol_ButtonActive : hovered ? ImGuiCol_ButtonHovered : ImGuiCol… in ImageButton()
1294 …e_bb.Min.y), frame_bb.Max, GetColorU32((popup_open || hovered) ? ImGuiCol_ButtonHovered : ImGuiCol… in BeginCombo()
H A Dimgui_draw.cpp197 colors[ImGuiCol_ButtonHovered] = ImVec4(0.26f, 0.59f, 0.98f, 1.00f); in StyleColorsDark()
247 colors[ImGuiCol_ButtonHovered] = ImVec4(0.40f, 0.48f, 0.71f, 0.79f); in StyleColorsClassic()
298 colors[ImGuiCol_ButtonHovered] = ImVec4(0.26f, 0.59f, 0.98f, 1.00f); in StyleColorsLight()
/dports/graphics/nanort/nanort-b1feea8/examples/common/imgui/
H A Dimgui_widgets.cpp553 …etColorU32((held && hovered) ? ImGuiCol_ButtonActive : hovered ? ImGuiCol_ButtonHovered : ImGuiCol… in ButtonEx()
626 …etColorU32((held && hovered) ? ImGuiCol_ButtonActive : hovered ? ImGuiCol_ButtonHovered : ImGuiCol… in ArrowButtonEx()
659 …2.0f, radius), GetColorU32((held && hovered) ? ImGuiCol_ButtonActive : ImGuiCol_ButtonHovered), 9); in CloseButton()
680 …etColorU32((held && hovered) ? ImGuiCol_ButtonActive : hovered ? ImGuiCol_ButtonHovered : ImGuiCol… in CollapseButton()
856 …etColorU32((held && hovered) ? ImGuiCol_ButtonActive : hovered ? ImGuiCol_ButtonHovered : ImGuiCol… in ImageButton()
1294 …e_bb.Min.y), frame_bb.Max, GetColorU32((popup_open || hovered) ? ImGuiCol_ButtonHovered : ImGuiCol… in BeginCombo()
H A Dimgui_draw.cpp204 colors[ImGuiCol_ButtonHovered] = ImVec4(0.26f, 0.59f, 0.98f, 1.00f); in StyleColorsDark()
254 colors[ImGuiCol_ButtonHovered] = ImVec4(0.40f, 0.48f, 0.71f, 0.79f); in StyleColorsClassic()
305 colors[ImGuiCol_ButtonHovered] = ImVec4(0.26f, 0.59f, 0.98f, 1.00f); in StyleColorsLight()
/dports/devel/nextpnr/nextpnr-48cd407/3rdparty/imgui/
H A Dimgui_widgets.cpp554 …etColorU32((held && hovered) ? ImGuiCol_ButtonActive : hovered ? ImGuiCol_ButtonHovered : ImGuiCol… in ButtonEx()
627 …etColorU32((held && hovered) ? ImGuiCol_ButtonActive : hovered ? ImGuiCol_ButtonHovered : ImGuiCol… in ArrowButtonEx()
660 …2.0f, radius), GetColorU32((held && hovered) ? ImGuiCol_ButtonActive : ImGuiCol_ButtonHovered), 9); in CloseButton()
681 …etColorU32((held && hovered) ? ImGuiCol_ButtonActive : hovered ? ImGuiCol_ButtonHovered : ImGuiCol… in CollapseButton()
857 …etColorU32((held && hovered) ? ImGuiCol_ButtonActive : hovered ? ImGuiCol_ButtonHovered : ImGuiCol… in ImageButton()
1295 …e_bb.Min.y), frame_bb.Max, GetColorU32((popup_open || hovered) ? ImGuiCol_ButtonHovered : ImGuiCol… in BeginCombo()
H A Dimgui_draw.cpp197 colors[ImGuiCol_ButtonHovered] = ImVec4(0.26f, 0.59f, 0.98f, 1.00f); in StyleColorsDark()
247 colors[ImGuiCol_ButtonHovered] = ImVec4(0.40f, 0.48f, 0.71f, 0.79f); in StyleColorsClassic()
298 colors[ImGuiCol_ButtonHovered] = ImVec4(0.26f, 0.59f, 0.98f, 1.00f); in StyleColorsLight()
/dports/graphics/qt5-3d/kde-qt3d-5.15.2p39/src/3rdparty/imgui/
H A Dimgui_widgets.cpp554 …etColorU32((held && hovered) ? ImGuiCol_ButtonActive : hovered ? ImGuiCol_ButtonHovered : ImGuiCol… in ButtonEx()
627 …etColorU32((held && hovered) ? ImGuiCol_ButtonActive : hovered ? ImGuiCol_ButtonHovered : ImGuiCol… in ArrowButtonEx()
660 …2.0f, radius), GetColorU32((held && hovered) ? ImGuiCol_ButtonActive : ImGuiCol_ButtonHovered), 9); in CloseButton()
681 …etColorU32((held && hovered) ? ImGuiCol_ButtonActive : hovered ? ImGuiCol_ButtonHovered : ImGuiCol… in CollapseButton()
857 …etColorU32((held && hovered) ? ImGuiCol_ButtonActive : hovered ? ImGuiCol_ButtonHovered : ImGuiCol… in ImageButton()
1295 …e_bb.Min.y), frame_bb.Max, GetColorU32((popup_open || hovered) ? ImGuiCol_ButtonHovered : ImGuiCol… in BeginCombo()
H A Dimgui_draw.cpp197 colors[ImGuiCol_ButtonHovered] = ImVec4(0.26f, 0.59f, 0.98f, 1.00f); in StyleColorsDark()
247 colors[ImGuiCol_ButtonHovered] = ImVec4(0.40f, 0.48f, 0.71f, 0.79f); in StyleColorsClassic()
298 colors[ImGuiCol_ButtonHovered] = ImVec4(0.26f, 0.59f, 0.98f, 1.00f); in StyleColorsLight()
/dports/devel/bullet/bullet3-3.21/examples/ThirdPartyLibs/imgui/
H A Dimgui_draw.cpp157 colors[ImGuiCol_ButtonHovered] = ImVec4(0.26f, 0.59f, 0.98f, 1.00f); in StyleColorsDark()
209 colors[ImGuiCol_ButtonHovered] = ImVec4(0.40f, 0.48f, 0.71f, 0.79f); in StyleColorsClassic()
264 colors[ImGuiCol_ButtonHovered] = ImVec4(0.26f, 0.59f, 0.98f, 1.00f); in StyleColorsLight()
/dports/graphics/embree/embree-3.13.2/tutorials/common/imgui/
H A Dimgui_draw.cpp168 colors[ImGuiCol_ButtonHovered] = ImVec4(0.26f, 0.59f, 0.98f, 1.00f); in StyleColorsDark()
217 colors[ImGuiCol_ButtonHovered] = ImVec4(0.40f, 0.48f, 0.71f, 0.79f); in StyleColorsClassic()
269 colors[ImGuiCol_ButtonHovered] = ImVec4(0.26f, 0.59f, 0.98f, 1.00f); in StyleColorsLight()
/dports/devel/py-bullet3/bullet3-3.21/examples/ThirdPartyLibs/imgui/
H A Dimgui_draw.cpp157 colors[ImGuiCol_ButtonHovered] = ImVec4(0.26f, 0.59f, 0.98f, 1.00f); in StyleColorsDark()
209 colors[ImGuiCol_ButtonHovered] = ImVec4(0.40f, 0.48f, 0.71f, 0.79f); in StyleColorsClassic()
264 colors[ImGuiCol_ButtonHovered] = ImVec4(0.26f, 0.59f, 0.98f, 1.00f); in StyleColorsLight()
/dports/games/openclaw/OpenClaw-0.0-51-gbac7730/Box2D/imgui/
H A Dimgui_demo.cpp494 ImGui::PushStyleColor(ImGuiCol_ButtonHovered, ImColor::HSV(i/7.0f, 0.7f, 0.7f)); in ShowTestWindow()
1074 ImGui::PushStyleColor(ImGuiCol_ButtonHovered, ImColor::HSV(hue, 0.7f, 0.7f)); in ShowTestWindow()

1234567