#include <hovered_primitives.hpp>
|
| EIGEN_MAKE_ALIGNED_OPERATOR_NEW | HoveredText (const std::string &text, const std::uint32_t fg_color=0xFFFFFFFF, const std::uint32_t bg_color=0x80000000, const Eigen::Vector2f &offset={0.0f, 0.0f}) |
| |
| virtual | ~HoveredText () override |
| |
| virtual void | draw (ImDrawList *drawlist, const Eigen::Vector3f &uvz) override |
| |
| virtual | ~HoveredDrawing () |
| |
◆ HoveredText()
| EIGEN_MAKE_ALIGNED_OPERATOR_NEW guik::HoveredText::HoveredText |
( |
const std::string & |
text, |
|
|
const std::uint32_t |
fg_color = 0xFFFFFFFF, |
|
|
const std::uint32_t |
bg_color = 0x80000000, |
|
|
const Eigen::Vector2f & |
offset = {0.0f, 0.0f} |
|
) |
| |
◆ ~HoveredText()
| virtual guik::HoveredText::~HoveredText |
( |
| ) |
|
|
overridevirtual |
◆ draw()
| virtual void guik::HoveredText::draw |
( |
ImDrawList * |
drawlist, |
|
|
const Eigen::Vector3f & |
uvz |
|
) |
| |
|
overridevirtual |
The documentation for this class was generated from the following file: