LinkAction

Constructors

this
this(EvLinkAction* evLinkAction, bool ownedRef)

Sets our main struct and passes it to the parent class.

this
this(LinkDest dest)
this
this(string uri)
this
this(string filename, string params)
this
this(ListG showList, ListG hideList, ListG toggleList)
this
this(string name)
this
this(LinkDest dest, string filename)

Members

Functions

equal
bool equal(LinkAction b)

Checks whether @a and @b are equal.

getActionType
EvLinkActionType getActionType()
getDest
LinkDest getDest()
getFilename
string getFilename()
getHideList
ListG getHideList()
getLinkActionStruct
EvLinkAction* getLinkActionStruct(bool transferOwnership)

Get the main Gtk struct

getName
string getName()
getParams
string getParams()
getShowList
ListG getShowList()
getStruct
void* getStruct()

the main Gtk struct as a void*

getToggleList
ListG getToggleList()
getUri
string getUri()

Static functions

getType
GType getType()

Variables

evLinkAction
EvLinkAction* evLinkAction;

the main Gtk struct

Meta