| ActionElement | Support for action elements in MathML |
| BasicElement | Basis of every formula element |
| BracketElement | A left and/or right bracket around one child |
| KoProperty::Buffer | |
| Kross::Api::Callable | Base class for callable objects |
| CharFamilyCommand | Changes the char family of a number of elements an their children |
| CharStyleCommand | Changes the char style of a number of elements an their children |
| Kross::Api::Class< T > | From Event inherited template-class to represent class-structures |
| Compatibility | Converter from the other kformula lib string to a loadable dom |
| Container | The document |
| ContextStyle | Contains all the style information for the formela |
| CustomItemsMap | A CustomItemsMap associates a custom item to an index Used in the undo/redo info for insert/delete text |
| KoProperty::CustomProperty | Base class for custom properties |
| KoProperty::CustomPropertyFactory | A prototype for custom property factory |
| Kross::Api::Dict | Implementates Value to handle key=value base dictonaries/maps |
| Document | A document that can contain a lot of formulas (container) |
| DocumentWrapper | A Wrapper that constracts the actions and must be given a real document to work with |
| KOffice::Edge | An internal class representing a filter (=edge) in the filter graph |
| KoProperty::Editor | A listview to edit properties Editor widgets use property options using Property::option(const char *) to override default behaviour of editor items. Currently supported options are: |
| KoProperty::EditorItem | Item for a single property displayed within Editor object |
| ElementCreationStrategy | An object of this type needs to be known by the SequenceElement |
| ElementIndex | A type that describes an index |
| ElementType | Basis of all types |
| ElementVisitor | Visitor |
| EmptyElement | An element that represents an empty box |
| Kross::Api::Event< T > | Template class for all kinds of callable events |
| Kross::Api::EventAction | Used to wrap KAction instances into the Kross object hierachy and provide access to them |
| Kross::Api::EventScript | |
| Kross::Api::EventSignal | Each Qt signal and slot connection between a QObject instance and a functionname is represented with a EventSignal and handled by EventManager |
| Kross::Api::EventSlot | Each Qt signal and slot connection between a QObject instance and a functionname is represented with a EventSlot and handled by the EventManager |
| Kross::Api::Exception | Common exception class used for representing exceptions in Kross |
| KoProperty::FactoryManager | Manages factories providing custom editors and properties |
| FontCommand | Base for all font commands that act on the current selection |
| FontStyle | Base class for all supported font styles |
| FormulaCursor | The selection |
| FormulaCursor::CursorData | A black box that is supposed to contain everything which is needed to describe a cursor |
| FormulaDocument | The interface the elements expect from its document |
| FormulaElement | The main element |
| FormulaList | Small utility class representing a sortable (by x,y position) list of formulas you can use sort() and inSort(item) |
| FractionElement | A fraction |
| Kross::Api::Function | The base class for functions |
| Kross::Api::Function0< INSTANCE > | This class implements the most abstract way to work with functions |
| Kross::Api::Function1< INSTANCE, P1 > | Specialization of the Function0 which takes as additional parameter a const-value |
| Kross::Api::Function2< INSTANCE, P1, P2 > | Same as Function1 but with 2 additional parameters |
| KOffice::Graph | The main worker behind the scenes |
| KoProperty::GroupContainer | A container widget that can be used to split information into hideable sections for a property editor-like panes |
| IndexElement | The element with up to four indexes in the four corners |
| InternFontTable | The struct used to store static font data |
| Kross::Api::Interpreter | Base class for interpreters |
| Kross::Api::InterpreterInfo | While the Interpreter is the implemented interpreter this class is used to provide some abstract informations about each interpreter we are able to use within the Manager singelton |
| Kross::Api::InterpreterInfo::Option | Each interpreter is able to define options we could use to manipulate the interpreter behaviour |
| KColorAction | An action whose pixmap is automatically generated from a color |
| KFCAdd | Base for all commands that want to add a simple element |
| KFCAddGenericIndex | Add an index |
| KFCAddIndex | Add an IndexElement |
| KFCAddReplacing | The command that takes the main child out of the selected element and replaces the element with it |
| KFCAddToken | Command to add a token element, with content |
| KFCRemove | Command that is used to remove the currently selected element |
| KFCRemoveEnclosing | Command to remove the parent element |
| KFCRemoveSelection | Command that is used to remove the current selection if we want to replace it with another element |
| KFCReplace | Removes the current selection and adds any new elements afterwards |
| KFCReplaceToken | Removes the current selection and adds any new tokens afterwards |
| KFCSplitToken | Add and remove arbitrary token elements and their contents |
| KFontChooser_local | A font selection widget |
| KFontDialog_local | A font selection dialog |
| KFormulaWidget | The view |
| KKbdAccessExtensions | KKbdAccessExtensions is an object that improves accessibility for motor impaired users who may not be able to easily use a mouse |
| KoApplication | Base class for all KOffice apps |
| KoApplicationIface | DCOP interface for any KOffice application (entry point) |
| KoBorder | This class represents a border - for anything, like paragraph, or frame |
| KoChangeVariableFormatProperties | Command created when changing the properties of a variable's format (e.g |
| KoChangeVariableSubType | Command created when changing the subtype of a variable (turning "fixed date" into "variable date") |
| KoCharStyle | A KoCharStyle is a set of formatting attributes (font, color, etc |
| KoChild | KoChild is an abstract base class that represents the geometry associated with an embedded document |
| KoColumns | Structure for columns |
| KoCommandHistory | The command history stores a (user) configurable amount of Commands |
| KoCompletion | Completion configuration widget |
| KoCompletionDia | Completion configuration dialog |
| KoContainerHandler | This class can handle moving and resizing of embedded documents in your class derived from KoView |
| KoContextHelpAction | KoContextHelpAction provides a easy to use context help system |
| KoContextHelpPopup | KoContextHelpPopup is the popup displayed by ContextHelpAction |
| KoCustomVarDialog | Class: KoCustomVarDialog This dialog allows to add a new custom variable or to edit an existing one |
| KoCustomVariable | A custom variable is a variable whose value is entered by the user |
| KoCustomVariablesDia | Class: KoCustomVariablesDia This dialog allows to set the value of the custom variables |
| KoCustomVariablesList | Class: KoCustomVariablesList The listview |
| KoCustomVariablesListItem | Class: KoCustomVariablesListItem Used by KoCustomVariablesDia Represents an item in the listview, holding a lineedit to edit the value of the variable |
| KoDateVariable | Date-related variables |
| KoDocument | The KOffice document class |
| KoDocumentChild | Holds an embedded object |
| KoDocumentEntry | Represents an available KOffice component that supports the document interface |
| KoDocumentIface | DCOP interface for any KOffice document Use KoApplicationIface to get hold of an existing document's interface, or to create a document |
| KoEmbeddingFilter | The base class for all import filters embedding other filters |
| KoEventHandler | An abstract base class for event handlers |
| KoFieldVariable | Any variable that is a string, and whose value is automatically determined - as opposed to custom variables whose value is entered by the user |
| KoFileDialog | Extension to KFileDialog in order to add special entries to the filter combo, like "save as koffice-1.1", "save as dir" etc |
| KoFilter | The base class for import and export filters |
| KoFilterChain | This class represents a chain of plain KoFilter instances |
| KoFilterEntry | Represents an available filter |
| KoFilterManager | The class managing all the filters |
| KoFindReplace | This class implements the 'find' functionality ( the "search next, prompt" loop ) and the 'replace' functionality |
| KoFontDiaPreview | The font dialog Preview |
| KoFormatDia | The separate dialog that pops up to ask for which formatting options should be used to match text, or when replacing text |
| KoGenStyle | A generic style, i.e |
| KoGenStyles | Repository of styles used during saving of OASIS/OOo file |
| KoGuideLineDia | Class for setting a guide line position |
| KoHeadFoot | Structure for header-footer |
| KoHyphenator | Interface to the libhnj hyphenation library |
| KoIndentSpacingWidget | The widget for editing idents and spacings (tab 1) |
| KoInsertLinkDia | Dialog to insert links to various sources (file, Internet, mail and bookmarks) |
| KoKWHeaderFooter | Structure for KWord header-footer |
| KoLineStyleAction | A line style selection action |
| KoLineWidthAction | A line width selection action |
| KoLineWidthChooser | This class provides a dialog for setting a custom line width |
| KoListStyleStack | This class implements the list styles currently active at a given point |
| KoMainWindow | Main window for a KOffice application |
| KoOasisContext | Used during loading of Oasis format (and discarded at the end of the loading) |
| KoOasisLoadingContext | Used during loading of Oasis format (and discarded at the end of the loading) |
| KoOasisSettings | Parse settings.xml file |
| KoOasisSettings::Items | Represents a collection of items (config-item or maps) |
| KoOasisSettings::Map | Internal base class for IndexedMap and NamedMap |
| KoOasisStore | Helper class around KoStore for writing out OASIS files |
| KoOasisStyles | Repository of styles used during loading of OASIS/OOo file |
| KoOasisStyles::NumericStyleFormat | Prefix and suffix are always included into formatStr |
| KoPageLayout | This structure defines the page layout, including its size in pt, its format (e.g |
| KoPageLayoutColumns | This class is a widget that shows the KoColumns data structure and allows the user to change it |
| KoPageLayoutDia | With this dialog the user can specify the layout of the paper during printing |
| KoPageLayoutHeader | This class is a widget that shows the KoKWHeaderFooter data structure and allows the user to change it |
| KoPageLayoutSize | This class is a widget that shows the KoPageLayout data structure and allows the user to change it |
| KoPagePreview | KoPagePreview |
| KoPageVariable | "current page number" and "number of pages" variables This is a base class, it must be inherited by applications, to provide recalc() |
| KoPalette | A floating palette that allows the adding and removing of widgets to its organzing principle |
| KoPaletteManager | Manages the set of dockwindow palettes and their widgets |
| KoParagAlignWidget | The widget for editing paragraph alignment (tab 2) |
| KoParagCounter | This is the structure associated with a paragraph (KoTextParag), to define the bullet or numbering of the paragraph |
| KoParagCounterWidget | The widget for editing counters (bullets & numbering) (tab 4) |
| KoParagDecorationWidget | The widget for editing paragraph borders (tab 3) |
| KoParagDia | The complete(*) dialog for changing attributes of a paragraph |
| KoParagFormatCommand | Command created when changing the default format of paragraphs |
| KoParagLayout | This class holds the paragraph-specific formatting information It's separated from KoTextParag so that it can be copied in the undo/redo history, and in KoParagStyle |
| KoParagLayoutWidget | This is the base class for any widget [usually used in a tab] that handles modifying a part of a KoParagLayout |
| KoParagStyle | A paragraph style is a combination of a character style and paragraph-layout attributes, all grouped under a name |
| KoParagTabulatorsWidget | The widget for editing tabulators (tab 5) |
| KoParagVisitor | Base class for "visitors" |
| KoPartMoveHandler | Used by KoContainerHandler internally to handle moving of embedded documents |
| KoPartResizeHandler | Used by KoContainerHandler internally to handle resizing of embedded documents |
| KoPartSelectAction | An action for inserting an embedded object |
| KoPartSelectDia | This dialog presents the user all available KOffice components ( KSpread, KWord etc ) with name and mini icon |
| KoPen | Pen that handles line widths in points |
| KoPicture | KoPicture is a container class for various types of pictures supported by KOffice |
| KoPictureCollection | A collection of pictures (a key and the picture itself) |
| KoPictureFilePreview | A preview widget for KFileDialog that supports both pixmaps and cliparts |
| KoPictureKey | KoPictureKey is the structure describing a picture in a unique way |
| KoPoint | A point whose coordinates are floating-point values ( "double"s ) |
| KoRecentDocumentsPane | This widget is the recent doc part of the template opening widget |
| KoRect | A rect whose coordinates are floating-point values ( "double"s ) |
| KoRuler | KoRuler is the horizontal or vertical ruler, to be used around the drawing area of most KOffice programs |
| KoSavingContext | Used during saving to Oasis format (and discarded at the end of the saving) |
| KoSavingContext::BookmarkPosition | Store bookmarks [for the current text paragraph beind saved] so that KoTextParag can save them at the right place inside the text |
| KoSelectAction | An action that provides a menu with items that can be selected |
| KoSetBasicPropCommand< Property, Object, Function > | Generic command to set a property on an object |
| KoSetPropCommand< Property, Object, Function > | Generic command to set a property on an object |
| KoSize | A size whose coordinates are floating-point values ( "double"s ) |
| KoSpeaker | KoSpeaker is a singleton object that provides Text-to-Speech services for KOffice applications |
| KoSpell | KOffice spell checking object Used for both spell-checking-with-a-dialog (directly) and background spell-checking (via KoBgSpellCheck) |
| KoStore | Saves and loads KOffice documents using various backends |
| KoStoreBase | Helper class for KoStore (mainly for remote file support) |
| KoStoreDevice | This class implements a QIODevice around KoStore, so that it can be used to create a QDomDocument from it, to be written or read using QDataStream or to be written using QTextStream |
| KoStoreDrag | A generic drag object that holds a store (e.g |
| KoStyleCollection | TODO rename to KoParagStyleCollection - or should char styles be part of it too? |
| KoStyleManager | This class provides a dialog for editing named text styles |
| KoStylePreview | KoStylePreview |
| KoStyleStack | This class implements a stack for the different styles of an object |
| KoTabBar | Tab bar, for use to switch active page/sheet in a document |
| KoTabPalette | This is a palette with a tabwidget |
| KoTabulator | Struct: KoTabulator Defines the position of a tabulation (in pt), and its type |
| KoTCDIconCanvas | Our reimplementation of KIconCanvas used within the template-chooser dialog |
| KoTCDRecentFilesIconView | Our reimplementation of KFileIconView used as the "recent files" view within the template-chooser dialog |
| KoTemplateChooseDia | This class is used to show the template dialog on startup |
| KoTemplatesPane | This widget is the right-side part of the template opening widget |
| KoTextCommand | Wraps a KoTextDocCommand into a KCommand, for the UI In fact the KoTextDocCommand isn't even known from here |
| KoTextCustomItem | KoTextCustomItem is the base class for custom items (i.e |
| KoTextDeleteCommand | Command created when deleting some text |
| KoTextFind | Reimplement KFind to provide our own validateMatch - for the formatting options |
| KoTextFormat | Each character (KoTextStringChar) points to a KoTextFormat that defines the formatting of that character (font, bold, italic, underline, misspelled etc |
| KoTextFormatCommand | Command created when changing formatted text |
| KoTextFormatInterface | The KoTextFormatInterface is a pure interface that allows access to the "current text format" |
| KoTextFormatter | We implement our own text formatter to implement WYSIWYG: It is heavily based on KoTextFormatterBaseBreakWords, but stores the x position of characters (and their width) in pixels, whereas all the rest is in L.U |
| KoTextInsertCommand | Command created when inserting some text |
| KoTextIterator | A convenient way to iterate over paragraphs, possibly in multiple textobjects, with many options (from cursor, backwards, in selection) |
| KoTextObject | The KoTextObject is the high-level object that contains a KoTextDocument (the list of paragraphs), and takes care of the operations on it (particularly the undo/redo commands) |
| KoTextObject::UndoRedoInfo | The undo-redo structure holds the _temporary_ information for the current undo/redo command |
| KoTextParagCommand | Command created when changing paragraph attributes |
| KoTextReplace | Reimplement KoReplace to provide our own validateMatch - for the formatting options |
| KoTextView | Object that is created to edit a KoTextObject |
| KoTextZoomHandler | This class extends KoZoomHandler to add support for WYSIWYG text layouting |
| KoTimeVariable | Time-related variables |
| KoToolBox | KActionBox is a kind of super-specialized toolbox that can order tools according to type and priority |
| KoToolBoxPalette | A palette based on a toolbox widget |
| KoUnit | KOffice stores everything in pt (using "double") internally |
| KoUnitDoubleBase | Base for the unit widgets |
| KoUnitDoubleComboBox | Combo box for double precision numbers with unit display |
| KoUnitDoubleLineEdit | Line edit for double precision numbers with unit display |
| KoUnitDoubleSpinBox | Spin box for double precision numbers with unit display |
| KoUnitDoubleSpinComboBox | Combo box (with spin control) for double precision numbers with unit display |
| KoUnitDoubleValidator | Validator for the unit widget classes |
| KoUserStyle | Base class for any kind of style that the user can create/modify/delete/display |
| KoUserStyleCollection | Generic style collection class, for all "user styles" (see KoUserStyle) |
| KoVariable | A KoVariable is a custom item, i.e |
| KoVariableDateFormat | Implementation of the "date" formats TODO: merge with KoVariableTimeFormat, for a single QDateTime-based class |
| KoVariableFormat | Class: KoVariableFormat Base class for a variable format - held by KWDocument |
| KoVariableFormatCollection | The collection of formats for variables |
| KoVariableStringFormat | Implementation of the string format |
| KoVariableTimeFormat | Implementation of the "time" formats |
| KoView | This class is used to display a KoDocument |
| KoViewChild | This class represents an active embedded document |
| KoWmfFunc | Static data |
| KoWmfHandle | WMF file allows manipulation on a stack of object |
| KoWmfPaint | KoWmfPaint inherits the abstract class KoWmfRead and redirects WMF actions onto a QPaintDevice |
| KoWmfRead | KoWmfRead allows the redirection of the actions stored in a WMF file |
| KoWmfReadPrivate | KoWmfReadPrivate allows to read WMF files |
| KoWmfWrite | KoWmfWrite allows to create a windows placeable meta file (WMF) |
| KoXmlCDATASection | KoXmlCDATASection represents a CDATA section in a DOM tree |
| KoXmlDocument | KoXmlDocument represents an XML document, structured in a DOM tree |
| KoXmlElement | KoXmlElement represents a tag element in a DOM tree |
| KoXmlNode | KoXmlNode represents a node in a DOM tree |
| KoXmlNS | Repository of XML namespaces used for OASIS documents |
| KoXmlText | KoXmlText represents a text in a DOM tree |
| KoXmlWriter | A class for writing out XML (to any QIODevice), with a special attention on performance |
| KoZoomAction | Class KoZoomAction implements an action to provide zoom values |
| KoZoomHandler | This class handles the zooming and DPI stuff (conversions between pt values and pixels) |
| KoZoomMode | The ZoomMode container |
| KSortedLabel | Provides a way to sort QLabelss using a QValueList based on their screen position |
| Kross::Api::List | Implementates Value to handle lists and collections |
| Kross::Api::ListT< OBJECT > | This template class extends the List class with generic functionality to deal with lists |
| Kross::Api::MainModule | This class implements Module for the global Manager singleton and local ScriptContainer instances |
| Kross::Api::Manager | Main entry point to work with Kross |
| MathML2KFormula | This class converts MathML to KFormula XML |
| MatrixDialog | Dialog for entering matrix sizes |
| MatrixElement | A matrix |
| Kross::Api::Module | The Module class |
| MultiElementType | Basis for all tokens that run along several elements |
| MultilineElement | Any number of lines |
| NameSequence | The sequence thats a name |
| NameType | A recognized name |
| NumberType | A range of elements that make up a number |
| OasisCreationStrategy | The strategy to be used for OASIS OpenDocument / MathML |
| Kross::Api::Object | The common Object class all other object-classes are inheritated from |
| OrdinaryCreationStrategy | The ordinary strategy to be used for plain kformula |
| OverlineElement | A line above the content |
| PlainCommand | Base for all kformula commands |
| KoProperty::PointCustomProperty | Custom property implementation for QPoint type |
| KOffice::PriorityQueue< T > | This PriorityQueue class is implemented as "upside down" heap, i.e |
| KoProperty::Property | The base class representing a single property |
| KoProperty::Property::ListData | |
| Kross::Api::ProxyFunction< INSTANCE, METHOD, RETURNOBJ, ARG1OBJ, ARG2OBJ, ARG3OBJ, ARG4OBJ > | The ProxyFunction template-class is used to publish any C/C++ method (not only slots) of a struct or class instance as a a Function to Kross |
| Kross::Api::ProxyFunction< INSTANCE, METHOD, RETURNOBJ > | Template-specialization of the ProxyFunction above with no arguments |
| Kross::Api::ProxyFunction< INSTANCE, METHOD, RETURNOBJ, ARG1OBJ > | Template-specialization of the ProxyFunction above with one argument |
| Kross::Api::ProxyFunction< INSTANCE, METHOD, RETURNOBJ, ARG1OBJ, ARG2OBJ > | Template-specialization of the ProxyFunction above with two arguments |
| Kross::Api::ProxyFunction< INSTANCE, METHOD, RETURNOBJ, ARG1OBJ, ARG2OBJ, ARG3OBJ > | Template-specialization of the ProxyFunction above with three arguments |
| Kross::Python::PythonExtension | The PythonExtension is a wrapper-object to let C++ and Python interact together |
| Kross::Python::PythonInterpreter | Python interpreter bridge |
| Kross::Python::PythonModule | The PythonModule is the __main__ python environment used as global object namespace |
| Kross::Python::PythonObject | Used for Instances of Python Classes by the PythonExtension class |
| Kross::Python::PythonScript | Handle python scripts |
| Kross::Python::PythonSecurity | This class handles the used Zope3 RestrictedPython package to spend a restricted sandbox for scripting code |
| Kross::Api::QtObject | Class to wrap QObject or inherited instances |
| QWinMetaFile | QWinMetaFile is a WMF viewer based on QT toolkit How to use QWinMetaFile : |
| KoProperty::RectCustomProperty | Custom property implementation for QRect type |
| RootElement | A nice graphical root |
| Kross::Ruby::RubyExtension | This class wraps a Kross::Api::Object into the world of ruby |
| Kross::Ruby::RubyInterpreter | This class is the bridget between Kross and Ruby |
| Kross::Ruby::RubyModule | A ruby module |
| Kross::Ruby::RubyScript | Handle ruby scripts |
| Kross::Api::Script | Base class for interpreter dependend functionality each script provides |
| Kross::Api::ScriptAction | A ScriptAction extends a KAction by providing a wrapper around a ScriptContainer to execute scripting code on activation |
| Kross::Api::ScriptActionCollection | A collection to store ScriptAction shared pointers |
| Kross::Api::ScriptContainer | Something like a single standalone scriptfile |
| Kross::Api::ScriptGUIClient | Abstract access to scripting code used to extend an applications functionality |
| SequenceElement | The element that contains a number of children |
| SequenceParser | The parser that gets the element list and returns a syntax tree |
| SequenceType | The token that belongs to a sequence |
| KoProperty::Set | Lists holding properties in groups |
| KoProperty::Set::Iterator | A class to iterate over a Set. It behaves like a QDictIterator. To use it: |
| SingleContentElement | The base of (all) elements that contain just one content element |
| SingleElementType | Basis for all tokens that consist of one element only |
| KoProperty::SizeCustomProperty | Custom property implementation for QSize type |
| KoProperty::SizePolicyCustomProperty | Custom property implementation for QSizePolicy type |
| SpaceElement | A element that represents a space |
| SVGPathParser | Parser for svg path data, contained in the d attribute |
| SymbolElement | A symbol is simply a piece of art |
| SymbolFontHelper | We expect to always have the symbol font |
| SymbolTable | The symbol table |
| TextElement | An element that represents one char |
| TextType | A text element that doesn't belong to an name |
| TokenStyleElement | This class handles mathematical style attributes common to token elements, as explained in MathML Spec, Section 3.2.2 |
| UnderlineElement | A line below the content |
| Kross::Api::Value< T, V > | Template class to represent values |
| Kross::Api::Variant | Variant value to wrap a QVariant into a Kross::Api::Value to enable primitive types like strings or numerics |
| KOffice::Vertex | An internal class representing a mime type (=node, vertex) in the filter graph |
| View | The view that shows the formula |
| Kross::Api::WdgScriptsManager | |
| KoProperty::Widget | The base class for all item editors used in Editor |
| KoProperty::WidgetProxy | |