#include <qextscintillamacro.h>
Methods are provided to convert convert a macro to and from a textual representation so that they can be easily written to and read from permanent storage.
|
Construct a QextScintillaMacro with parent parent and name name. |
|
Construct a QextScintillaMacro from the printable ASCII representation asc, with parent parent and name name. |
|
Destroy the QextScintillaMacro instance.
|
|
Clear the contents of the macro.
|
|
Load the macro from the printable ASCII representation asc. Returns TRUE if there was no error.
|
|
Return a printable ASCII representation of the macro. It is guaranteed that only printable ASCII characters are used and that double quote characters will not be used.
|
|
Play the macro.
|
|
Start recording user commands and add them to the macro.
|
|
Stop recording user commands.
|