#include <HashingTool.hpp>
|
const char * | operator* (const HashAlgorithm hash_algo) noexcept |
|
Definition at line 25 of file HashingTool.hpp.
◆ HashingTool()
HashingTool::HashingTool |
( |
| ) |
|
|
default |
◆ ~HashingTool()
HashingTool::~HashingTool |
( |
| ) |
|
|
default |
◆ OnCreate()
void HashingTool::OnCreate |
( |
| ) |
|
|
overridevirtual |
Called when a tool is constructed
Implements Tool.
◆ OnDestroy()
void HashingTool::OnDestroy |
( |
| ) |
|
|
overridevirtual |
Called when tool is destroyed
Implements Tool.
◆ OnDraw()
void HashingTool::OnDraw |
( |
Scene * |
parent | ) |
|
|
overridevirtual |
Called each frame to handle imgui draw
- Parameters
-
Implements Tool.
◆ operator*
const char* operator* |
( |
const HashAlgorithm |
hash_algo | ) |
|
|
friend |
The documentation for this class was generated from the following file: