DesktopAction

Subclass of inilike.file.IniLikeGroup for easy access to desktop action.

Members

Functions

displayName
string displayName()

Label that will be shown to the user.

execValue
string execValue()
iconName
string iconName()

Icon name of action.

localizedDisplayName
string localizedDisplayName(string locale)

Label that will be shown to the user in given locale.

localizedIconName
string localizedIconName(string locale)
start
void start(string locale = null)

Start this action.

Meta