QElectroTech
0.8-dev
|
The Machine_info class This class hold information from your PC. More...
#include <machine_info.h>
Inherits QObject.
Classes | |
struct | Pc |
Public Member Functions | |
Machine_info (QObject *parent=nullptr) | |
Machine_info::Machine_info. More... | |
int32_t | i_max_screen_width () |
Machine_info::i_max_screen_width. More... | |
int32_t | i_max_screen_height () |
Machine_info::i_max_screen_height. More... | |
QString | compilation_info () |
Machine_info::compilation_info. More... | |
void | send_info_to_debug () |
Machine_info::send_info_to_debug. More... | |
Private Member Functions | |
void | init_get_Screen_info () |
Machine_info::init_get_Screen_info Finds the largest screen and saves the values. More... | |
void | init_get_cpu_info () |
Machine_info::init_get_cpu_info. More... | |
void | init_get_cpu_info_linux () |
Machine_info::init_get_cpu_info_linux. More... | |
void | init_get_cpu_info_winnt () |
Machine_info::init_get_cpu_info_winnt. More... | |
void | init_get_cpu_info_macos () |
Machine_info::init_get_cpu_info_macos. More... | |
Private Attributes | |
struct Machine_info::Pc | pc |
The Machine_info class This class hold information from your PC.
|
explicit |
QString Machine_info::compilation_info | ( | ) |
int32_t Machine_info::i_max_screen_height | ( | ) |
Machine_info::i_max_screen_height.
int32_t Machine_info::i_max_screen_width | ( | ) |
Machine_info::i_max_screen_width.
|
private |
Machine_info::init_get_cpu_info.
|
private |
|
private |
|
private |
|
private |
Machine_info::init_get_Screen_info Finds the largest screen and saves the values.
void Machine_info::send_info_to_debug | ( | ) |
|
private |