ACF $AcfVersion:0$
Namespaces | Classes
Document-based Framework

Framework for document-based applications (MDI, SDI) More...

Namespaces

namespace  idoc
 Contains the system independent basic implementations of Document/View design pattern.
 
namespace  iqtdoc
 This package contains Qt implementations related to Document/View concept.
 

Classes

class  idoc::CSerializedUndoManagerComp
 Implements multi-level UNDO mechanism based on storing complete object state at each step using serialization. More...
 
class  idoc::CSingleDocumentTemplateComp
 Document template component supporting only one type of the provided document. More...
 
class  idoc::CStandardDocumentMetaInfo
 Implementation of the basic document's meta information. More...
 
class  idoc::CTextDocumentComp
 Simple implementation of a text document model. More...
 
class  idoc::CTextFileLoaderComp
 Persistence component for files containing plain text. More...
 
class  idoc::IDocumentManager
 Provide set of user actions needed to manage documents in MVC (Model View Controller) concept. More...
 
class  idoc::IDocumentMetaInfo
 Interface for document meta-information. More...
 
class  idoc::IDocumentStateComparator
 Allows to store some document state used as reference for comparison. More...
 
class  idoc::IDocumentTemplate
 Common interface for a document template. More...
 
class  idoc::IDocumentTypesInfo
 Provide information about different document types. More...
 
class  idoc::IHelpFileProvider
 Allow to show help document to specified object or text. More...
 
class  idoc::IHelpInfoProvider
 Allow to show help document to specified object or text. More...
 
class  idoc::IHelpViewer
 Allow to show help document to specified object or text. More...
 
class  idoc::IMultiPageDocument
 Simple interface for a structured document. More...
 
class  idoc::IMultiPageDocumentProvider
 Common interface for a provider of a multi-page document. More...
 
class  idoc::ITextDocument
 Simple interface for a text document. More...
 
class  idoc::IUndoManager
 Interface providing UNDO/REDO functionality. More...
 
class  iqtdoc::CHtmlHelpGuiComp
 HTML-based help viewer component. More...
 
class  iqtdoc::CMainWindowGuiComp
 Standard main window component for any document-based application. More...
 
class  iqtdoc::CMultiDocumentWorkspaceGuiComp
 This class is a Qt-based workspace implementation of a multi-document manager. More...
 
class  iqtdoc::CSingleDocumentWorkspaceGuiComp
 Qt-based workspace implementation of a single document manager. More...
 

Detailed Description

Framework for document-based applications (MDI, SDI)