ARB
|
#include "recmac.hxx"
#include "macros_local.hxx"
#include <arbdbt.h>
#include <arb_file.h>
#include <arb_defs.h>
#include <arb_diff.h>
#include <aw_msg.hxx>
#include <aw_root.hxx>
#include <FileContent.h>
#include <cctype>
#include <arb_str.h>
#include <aw_file.hxx>
#include <aw_window.hxx>
Go to the source code of this file.
Functions | |
void | warn_unrecordable (const char *what) |
const char * | closing_quote (const char *str, char qchar) |
char * | parse_quoted_string (const char *&line) |
char * | modifies_awar (const char *line, char *&app_id) |
bool | opens_macro_dialog (const char *line) |
bool | is_end_of_macro (const char *line) |
bool | is_comment (const char *line) |
void warn_unrecordable | ( | const char * | what | ) |
Definition at line 30 of file recmac.cxx.
References aw_message(), and GBS_global_string().
Referenced by RecordingMacro::track_action(), ClientActionTracker::track_action(), RecordingMacro::track_awar_change(), and ClientActionTracker::track_awar_change().
Definition at line 218 of file recmac.cxx.
Referenced by parse_quoted_string().
Definition at line 228 of file recmac.cxx.
References ARB_strpartdup(), closing_quote(), line, and NULp.
Referenced by modifies_awar().
Definition at line 246 of file recmac.cxx.
References ARRAY_ELEMS, id, line, NULp, and parse_quoted_string().
|
inline |
Definition at line 278 of file recmac.cxx.
|
inline |
Definition at line 282 of file recmac.cxx.
|
inline |
Definition at line 287 of file recmac.cxx.