9#ifndef PROGRAMIDENTIFICATION_H
10#define PROGRAMIDENTIFICATION_H
14#include <ui_mainwindow.h>
void LogAdd(LOGGING_SEVERITY Severity, LOGGING_MODE Mode, QString Message)
Add a Log Entry.
void LoadProgramIdentification()
Load Program Identification Information.
ProgramIdentification(Ui::MainWindow *UI_Window)
void SendLogEntry(REMOTE_LOG_ENTRY LogEntry)
uint suffix_size
Number of digits in the Project ident.
QStringList image_list
A list of the images used by the program.
void SendVersionString(QString FullVersion)
Sent the Version Information.
QString project_prefix
String holding the Project Ident Prefix.
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.