DesktopAction

Adapter of IniLikeGroup for easy access to desktop action.

Constructors

this
this(const(IniLikeGroup) group)
Undocumented in source.

Alias This

group

This alias allows to call functions of underlying IniLikeGroup instance.

Members

Functions

execString
string execString()
group
const(IniLikeGroup) group()

Underlying IniLikeGroup instance.

iconName
string iconName()

Icon name of action.

localizedIconName
string localizedIconName(string locale)
localizedName
string localizedName(string locale)

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

name
string name()

Label that will be shown to the user.

start
Pid start(string locale)

Start this action.

Meta