|
| struct _GaminggearMacroKeystroke | __attribute__ ((packed)) |
| |
| static guint16 | gaminggear_macro_keystroke_get_period (GaminggearMacroKeystroke const *keystroke) |
| | Get period from GaminggearMacroKeystroke. More...
|
| |
| static void | gaminggear_macro_keystroke_set_period (GaminggearMacroKeystroke *keystroke, guint16 new_value) |
| | Set period of GaminggearMacroKeystroke. More...
|
| |
| static guint16 | gaminggear_macro_keystrokes_get_count (GaminggearMacroKeystrokes const *keystrokes) |
| | Get count from GaminggearMacroKeystrokes. More...
|
| |
| static void | gaminggear_macro_keystrokes_set_count (GaminggearMacroKeystrokes *keystrokes, guint16 new_value) |
| | Set count of GaminggearMacroKeystrokes. More...
|
| |
| void | gaminggear_macro_keystrokes_init (GaminggearMacroKeystrokes *keystrokes) |
| | Reset keystrokes. More...
|
| |
| GaminggearMacroKeystrokes * | gaminggear_key_file_get_macro_keystrokes (GKeyFile *key_file, gchar const *macroset_name, gchar const *macro_name, GError **error) |
| |
| gboolean | gaminggear_macro_keystrokes_have_mouse_keystroke (GaminggearMacroKeystrokes const *keystrokes) |
| | Check if macro contains mouse events. More...
|
| |
| GaminggearMacroKeystrokes * | gaminggear_macro_keystrokes_new (void) |
| |
| void | gaminggear_macro_keystrokes_free (GaminggearMacroKeystrokes *keystrokes) |
| |
| void | gaminggear_macro_keystrokes_copy (GaminggearMacroKeystrokes const *from, GaminggearMacroKeystrokes *to) |
| |
| GaminggearMacroKeystrokes * | gaminggear_macro_keystrokes_dup (GaminggearMacroKeystrokes const *old) |
| |
| gboolean | gaminggear_macro_keystrokes_add (GaminggearMacroKeystrokes *keystrokes, GaminggearMacroKeystroke const *keystroke) |
| |
| void | gaminggear_macro_set_macroset_name (GaminggearMacro *macro, gchar const *new_name) |
| | Sets macroset name. More...
|
| |
| void | gaminggear_macro_set_macro_name (GaminggearMacro *macro, gchar const *new_name) |
| | Sets macro name. More...
|
| |
| gchar * | gaminggear_macro_get_name_joined (GaminggearMacro const *macro) |
| | Get complete name in format macroset/macro. More...
|
| |
| GaminggearMacroKeystrokes * | gaminggear_macro_get_keystrokes (GaminggearMacro *macro) |
| | Get keystrokes of a macro. More...
|
| |
| gboolean | gaminggear_macro_add_keystroke (GaminggearMacro *macro, GaminggearMacroKeystroke const *keystroke) |
| | Add keystroke to macro. More...
|
| |
| GaminggearMacro * | gaminggear_macro_new (gchar const *macroset_name, gchar const *macro_name, GaminggearMacroKeystrokes const *keystrokes) |
| | Creates new macro. More...
|
| |
| GaminggearMacro * | gaminggear_macro_dup (GaminggearMacro const *gaminggear_macro) |
| | Duplicates a GaminggearMacro. More...
|
| |
| gboolean | gaminggear_macro_has_mouse_keystroke (GaminggearMacro const *gaminggear_macro) |
| | Test if GaminggearMacro contains mouse events. More...
|
| |
| void | gaminggear_macro_free (GaminggearMacro *macro) |
| | Frees macro. More...
|
| |
| gboolean | gaminggear_macros_store_macro (GaminggearMacro const *gaminggear_macro, GError **error) |
| | Stores macro in macros database. More...
|
| |