Views
Studio Package API Reference Guide
Product Documentation:
Views Documentation Home
List of all members | Public Member Functions
IlvStShowPanel Class Reference

Command class. More...

#include <ivstudio/panel.h>

Inheritance diagram for IlvStShowPanel:
IlvStCommand

Public Member Functions

 IlvStShowPanel (IlvStPanelHandler *panel)
 Initializes an instance of IlvStPanelHandler. More...
 
virtual IlvStErrordoIt (IlvStudio *, IlAny)
 Executes the command. More...
 

Detailed Description

Command class.

Library: ivstudio

This class is used to define the code of a Rogue Wave Views Studio command which is used to display a panel on the screen.

See also
IlvStudio,IlvStCommand,IlvStPanelHandler.

Constructor & Destructor Documentation

◆ IlvStShowPanel()

IlvStShowPanel::IlvStShowPanel ( IlvStPanelHandler panel)

Initializes an instance of IlvStPanelHandler.

Parameters
panelHandle to the graphic panel.

Member Function Documentation

◆ doIt()

virtual IlvStError* IlvStShowPanel::doIt ( IlvStudio editor,
IlAny  arg 
)
virtual

Executes the command.

Parameters
editorThe editor which calls the command.
argInternal use.
Returns
null if successful, otherwise returns an instance of IlvStError.

Implements IlvStCommand.