rwlogo

Rogue Wave Views
Gadgets Package API Reference Guide

Product Documentation:

Rogue Wave Views
Documentation Home

 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros
List of all members | Public Member Functions
IlvSCViewRectangle Class Reference

View rectangle class. More...

#include <ilviews/gadgets/rectscvi.h>

Inheritance diagram for IlvSCViewRectangle:
IlvViewRectangle IlvFilledRectangle IlvRectangle IlvSimpleGraphic IlvGraphic

Public Member Functions

 IlvSCViewRectangle (IlvDisplay *display, const IlvRect &rect, IlvPalette *palette=0)
 Constructor. More...
 
IlvScrolledViewgetScrolledView () const
 Returns a pointer to the scrolled view encapsulated by the object. More...
 

Detailed Description

View rectangle class.

Library: ilvgadgt

The IlvSCViewRectangle class is a scrolled version of the IlvViewRectangle class. This class actually creates an IlvScrolledView object that contains the encapsulated view object.

See Also
IlvScrolledView

Constructor & Destructor Documentation

IlvSCViewRectangle::IlvSCViewRectangle ( IlvDisplay display,
const IlvRect rect,
IlvPalette palette = 0 
)

Constructor.

Initializes a new instance of the IlvSCViewRectangle class.

Parameters
displayThe connection to the display.
rectThe size and position of the object.
paletteThe object palette. The palette background color is set to the background color of the encapsulated gadget container.

Member Function Documentation

IlvScrolledView* IlvSCViewRectangle::getScrolledView ( ) const

Returns a pointer to the scrolled view encapsulated by the object.

Returns
A pointer to the scrolled view encapsulated by this object.
See Also
IlvViewRectangle::getView

© Copyright 2015, 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.