From a69b55c674b0528c00598bea54b7a661f4e49f27 Mon Sep 17 00:00:00 2001 From: gregory guy Date: Thu, 7 Oct 2021 15:17:57 +0200 Subject: Conversion to the cmake building system. Signed-off-by: gregory guy --- doc/html/classQextScintillaMacro.html | 267 ---------------------------------- 1 file changed, 267 deletions(-) delete mode 100644 doc/html/classQextScintillaMacro.html (limited to 'doc/html/classQextScintillaMacro.html') diff --git a/doc/html/classQextScintillaMacro.html b/doc/html/classQextScintillaMacro.html deleted file mode 100644 index d0f4db8..0000000 --- a/doc/html/classQextScintillaMacro.html +++ /dev/null @@ -1,267 +0,0 @@ - - -TQScintilla: QextScintillaMacro Class Reference - - - - - - -

QextScintillaMacro Class Reference

The QextScintillaMacro class represents a sequence of recordable editor commands. -More... -

-#include <qextscintillamacro.h> -

-List of all members.

Public Slots

- -

Public Member Functions

- -

Classes

- -

Detailed Description

-The QextScintillaMacro 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

- -
-
- - - - - - - - - - - - - - - - - - -
QextScintillaMacro::QextScintillaMacro (QextScintilla parent,
const char *  name = 0 
)
-
-
- -

-Construct a QextScintillaMacro with parent parent and name name. -

-

- -

-
- - - - - - - - - - - - - - - - - - - - - - - - -
QextScintillaMacro::QextScintillaMacro (const TQCString &  asc,
QextScintilla parent,
const char *  name = 0 
)
-
-
- -

-Construct a QextScintillaMacro from the printable ASCII representation asc, with parent parent and name name. -

-

- -

-
- - - - - - - - -
virtual QextScintillaMacro::~QextScintillaMacro (  )  [virtual]
-
-
- -

-Destroy the QextScintillaMacro instance. -

- -

-

-


Member Function Documentation

- -
-
- - - - - - - - -
void QextScintillaMacro::clear (  ) 
-
-
- -

-Clear the contents of the macro. -

- -

-

- -

-
- - - - - - - - - -
bool QextScintillaMacro::load (const TQCString &  asc  ) 
-
-
- -

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

-

See also:
save()
- -
-

- -

-
- - - - - - - - -
TQCString QextScintillaMacro::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 QextScintillaMacro::play (  )  [virtual, slot]
-
-
- -

-Play the macro. -

- -

-

- -

-
- - - - - - - - -
virtual void QextScintillaMacro::startRecording (  )  [virtual, slot]
-
-
- -

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

- -

-

- -

-
- - - - - - - - -
virtual void QextScintillaMacro::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