#include </home/zeitlin/src/wx/github/interface/wx/platinfo.h>
A structure containing informations 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". | |
wxString | Release |
The version of the distribution; e.g. "9.04". | |
wxString | CodeName |
The code name of the distribution; e.g. "jaunty". | |
wxString | Description |
The description of the distribution; e.g. "Ubuntu 9.04". |
bool wxLinuxDistributionInfo::operator!= | ( | const wxLinuxDistributionInfo & | ldi | ) | const |
bool wxLinuxDistributionInfo::operator== | ( | const wxLinuxDistributionInfo & | ldi | ) | const |
The code name of the distribution; e.g. "jaunty".
The description of the distribution; e.g. "Ubuntu 9.04".
The id of the distribution; e.g. "Ubuntu".
The version of the distribution; e.g. "9.04".