Rogue Wave Views Studio Package API Reference Guide |
Rogue Wave Views Documentation Home |
Buffer class. More...
#include <ivstudio/gadgets/gadbuf.h>
Public Member Functions | |
IlvStGadgetBuffer (IlvStudio *editor, const char *name, IlvManager *mgr=0) | |
Initializes an instance of IlvStGadgetBuffer . More... | |
virtual void | setUpPanelClass (IlvStPanelClass *) const |
Sets the C++ code information generation. More... | |
Public Member Functions inherited from IlvStBuffer | |
IlvStBuffer (IlvStudio *editor, const char *name, IlvManager *mgr=0) | |
Constructor. More... | |
IlvManager * | getManager () const |
Returns the manager. More... | |
void | newName (const char *name) |
Sets the buffer name. More... | |
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
.
IlvStudio
, IlvStBuffers
. IlvStGadgetBuffer::IlvStGadgetBuffer | ( | IlvStudio * | editor, |
const char * | name, | ||
IlvManager * | mgr = 0 |
||
) |
Initializes an instance of IlvStGadgetBuffer
.
editor | The Rogue Wave Views Studio editor. |
name | The buffer name. |
mgr | The manager. |
|
virtual |
Sets the C++ code information generation.
pl | Contains the C++ code information. |
Reimplemented from IlvStBuffer.
© Copyright 2016, 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.