Enigma
3.2.0
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 XOREncryptionTool, SystemAndHardwareInfoTool, PasswordGeneratorTool, and HashingTool.
|
pure virtual |
Called when tool is destroyed
Implemented in XOREncryptionTool, SystemAndHardwareInfoTool, PasswordGeneratorTool, and HashingTool.
|
pure virtual |
Called each frame to handle imgui draw
parent | pointer to ToolsScene |
Implemented in XOREncryptionTool, SystemAndHardwareInfoTool, PasswordGeneratorTool, and HashingTool.