PeriDyno 1.2.1
Loading...
Searching...
No Matches
ImGuiBackendWt Class Reference

#include <imgui_impl_wt.h>

Public Member Functions

 ImGuiBackendWt (Wt::WContainerWidget *parent)
 
 ~ImGuiBackendWt ()
 
void NewFrame (int width, int height)
 
void Render ()
 
bool handleMousePressed (const Wt::WMouseEvent &evt)
 
bool handleMouseDrag (const Wt::WMouseEvent &evt)
 
bool handleMouseReleased (const Wt::WMouseEvent &evt)
 

Private Attributes

ImGuiContext * ctx
 

Detailed Description

Definition at line 6 of file imgui_impl_wt.h.

Constructor & Destructor Documentation

◆ ImGuiBackendWt()

ImGuiBackendWt::ImGuiBackendWt ( Wt::WContainerWidget * parent)

Definition at line 8 of file imgui_impl_wt.cpp.

◆ ~ImGuiBackendWt()

ImGuiBackendWt::~ImGuiBackendWt ( )

Definition at line 18 of file imgui_impl_wt.cpp.

Member Function Documentation

◆ handleMouseDrag()

bool ImGuiBackendWt::handleMouseDrag ( const Wt::WMouseEvent & evt)

Definition at line 61 of file imgui_impl_wt.cpp.

◆ handleMousePressed()

bool ImGuiBackendWt::handleMousePressed ( const Wt::WMouseEvent & evt)

Definition at line 48 of file imgui_impl_wt.cpp.

◆ handleMouseReleased()

bool ImGuiBackendWt::handleMouseReleased ( const Wt::WMouseEvent & evt)

Definition at line 68 of file imgui_impl_wt.cpp.

◆ NewFrame()

void ImGuiBackendWt::NewFrame ( int width,
int height )

Definition at line 25 of file imgui_impl_wt.cpp.

◆ Render()

void ImGuiBackendWt::Render ( )

Definition at line 42 of file imgui_impl_wt.cpp.

Member Data Documentation

◆ ctx

ImGuiContext* ImGuiBackendWt::ctx
private

Definition at line 20 of file imgui_impl_wt.h.


The documentation for this class was generated from the following files: