Enigma  3.2.0
A Simple, Reliable and Efficient Encryption Tool
SystemAndHardwareInfoTool Class Reference

#include <SystemAndHardwareInfoTool.hpp>

Inheritance diagram for SystemAndHardwareInfoTool:
Tool

Public Member Functions

 SystemAndHardwareInfoTool ()=default
 
 ~SystemAndHardwareInfoTool ()=default
 
void OnCreate () override
 
void OnDraw (Scene *parent) override
 
void OnDestroy () override
 
- Public Member Functions inherited from Tool
 Tool ()=default
 
virtual ~Tool ()=default
 

Detailed Description

Definition at line 13 of file SystemAndHardwareInfoTool.hpp.

Constructor & Destructor Documentation

◆ SystemAndHardwareInfoTool()

SystemAndHardwareInfoTool::SystemAndHardwareInfoTool ( )
default

◆ ~SystemAndHardwareInfoTool()

SystemAndHardwareInfoTool::~SystemAndHardwareInfoTool ( )
default

Member Function Documentation

◆ OnCreate()

void SystemAndHardwareInfoTool::OnCreate ( )
overridevirtual

Called when a tool is constructed

Implements Tool.

◆ OnDestroy()

void SystemAndHardwareInfoTool::OnDestroy ( )
overridevirtual

Called when tool is destroyed

Implements Tool.

◆ OnDraw()

void SystemAndHardwareInfoTool::OnDraw ( Scene parent)
overridevirtual

Called each frame to handle imgui draw

Parameters
parentpointer to ToolsScene

Implements Tool.


The documentation for this class was generated from the following file: