Struct DesktopAppData
ClassList > DesktopAppData
Public Attributes
Public Functions
Public Attributes Documentation
variable categories
QStringList DesktopAppData::categories;
variable description
QString DesktopAppData::description;
variable exec
QString DesktopAppData::exec;
variable icon
QIcon DesktopAppData::icon;
variable name
QString DesktopAppData::name;
variable showInTerminal
bool DesktopAppData::showInTerminal;
Public Functions Documentation
function DesktopAppData [1/2]
inline DesktopAppData::DesktopAppData ()
function DesktopAppData [2/2]
inline DesktopAppData::DesktopAppData (
const QString & name,
const QString & description,
const QString & exec,
QIcon icon
)
function operator==
inline bool DesktopAppData::operator== (
const DesktopAppData & other
) const