PeriDyno 1.0.0
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 7 of file imgui_impl_wt.h.

Constructor & Destructor Documentation

◆ ImGuiBackendWt()

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

Definition at line 9 of file imgui_impl_wt.cpp.

◆ ~ImGuiBackendWt()

ImGuiBackendWt::~ImGuiBackendWt ( )

Definition at line 19 of file imgui_impl_wt.cpp.

Member Function Documentation

◆ handleMouseDrag()

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

Definition at line 62 of file imgui_impl_wt.cpp.

◆ handleMousePressed()

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

Definition at line 49 of file imgui_impl_wt.cpp.

◆ handleMouseReleased()

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

Definition at line 69 of file imgui_impl_wt.cpp.

◆ NewFrame()

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

Definition at line 26 of file imgui_impl_wt.cpp.

◆ Render()

void ImGuiBackendWt::Render ( )

Definition at line 43 of file imgui_impl_wt.cpp.

Member Data Documentation

◆ ctx

ImGuiContext* ImGuiBackendWt::ctx
private

Definition at line 21 of file imgui_impl_wt.h.


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