#include <hovered_primitives.hpp>
|
| EIGEN_MAKE_ALIGNED_OPERATOR_NEW | HoveredImage (const std::shared_ptr< glk::Texture > &texture, const Eigen::Vector2f &size={0.0f, 0.0f}, const Eigen::Vector2f &offset={0.0f, 0.0f}, const std::uint32_t bg_color=0, const std::uint32_t border_color=0, const float border_thickness=1.0f) |
| |
| virtual | ~HoveredImage () override |
| |
| virtual void | draw (ImDrawList *drawlist, const Eigen::Vector3f &uvz) override |
| |
| virtual | ~HoveredDrawing () |
| |
◆ HoveredImage()
| EIGEN_MAKE_ALIGNED_OPERATOR_NEW guik::HoveredImage::HoveredImage |
( |
const std::shared_ptr< glk::Texture > & |
texture, |
|
|
const Eigen::Vector2f & |
size = {0.0f, 0.0f}, |
|
|
const Eigen::Vector2f & |
offset = {0.0f, 0.0f}, |
|
|
const std::uint32_t |
bg_color = 0, |
|
|
const std::uint32_t |
border_color = 0, |
|
|
const float |
border_thickness = 1.0f |
|
) |
| |
◆ ~HoveredImage()
| virtual guik::HoveredImage::~HoveredImage |
( |
| ) |
|
|
overridevirtual |
◆ draw()
| virtual void guik::HoveredImage::draw |
( |
ImDrawList * |
drawlist, |
|
|
const Eigen::Vector3f & |
uvz |
|
) |
| |
|
overridevirtual |
The documentation for this class was generated from the following file: