#include <ImGuiWidgets.hpp>
|
| Image (const char *file_name) |
|
| ~Image () |
|
void | Draw (const ImVec2 &position, const float width, const float height) |
|
std::int32_t | GetWidth () const noexcept |
|
std::int32_t | GetHeight () const noexcept |
|
GLuint | GetID () const noexcept |
|
◆ Image()
ImGuiWidgets::Image::Image |
( |
const char * |
file_name | ) |
|
|
inlineexplicit |
◆ ~Image()
ImGuiWidgets::Image::~Image |
( |
| ) |
|
|
inline |
◆ Draw()
void ImGuiWidgets::Image::Draw |
( |
const ImVec2 & |
position, |
|
|
const float |
width, |
|
|
const float |
height |
|
) |
| |
|
inline |
◆ GetHeight()
std::int32_t ImGuiWidgets::Image::GetHeight |
( |
| ) |
const |
|
inlinenoexcept |
◆ GetID()
GLuint ImGuiWidgets::Image::GetID |
( |
| ) |
const |
|
inlinenoexcept |
◆ GetWidth()
std::int32_t ImGuiWidgets::Image::GetWidth |
( |
| ) |
const |
|
inlinenoexcept |
The documentation for this class was generated from the following file: