rwlogo
Rogue Wave Views 5.6

Rogue Wave Views
Application Framework Package API Reference Guide

Product Documentation:

Rogue Wave Views
Documentation Home

IlvDvGrapherDocument Class Reference

Application Framework grapher document class. More...

#include <ilviews/appframe/grapher/graphdoc.h>

Inheritance diagram for IlvDvGrapherDocument:
IlvDvManagerDocument IlvDvDocument IlvDvSerializable IlvDvInterface

List of all members.

Public Member Functions

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

Detailed Description

Application Framework grapher document class.

Library: ilvappgrapher

IlvDvGrapherDocument is a subclass of IlvDvManagerDocument The document data is a grapher object that is loaded and saved using standard IlvGrapher serialization methods read and save.


Member Function Documentation

IlvGrapher* IlvDvGrapherDocument::getGrapher (  )  const

Returns the grapher of the document.

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

Creates a new empty grapher.

Accelerators Ctrl+C, Ctrl+V, and Ctrl+X are automatically added to the grapher to generate actions Copy, Paste, and Cut respectively.

Returns:
IlFalse if the initialization of the grapher failed.

Reimplemented from IlvDvManagerDocument.

 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.