rwlogo
Rogue Wave Views 5.6

Rogue Wave Views
Application Framework Package API Reference Guide

Product Documentation:

Rogue Wave Views
Documentation Home

IlvDvManagerDocument Class Reference

Application Framework manager document class. More...

#include <ilviews/appframe/manager/managdoc.h>

Inheritance diagram for IlvDvManagerDocument:
IlvDvDocument IlvDvSerializable IlvDvInterface IlvDvGrapherDocument

List of all members.

Public Member Functions

virtual void clean ()
 Deletes the manager of the document.
IlvManagergetManager () const
 Returns the manager of the document.
virtual IlBoolean initializeDocument (IlAny=0)
 Creates a new empty manager.
virtual void serialize (IlvDvStream &stream)
 Serializes the manager of the document into the stream given by the stream parameter.

Detailed Description

Application Framework manager document class.

Library: ilvappmgr

IlvDvManagerDocument is a subclass of IlvDvDocument The document data is a manager object that is loaded and saved using standard IlvManager serialization methods read and save.


Member Function Documentation

IlvManager* IlvDvManagerDocument::getManager (  )  const

Returns the manager of the document.

Returns:
The manager of the document.
virtual IlBoolean IlvDvManagerDocument::initializeDocument ( IlAny  = 0  )  [virtual]

Creates a new empty manager.

Creates a new empty manager. Accelerators Ctrl+C, Ctrl+V, and Ctrl+X are automatically added to the manager to generate actions Copy, Paste, and Cut respectively.

Returns:
IlFalse if the initialization of the manager failed.

Reimplemented from IlvDvDocument.

Reimplemented in IlvDvGrapherDocument.

 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

© Copyright 2012, Rogue Wave Software, Inc. All Rights Reserved.
Rogue Wave is a registered trademark of Rogue Wave Software, Inc. in the United States and other countries. All other trademarks are the property of their respective owners.