ShortcutModel

Constructors

this
this(DzlShortcutModel* dzlShortcutModel, bool ownedRef = false)

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

this
this()

Members

Functions

getManager
ShortcutManager getManager()

Gets the manager to be edited.

getShortcutModelStruct
DzlShortcutModel* getShortcutModelStruct(bool transferOwnership = false)

Get the main Gtk struct

getStruct
void* getStruct()

the main Gtk struct as a void*

getTheme
ShortcutTheme getTheme()

Get the theme to be edited.

rebuild
void rebuild()
setChord
void setChord(TreeIter iter, ShortcutChord chord)
setManager
void setManager(ShortcutManager manager)
setTheme
void setTheme(ShortcutTheme theme)

Static functions

getType
GType getType()

Variables

dzlShortcutModel
DzlShortcutModel* dzlShortcutModel;

the main Gtk struct

Meta