ARB
Functions
macros.hxx File Reference
#include <arb_core.h>
#include <attributes.h>
Include dependency graph for macros.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

UserActionTrackerneed_macro_ability ()
 
__ATTR__USERESULT GB_ERROR configure_macro_recording (AW_root *aw_root, const char *client_id, GBDATA *gb_main)
 
void shutdown_macro_recording (AW_root *aw_root)
 
bool got_macro_ability (AW_root *aw_root)
 
void insert_macro_menu_entry (AW_window *awm, bool prepend_separator)
 
void execute_macro (AW_root *root, const char *macroname)
 

Function Documentation

UserActionTracker* need_macro_ability ( )

Definition at line 455 of file trackers.cxx.

Referenced by ARB_main().

__ATTR__USERESULT GB_ERROR configure_macro_recording ( AW_root aw_root,
const char client_id,
GBDATA gb_main 
)
void shutdown_macro_recording ( AW_root aw_root)
bool got_macro_ability ( AW_root aw_root)
void insert_macro_menu_entry ( AW_window awm,
bool  prepend_separator 
)
void execute_macro ( AW_root root,
const char macroname 
)