#include "exports.h"#include "MRImGui.h"#include "MRImGuiVectorOperators.h"#include "MRMesh/MRMeshFwd.h"Go to the source code of this file.
Namespaces | |
| namespace | MR |
| namespace | MR::ImGuiMV |
Functions | |
| MRVIEWER_API void | MR::ImGuiMV::SetNextWindowPosMainViewport (const ImVec2 &pos, ImGuiCond cond=0, const ImVec2 &pivot=ImVec2(0, 0)) |
| MRVIEWER_API ImVec2 | MR::ImGuiMV::GetLocalMousePos () |
| MRVIEWER_API ImVec2 | MR::ImGuiMV::GetMainViewportShift () |
| MRVIEWER_API ImVec2 | MR::ImGuiMV::Screen2WindowSpaceImVec2 (const ImVec2 &point) |
| MRVIEWER_API Contour2f | MR::ImGuiMV::Screen2WindowSpaceContour2f (const Contour2f &points) |
| MRVIEWER_API ImVec2 | MR::ImGuiMV::Window2ScreenSpaceImVec2 (const ImVec2 &point) |
| MRVIEWER_API Vector2f | MR::ImGuiMV::Window2ScreenSpaceVector2f (const Vector2f &point) |