• Skip to content
  • Skip to link menu
  • KDE API Reference
  • kdelibs-4.14.38 API Reference
  • KDE Home
  • Contact Us
 

KHTML

  • khtml
  • editing
editor_command.h
Go to the documentation of this file.
1/* This file is part of the KDE project
2 *
3 * Copyright (C) 2004 Leo Savernik <l.savernik@aon.at>
4 *
5 * This library is free software; you can redistribute it and/or
6 * modify it under the terms of the GNU Library General Public
7 * License as published by the Free Software Foundation; either
8 * version 2 of the License, or (at your option) any later version.
9 *
10 * This library is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 * Library General Public License for more details.
14 *
15 * You should have received a copy of the GNU Library General Public License
16 * along with this library; see the file COPYING.LIB. If not, write to
17 * the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
18 * Boston, MA 02111-1307, USA.
19 */
20
21#ifndef EDITOR_COMMAND_H
22#define EDITOR_COMMAND_H
23
24namespace DOM {
25
29enum EditorCommand {
30 BackColorCommand,
31 BoldCommand,
32 CopyCommand,
33 CutCommand,
34 DeleteCommand,
35 FontNameCommand,
36 FontSizeCommand,
37 ForeColorCommand,
38 IndentCommand,
39 InsertNewlineCommand,
40 InsertParagraphCommand,
41 InsertTextCommand,
42 ItalicCommand,
43 JustifyCenterCommand,
44 JustifyFullCommand,
45 JustifyLeftCommand,
46 JustifyNoneCommand,
47 JustifyRightCommand,
48 OutdentCommand,
49 PasteCommand,
50 PrintCommand,
51 RedoCommand,
52 SelectAllCommand,
53 SubscriptCommand,
54 SuperscriptCommand,
55 UndoCommand,
56 UnselectCommand
57
58 //
59 // The "unsupported" commands are listed here since they appear in the Microsoft
60 // documentation used as the basis for the list.
61 //
62
63 // 2d-position (not supported)
64 // absolutePosition (not supported)
65 // blockDirLTR (not supported)
66 // blockDirRTL (not supported)
67 // browseMode (not supported)
68 // clearAuthenticationCache (not supported)
69 // createBookmark (not supported)
70 // createLink (not supported)
71 // dirLTR (not supported)
72 // dirRTL (not supported)
73 // editMode (not supported)
74 // formatBlock (not supported)
75 // inlineDirLTR (not supported)
76 // inlineDirRTL (not supported)
77 // insertButton (not supported)
78 // insertFieldSet (not supported)
79 // insertHorizontalRule (not supported)
80 // insertIFrame (not supported)
81 // insertImage (not supported)
82 // insertInputButton (not supported)
83 // insertInputCheckbox (not supported)
84 // insertInputFileUpload (not supported)
85 // insertInputHidden (not supported)
86 // insertInputImage (not supported)
87 // insertInputPassword (not supported)
88 // insertInputRadio (not supported)
89 // insertInputReset (not supported)
90 // insertInputSubmit (not supported)
91 // insertInputText (not supported)
92 // insertMarquee (not supported)
93 // insertOrderedList (not supported)
94 // insertSelectDropDown (not supported)
95 // insertSelectListBox (not supported)
96 // insertTextArea (not supported)
97 // insertUnorderedList (not supported)
98 // liveResize (not supported)
99 // multipleSelection (not supported)
100 // open (not supported)
101 // overwrite (not supported)
102 // playImage (not supported)
103 // refresh (not supported)
104 // removeFormat (not supported)
105 // removeParaFormat (not supported)
106 // saveAs (not supported)
107 // sizeToControl (not supported)
108 // sizeToControlHeight (not supported)
109 // sizeToControlWidth (not supported)
110 // stop (not supported)
111 // stopimage (not supported)
112 // strikethrough (not supported)
113 // unbookmark (not supported)
114 // underline (not supported)
115 // unlink (not supported)
116};
117
118}/*namespace DOM*/
119
120
121#endif
DOM
This library provides a full-featured HTML parser and widget.
Definition: design.h:55
DOM::EditorCommand
EditorCommand
List of all supported built-in editor commands.
Definition: editor_command.h:29
DOM::BoldCommand
@ BoldCommand
Definition: editor_command.h:31
DOM::JustifyFullCommand
@ JustifyFullCommand
Definition: editor_command.h:44
DOM::ItalicCommand
@ ItalicCommand
Definition: editor_command.h:42
DOM::InsertParagraphCommand
@ InsertParagraphCommand
Definition: editor_command.h:40
DOM::PasteCommand
@ PasteCommand
Definition: editor_command.h:49
DOM::FontSizeCommand
@ FontSizeCommand
Definition: editor_command.h:36
DOM::JustifyLeftCommand
@ JustifyLeftCommand
Definition: editor_command.h:45
DOM::SuperscriptCommand
@ SuperscriptCommand
Definition: editor_command.h:54
DOM::OutdentCommand
@ OutdentCommand
Definition: editor_command.h:48
DOM::ForeColorCommand
@ ForeColorCommand
Definition: editor_command.h:37
DOM::FontNameCommand
@ FontNameCommand
Definition: editor_command.h:35
DOM::UnselectCommand
@ UnselectCommand
Definition: editor_command.h:56
DOM::DeleteCommand
@ DeleteCommand
Definition: editor_command.h:34
DOM::UndoCommand
@ UndoCommand
Definition: editor_command.h:55
DOM::SubscriptCommand
@ SubscriptCommand
Definition: editor_command.h:53
DOM::InsertTextCommand
@ InsertTextCommand
Definition: editor_command.h:41
DOM::CopyCommand
@ CopyCommand
Definition: editor_command.h:32
DOM::IndentCommand
@ IndentCommand
Definition: editor_command.h:38
DOM::InsertNewlineCommand
@ InsertNewlineCommand
Definition: editor_command.h:39
DOM::BackColorCommand
@ BackColorCommand
Definition: editor_command.h:30
DOM::SelectAllCommand
@ SelectAllCommand
Definition: editor_command.h:52
DOM::CutCommand
@ CutCommand
Definition: editor_command.h:33
DOM::JustifyNoneCommand
@ JustifyNoneCommand
Definition: editor_command.h:46
DOM::PrintCommand
@ PrintCommand
Definition: editor_command.h:50
DOM::RedoCommand
@ RedoCommand
Definition: editor_command.h:51
DOM::JustifyCenterCommand
@ JustifyCenterCommand
Definition: editor_command.h:43
DOM::JustifyRightCommand
@ JustifyRightCommand
Definition: editor_command.h:47
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.

KHTML

Skip menu "KHTML"
  • Main Page
  • Namespace List
  • Namespace Members
  • Alphabetical List
  • Class List
  • Class Hierarchy
  • Class Members
  • File List
  • File Members
  • Related Pages

kdelibs-4.14.38 API Reference

Skip menu "kdelibs-4.14.38 API Reference"
  • DNSSD
  • Interfaces
  •   KHexEdit
  •   KMediaPlayer
  •   KSpeech
  •   KTextEditor
  • kconf_update
  • KDE3Support
  •   KUnitTest
  • KDECore
  • KDED
  • KDEsu
  • KDEUI
  • KDEWebKit
  • KDocTools
  • KFile
  • KHTML
  • KImgIO
  • KInit
  • kio
  • KIOSlave
  • KJS
  •   KJS-API
  •   WTF
  • kjsembed
  • KNewStuff
  • KParts
  • KPty
  • Kross
  • KUnitConversion
  • KUtils
  • Nepomuk
  • Plasma
  • Solid
  • Sonnet
  • ThreadWeaver
Report problems with this website to our bug tracking system.
Contact the specific authors with questions and comments about the page contents.

KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal