1#ifndef AREACALCULATOR_H
2#define AREACALCULATOR_H
AreaCalculator(QObject *parent=nullptr)
void SendWorldArea(REMOTE_WORLD_SIZE WorldArea)
void WorldXChanged(int NewValue)
void SendWorldSides(REMOTE_WORLD_SIDES world_sides)
void UpperXChanged(int NewValue)
void CalculateWorldArea(void)
void LowerYChanged(int NewValue)
void IncludeNewRegion(REMOTE_REGION_ADDRESS Location)
void SendLogEntry(REMOTE_LOG_ENTRY LogEntry)
Send Log Entry via the Signal-Slot Method.
void Regionx16Pressed(void)
void UpperYChanged(int NewValue)
void FindWorldLimits(void)
void WorldYChanged(int NewValue)
void Regionx1Pressed(void)
void LogAdd(LOGGING_SEVERITY Severity, LOGGING_MODE Mode, QString Message)
void AutoCalcChanged(Qt::CheckState)
void LowerXChanged(int NewValue)
void Regionx4Pressed(void)
LOGGING_SEVERITY
Log Severity allow the selection of logging events based on Severity.
LOGGING_MODE
Log Severity allow the selection of logging events based on the mode.