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/en/classQextScintillaCommandSet.html | 168 +++++++++++++++++++++++++++++++ 1 file changed, 168 insertions(+) create mode 100644 doc/en/classQextScintillaCommandSet.html (limited to 'doc/en/classQextScintillaCommandSet.html') diff --git a/doc/en/classQextScintillaCommandSet.html b/doc/en/classQextScintillaCommandSet.html new file mode 100644 index 0000000..2bdca65 --- /dev/null +++ b/doc/en/classQextScintillaCommandSet.html @@ -0,0 +1,168 @@ + + +TQScintilla: QextScintillaCommandSet Class Reference + + + + + + +

QextScintillaCommandSet Class Reference

The QextScintillaCommandSet class represents the set of all internal editor commands that may have keys bound. +More... +

+#include <qextscintillacommandset.h> +

+List of all members.

Public Member Functions

+ +

Detailed Description

+The QextScintillaCommandSet class represents the set of all internal editor commands that may have keys bound. +

+Methods are provided to access the individual commands and to read and write the current bindings from and to settings files. +

+


Member Function Documentation

+ +
+
+ + + + + + + + + + + + + + + + + + +
bool QextScintillaCommandSet::readSettings (TQSettings &  qs,
const char *  prefix = "/Scintilla" 
)
+
+
+ +

+The key bindings for each command in the set are read from the settings qs. prefix is prepended to the key of each entry. TRUE is returned if there was no error.

+

See also:
writeSettings()
+ +
+

+ +

+
+ + + + + + + + + + + + + + + + + + +
bool QextScintillaCommandSet::writeSettings (TQSettings &  qs,
const char *  prefix = "/Scintilla" 
)
+
+
+ +

+The key bindings for each command in the set are written to the settings qs. prefix is prepended to the key of each entry. TRUE is returned if there was no error.

+

See also:
readSettings()
+ +
+

+ +

+
+ + + + + + + + +
TQPtrList<QextScintillaCommand>& QextScintillaCommandSet::commands (  )  [inline]
+
+
+ +

+The commands in the set are returned as a list. +

+ +

+

+ +

+
+ + + + + + + + +
void QextScintillaCommandSet::clearKeys (  ) 
+
+
+ +

+The primary keys bindings for all commands are removed. +

+ +

+

+ +

+
+ + + + + + + + +
void QextScintillaCommandSet::clearAlternateKeys (  ) 
+
+
+ +

+The alternate keys bindings for all commands are removed. +

+ +

+

+


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