FrameIndex | Identifies a frame |
FrameMovePolicy | A policy that handles frame moves of any number of frames |
FramePolicy | This base class is an interface for Policies used in the KWFrameView |
FrameResizePolicy | A policy that handles resizes of any number of frames |
FrameSelectPolicy | A policy to select frames |
ImageFramePolicy | A policy for Image (aka Picture) Frames |
InteractionPolicy | Interaction policy defines the behavior in case the user clicks or drags the mouse |
KWAnchor | An anchor is a special character, or 'custom item' |
KWAnchorPosition | Definition of an anchor's position:
- A text frameset
- A paragraph in this frameset
- An index in the paragraph
|
KWCanvas | Class: KWCanvas This class is responsible for the rendering of the frames to the screen as well as the interaction with the user via mouse and keyboard |
KWChangeStartingPageCommand | Command to starting page setting |
KWChangeVariableSettingsCommand | Command to display link setting |
KWCreateFrameCommand | Command created when creating a frame |
KWCreateTableCommand | Command created when creating a table |
KWDeleteFrameCommand | Command created when deleting a frame |
KWDeleteTableCommand | Command created when deleting a table |
KWFindReplace | This class implements the 'find' functionality ( the "search next, prompt" loop ) and the 'replace' functionality |
KWFootNoteVariable | The variable showing the footnote number in superscript, in the text |
KWFourSideConfigWidget | A widget showing unitwidgets for 4 doubles (for left/right/top/bottom values) and a checkbox to synchronize changes to all values |
KWFrame | This class represents a single frame |
KWFrameBackGroundColorCommand | Command created when changing background color of one or more frames |
KWFrameBorderCommand | Command created when changing frame border |
KWFrameChangePictureCommand | Command created when we changed a clipart or picture |
KWFrameList | This class calculates and caches a list of frames that are on top or below the KWFrame instance this class is created for |
KWFrameMoveCommand | Command created when one or more frames are moved |
KWFramePartExternalCommand | Command created when a part with an external document is changed to be stored internal |
KWFramePartInternalCommand | Command created when a part with an external document is changed to be stored internal |
KWFramePartMoveCommand | Command created when one part is moved or resized |
KWFramePropertiesCommand | Command created when the properties of a frame are changed (e.g |
KWFrameResizeCommand | Command created when a frame is resized (or "moved and resized" as for KWPartFrameSet) |
KWFrameSet | Class: KWFrameSet Base type, a frameset holds content as well as frames to show that content |
KWFrameSetEdit | This object is created to edit a particular frameset in a particular view The view's canvas creates it, and destroys it |
KWFrameSetInlineCommand | This command makes a frameset floating and non-floating |
KWFrameStyle | The user-visible style for frames (borders and background) |
KWFrameStyleCollection | Collection of frame styles |
KWFrameStyleCommand | Command created when applying a framestyle |
KWFrameView | Instance of a KWFrameView represents the view in the MVC model of a frame; there can be multiple KWFrameView objects per frame |
KWFrameViewManager | Class that knows about all the (visible) frames in the document and will act as a manager between the GUI code and the data objects to couple any GUI action to the right frame |
KWInsertColumnCommand | Command created when inserting a column |
KWInsertRowCommand | Command created when inserting a row |
KWJoinCellCommand | Command created when joining cells |
KWLoadingInfo | Temporary information used only during loading |
KWLoadingInfo::BookMark | Bookmarks (kword-1.3 XML: they need all framesets to be loaded first) |
KWLoadingInfo::BookmarkStart | Bookmarks (OASIS XML). Only need to store bookmark starts, until hitting bookmark ends |
KWMailMergeVariable | Mail Merge variable |
KWOasisPasteCommand | Command created when pasting oasis-formatted text |
KWOasisSaver | This is used to save a bunch of paragraphs into a oasis store in memory, as some features do (e.g |
KWOrderedFrameSet | Provides a way to sort framesets using a QValueList based on their top left corner |
KWordMailMergeDatabaseIface | DCOP interface for the MailMergeDataBase class |
KWPage | This class represents a printed page of the document |
KWPageLayoutCommand | Command created when changing the page layout |
KWPageManager | The Page Manager manages all the pages a document contains and separates all the frames the document contains into actual printed pages |
KWPartFrameSet | A frameset that contains an embedded object (a KWDocumentChild) |
KWPgNumVariable | "current page number" and "number of pages" variables |
KWRemoveColumnCommand | Command created when removing a column |
KWRemoveRowCommand | Command created when removing a row |
KWResizeTableDia | A dialog that can be used to resize columns of a table using numeric input |
KWSplitCellCommand | Command created when splitting a cell |
KWStartupWidget | The 'Custom Document' widget in the KWord startup widget |
KWStatisticsDialog | A class that calculates and show the statistics for a certain KWDocument |
KWTableFrameSet | This class implements tables by acting as the manager for the frame(set)s which make up the table cells |
KWTableFrameSet::Cell | Table cell |
KWTableFrameSet::MarkedIterator | This iterator does not look at the Cell instance variables during traversal, (except m_marker), so they can be safely changed during the traversal |
KWTableFrameSet::Row | Represents a row, for direct access to cells with m_rowArray[row][column] |
KWTableFrameSet::TableIterator< VisitStyle > | All the TableIterator templates are the same, except for the pre-increment operator (operator++) |
KWTableFrameSetEdit | The object created to edit this table |
KWTableStyle | Table style (can created/modified/deleted by the user) A table style is simply a paragraph style and a frame style, both of which are applied to a cell |
KWTableStyleCollection | Collection of user-defined table styles |
KWTableStyleCommand | Command created when applying a tablestyle |
KWTableTemplateCommand | Command created when applying a tabletemplate |
KWTextDocument | This is our KoTextDocument reimplementation, to create KWTextParag instead of KoTextParags, and to relate it to the text frameset it's in |
KWTextFrameSet | Class: KWTextFrameSet Contains text (KoTextObject) and frames to display that text |
KWTextFrameSetEdit | Object that is created to edit a Text frame set (KWTextFrameSet) |
KWTextImage | This class is used by "Insert Picture", i.e |
KWTextParag | This class extends KoTextParag for KWord-specific formatting stuff, custom items, loading and saving |
KWUngroupTableCommand | Command created when ungrouping a table |
KWViewMode | Abstract base class for KWCanvas's view modes |
KWViewModeEmbedded | The 'embedded' view mode (usually a single page, no selections) |
KWViewModeNormal | The 'normal' view mode (pages below one another) |
KWViewModePreview | A mode for previewing the overall document Pages are organized in a grid (mostly useful when zooming out a lot) |
KWViewModePrint | The view mode used when printing (pages under one another, no selections) |
KWViewModeText | The 'edit only one text frameset' view mode |
PartFramePolicy | A policy for Part Frames |
RemovedRow | RemovedRow and RemovedColumn implement the Memento design pattern |
TableFramePolicy | A policy for Table Frames |
TextFramePolicy | A policy for Text Frames |
ZOrderedFrameList | Small utility class representing a sortable (by z-order) list of frames you can use sort() and inSort(item) |