rwlogo
Rogue Wave Views 5.6

Rogue Wave Views
Studio Package API Reference Guide

Product Documentation:

Rogue Wave Views
Documentation Home

IlvStPanelClass Class Reference

Description class. More...

#include <ivstudio/stdesc.h>

Inheritance diagram for IlvStPanelClass:
IlvStClassDescriptor IlvStDescriptiveObject IlvStPropertySet IlvStProperty

List of all members.

Public Member Functions

 IlvStPanelClass (const char *name=0)
 Initializes an instance of IlvStPanelClass.

Detailed Description

Description class.

Library: ivstudio

This class is an Rogue Wave Views Studio object that describes the C++ panel class you wish to generate for a buffer. It contains all information that Rogue Wave Views Studio requires to generate a subclass of IlvContainer using the data edited in your buffer.
An IlvStPanelClass object contains the class name, the base class, the base name of the file, the directories where the files are generated, and so on. Some of its properties are related to the type of the corresponding buffer, for example, the base class: a Gadget buffer (IlvStGadgetBuffer) is used to generate a subclass of IlvGadgetContainer, while a 2D buffer (IlvStBuffer) is used to generate a subclass of IlvContainer.

See also:
IlvStudio,IlvStBuffers.

Constructor & Destructor Documentation

IlvStPanelClass::IlvStPanelClass ( const char *  name = 0  ) 

Initializes an instance of IlvStPanelClass.

Parameters:
name The panel name.
 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.