RAII helper to push and pop an ImGui ID. Supports any type convertible to ImGuiID.
More...
#include <UI.h>
RAII helper to push and pop an ImGui ID. Supports any type convertible to ImGuiID.
◆ ScopedID() [1/2]
| Raven::UI::ScopedID::ScopedID |
( |
const ScopedID & | | ) |
|
|
delete |
◆ ScopedID() [2/2]
template<typename T>
| Raven::UI::ScopedID::ScopedID |
( |
T | id | ) |
|
|
inlineexplicit |
Construct and push an ID.
- Template Parameters
-
- Parameters
-
◆ ~ScopedID()
| Raven::UI::ScopedID::~ScopedID |
( |
| ) |
|
|
inline |
◆ operator=()
The documentation for this class was generated from the following file: