rwlogo
Rogue Wave Views 5.6

Rogue Wave Views
Studio Package API Reference Guide

Product Documentation:

Rogue Wave Views
Documentation Home

IlvStGadgetBuffer Class Reference

Buffer class. More...

#include <ivstudio/gadgets/gadbuf.h>

Inheritance diagram for IlvStGadgetBuffer:
IlvStBuffer

List of all members.

Public Member Functions

 IlvStGadgetBuffer (IlvStudio *editor, const char *name, IlvManager *mgr=0)
 Initializes an instance of IlvStGadgetBuffer.
virtual void setUpPanelClass (IlvStPanelClass *) const
 Sets the C++ code information generation.

Detailed Description

Buffer class.

Library: ivstudio

A buffer is a document that is edited in Rogue Wave Views Studio. It uses an IlvManager to display, edit, save and read its contents. If you need to subclass the manager to save more information concerning your objects, for example, you have to subclass a corresponding buffer. The IlvStGadgetBuffer class is defined to encapsulate the IlvGadgetManager.

See also:
IlvStudio, IlvStBuffers.

Constructor & Destructor Documentation

IlvStGadgetBuffer::IlvStGadgetBuffer ( IlvStudio editor,
const char *  name,
IlvManager *  mgr = 0 
)

Initializes an instance of IlvStGadgetBuffer.

Parameters:
editor The Rogue Wave Views Studio editor.
name The buffer name.
mgr The manager.

Member Function Documentation

virtual void IlvStGadgetBuffer::setUpPanelClass ( IlvStPanelClass pl  )  const [virtual]

Sets the C++ code information generation.

Parameters:
pl Contains the C++ code information.

Reimplemented from IlvStBuffer.

 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.