![]() |
Enigma 3.2.2
A Simple, Reliable and Efficient Encryption Tool
|
#include <Tool.hpp>
Public Member Functions | |
Tool ()=default | |
virtual | ~Tool ()=default |
virtual void | OnCreate ()=0 |
virtual void | OnDraw (Scene *parent)=0 |
virtual void | OnDestroy ()=0 |
|
default |
|
virtualdefault |
|
pure virtual |
Called when a tool is constructed
Implemented in HashingTool, PasswordGeneratorTool, SystemAndHardwareInfoTool, and XOREncryptionTool.
|
pure virtual |
Called when tool is destroyed
Implemented in HashingTool, PasswordGeneratorTool, SystemAndHardwareInfoTool, and XOREncryptionTool.
|
pure virtual |
Called each frame to handle imgui draw
parent | pointer to ToolsScene |
Implemented in HashingTool, PasswordGeneratorTool, SystemAndHardwareInfoTool, and XOREncryptionTool.