From 347f0b28701932eba7eb063d9093e446b81debae Mon Sep 17 00:00:00 2001 From: Slávek Banko Date: Thu, 9 Dec 2021 01:40:38 +0100 Subject: Rename Qt => TQt. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- doc/en/classTQextScintillaMacro.html | 267 +++++++++++++++++++++++++++++++++++ 1 file changed, 267 insertions(+) create mode 100644 doc/en/classTQextScintillaMacro.html (limited to 'doc/en/classTQextScintillaMacro.html') diff --git a/doc/en/classTQextScintillaMacro.html b/doc/en/classTQextScintillaMacro.html new file mode 100644 index 0000000..2c1b2f6 --- /dev/null +++ b/doc/en/classTQextScintillaMacro.html @@ -0,0 +1,267 @@ + + +TQScintilla: TQextScintillaMacro Class Reference + + + + + + +

TQextScintillaMacro Class Reference

The TQextScintillaMacro class represents a sequence of recordable editor commands. +More... +

+#include <tqextscintillamacro.h> +

+List of all members.

Public Slots

+ +

Public Member Functions

+ +

Classes

+ +

Detailed Description

+The TQextScintillaMacro class represents a sequence of recordable editor commands. +

+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. +

+


Constructor & Destructor Documentation

+ +
+
+ + + + + + + + + + + + + + + + + + +
TQextScintillaMacro::TQextScintillaMacro (TQextScintilla parent,
const char *  name = 0 
)
+
+
+ +

+Construct a TQextScintillaMacro with parent parent and name name. +

+

+ +

+
+ + + + + + + + + + + + + + + + + + + + + + + + +
TQextScintillaMacro::TQextScintillaMacro (const TQCString &  asc,
TQextScintilla parent,
const char *  name = 0 
)
+
+
+ +

+Construct a TQextScintillaMacro from the printable ASCII representation asc, with parent parent and name name. +

+

+ +

+
+ + + + + + + + +
virtual TQextScintillaMacro::~TQextScintillaMacro (  )  [virtual]
+
+
+ +

+Destroy the TQextScintillaMacro instance. +

+ +

+

+


Member Function Documentation

+ +
+
+ + + + + + + + +
void TQextScintillaMacro::clear (  ) 
+
+
+ +

+Clear the contents of the macro. +

+ +

+

+ +

+
+ + + + + + + + + +
bool TQextScintillaMacro::load (const TQCString &  asc  ) 
+
+
+ +

+Load the macro from the printable ASCII representation asc. Returns TRUE if there was no error.

+

See also:
save()
+ +
+

+ +

+
+ + + + + + + + +
TQCString TQextScintillaMacro::save (  )  const
+
+
+ +

+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.

+

See also:
load()
+ +
+

+ +

+
+ + + + + + + + +
virtual void TQextScintillaMacro::play (  )  [virtual, slot]
+
+
+ +

+Play the macro. +

+ +

+

+ +

+
+ + + + + + + + +
virtual void TQextScintillaMacro::startRecording (  )  [virtual, slot]
+
+
+ +

+Start recording user commands and add them to the macro. +

+ +

+

+ +

+
+ + + + + + + + +
virtual void TQextScintillaMacro::endRecording (  )  [virtual, slot]
+
+
+ +

+Stop recording user commands. +

+ +

+

+


Generated on Thu Nov 30 09:32:31 2006 for TQScintilla by  + +doxygen 1.4.7
+ + -- cgit v1.2.3