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

TQextScintillaCommand Class Reference

The TQextScintillaCommand class represents an internal editor command that may have one or two keys bound to it. +More... +

+#include <tqextscintillacommand.h> +

+List of all members.

Public Member Functions

+ +

Static Public Member Functions

+ +

Detailed Description

+The TQextScintillaCommand class represents an internal editor command that may have one or two keys bound to it. +

+Methods are provided to change the keys bound to the command and to remove a key binding. Each command has a user friendly description of the command for use in key mapping dialogs. +

+


Member Function Documentation

+ +
+
+ + + + + + + + + +
void TQextScintillaCommand::setKey (int  key  ) 
+
+
+ +

+Binds the key key to the command. If key is 0 then the key binding is removed. If key is invalid then the key binding is unchanged. Valid keys are any visible or control character or any of Key_Down, Key_Up, Key_Left, Key_Right, Key_Home, Key_End, Key_Prior, Key_Next, Key_Delete, Key_Insert, Key_Escape, Key_Backspace, Key_Tab and Key_Return. Keys may be modified with any combination of SHIFT, CTRL and ALT.

+

See also:
key(), setAlternateKey(), validKey()
+ +
+

+ +

+
+ + + + + + + + + +
void TQextScintillaCommand::setAlternateKey (int  altkey  ) 
+
+
+ +

+Binds the alternate key altkey to the command. If key is 0 then the alternate key binding is removed.

+

See also:
alternateKey(), setKey(), validKey()
+ +
+

+ +

+
+ + + + + + + + +
int TQextScintillaCommand::key (  )  const [inline]
+
+
+ +

+The key that is currently bound to the command is returned.

+

See also:
setKey(), alternateKey()
+ +
+

+ +

+
+ + + + + + + + +
int TQextScintillaCommand::alternateKey (  )  const [inline]
+
+
+ +

+The alternate key that is currently bound to the command is returned.

+

See also:
setAlternateKey(), key()
+ +
+

+ +

+
+ + + + + + + + + +
static bool TQextScintillaCommand::validKey (int  key  )  [static]
+
+
+ +

+If the key key is valid then TRUE is returned. +

+ +

+

+ +

+
+ + + + + + + + +
TQString TQextScintillaCommand::description (  )  const
+
+
+ +

+The user friendly description of the command is returned. +

+ +

+

+


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