#include <wx/platinfo.h>
A structure containing information about a Linux distribution as returned by the lsb_release
utility.
See wxGetLinuxDistributionInfo() or wxPlatformInfo::GetLinuxDistributionInfo() for more info.
Public Member Functions | |
bool | operator== (const wxLinuxDistributionInfo &ldi) const |
bool | operator!= (const wxLinuxDistributionInfo &ldi) const |
Public Attributes | |
wxString | Id |
The id of the distribution; e.g. "Ubuntu". More... | |
wxString | Release |
The version of the distribution; e.g. "9.04". More... | |
wxString | CodeName |
The code name of the distribution; e.g. "jaunty". More... | |
wxString | Description |
The description of the distribution; e.g. "Ubuntu 9.04". More... | |
bool wxLinuxDistributionInfo::operator!= | ( | const wxLinuxDistributionInfo & | ldi | ) | const |
bool wxLinuxDistributionInfo::operator== | ( | const wxLinuxDistributionInfo & | ldi | ) | const |
wxString wxLinuxDistributionInfo::CodeName |
The code name of the distribution; e.g. "jaunty".
wxString wxLinuxDistributionInfo::Description |
The description of the distribution; e.g. "Ubuntu 9.04".
wxString wxLinuxDistributionInfo::Id |
The id of the distribution; e.g. "Ubuntu".
wxString wxLinuxDistributionInfo::Release |
The version of the distribution; e.g. "9.04".