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

TQextScintillaCommandSet Class Reference

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

+#include <tqextscintillacommandset.h> +

+List of all members.

Public Member Functions

+ +

Detailed Description

+The TQextScintillaCommandSet 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 TQextScintillaCommandSet::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 TQextScintillaCommandSet::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<TQextScintillaCommand>& TQextScintillaCommandSet::commands (  )  [inline]
+
+
+ +

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

+ +

+

+ +

+
+ + + + + + + + +
void TQextScintillaCommandSet::clearKeys (  ) 
+
+
+ +

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

+ +

+

+ +

+
+ + + + + + + + +
void TQextScintillaCommandSet::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