RADLib
RADical C++ application framework
RADInstaller::DesktopEntry Struct Reference

Optional desktop entry created by the installer. More...

#include <RADInstaller.h>

Public Attributes

std::string fileName
 Launcher file name. More...
 
std::string name
 Display name. More...
 
std::string exec
 Executable command. More...
 
std::string categories = "Development;"
 Category string. More...
 

Detailed Description

Optional desktop entry created by the installer.

Member Data Documentation

◆ categories

std::string RADInstaller::DesktopEntry::categories = "Development;"

Category string.

◆ exec

std::string RADInstaller::DesktopEntry::exec

Executable command.

◆ fileName

std::string RADInstaller::DesktopEntry::fileName

Launcher file name.

◆ name

std::string RADInstaller::DesktopEntry::name

Display name.


The documentation for this struct was generated from the following file: