![]() |
LeechCraft
0.6.70-13605-g8cd066ad6a
Modular cross-platform feature rich live environment.
|
Describes the OS running LeechCraft. More...
#include "sysinfo.h"
Public Member Functions | |
| UTIL_SYS_API | OSInfo (const QString &arch, const QString &name, const QString &version) |
| Constructs the OSInfo object. More... | |
| UTIL_SYS_API | OSInfo (const QString &arch, const QString &flavour, const QString &name, const QString &version) |
| Constructs the OSInfo object. More... | |
Public Attributes | |
| QString | Name_ |
| The name of the OS, including the distribution. More... | |
| QString | Version_ |
| The full version of the OS. More... | |
| QString | Flavour_ |
| The OS flavour, or name of the OS without any distribution. More... | |
| QString | Arch_ |
| Describes the CPU architecture of the OS. More... | |
Describes the OS running LeechCraft.
| LC::Util::SysInfo::OSInfo::OSInfo | ( | const QString & | arch, |
| const QString & | name, | ||
| const QString & | version | ||
| ) |
Constructs the OSInfo object.
Sets both the Name_ and the Flavour_ of the OS to name.
| [in] | arch | Initializer for the Arch_ field. |
| [in] | name | Initializer for the Name_ and Flavour_ fields. |
| [in] | version | Initializer for the Version_ field. |
Definition at line 125 of file sysinfo.cpp.
References LC::Util::oral::sph::f.
| LC::Util::SysInfo::OSInfo::OSInfo | ( | const QString & | arch, |
| const QString & | flavour, | ||
| const QString & | name, | ||
| const QString & | version | ||
| ) |
Constructs the OSInfo object.
| [in] | arch | Initializer for the Arch_ field. |
| [in] | flavour | Initializer for the Flavour_ field. |
| [in] | name | Initializer for the Name_ field. |
| [in] | version | Initializer for the Version_ field. |
Definition at line 130 of file sysinfo.cpp.
References LC::Util::oral::sph::f.
| QString LC::Util::SysInfo::OSInfo::Arch_ |
| QString LC::Util::SysInfo::OSInfo::Flavour_ |
| QString LC::Util::SysInfo::OSInfo::Name_ |
| QString LC::Util::SysInfo::OSInfo::Version_ |