rwlogo

Rogue Wave Views
Manager Package API Reference Guide

Product Documentation:

Rogue Wave Views
Documentation Home

List of all members | Public Member Functions
IlvSCManagerRectangle Class Reference

View rectangle class. More...

#include <ilviews/gadmgr/rectscmg.h>

Inheritance diagram for IlvSCManagerRectangle:
IlvManagerRectangle IlvViewRectangle IlvFilledRectangle IlvRectangle IlvSimpleGraphic IlvGraphic

Public Member Functions

 IlvSCManagerRectangle (IlvDisplay *display, const IlvRect &rect, IlvPalette *palette=0)
 Constructor. More...
 
virtual void computeContentsBBox (IlvRect &bbox) const
 Computes the bounding box of the manager contents. More...
 
IlvScrollBar * getHorizontalScrollBar () const
 Retrieves the horizontal scroll bar. More...
 
IlvScrollBar * getVerticalScrollBar () const
 Retrieves the vertical scroll bar. More...
 
void hideScrollBar (IlvOrientation which)
 Hides a scroll bar. More...
 
void moveScrollBar (IlvOrientation which, IlvPosition where)
 Moves a scroll bar. More...
 
virtual void setManager (IlvManager *mgr, IlBoolean owner=IlTrue)
 Sets the manager. More...
 
void showScrollBar (IlvOrientation which)
 Shows a scroll bar. More...
 
IlvPosition whereIsScrollBar (IlvOrientation whichSB) const
 Returns the location of the specified scroll bar. More...
 
- Public Member Functions inherited from IlvManagerRectangle
 IlvManagerRectangle (IlvDisplay *display, const IlvRect &rect, IlvPalette *palette=0)
 Constructor. More...
 
const char * getFilename () const
 Returns the file name associated with the manager. More...
 
IlvManagergetManager () const
 Returns the manager used by the object. More...
 
IlBoolean isOwner () const
 Indicates whether the manager is owned by the manager rectangle. More...
 
void setFilename (const char *name, IlBoolean redraw=IlFalse)
 Reads a file and associates the file name to the manager. More...
 

Detailed Description

View rectangle class.

Library: ilvgadmgr

The IlvSCManagerRectangle class is a version of IlvManagerRectangle that can scroll. The user can choose whether the scroll bars are visible or not.

The default interactor name for this object is "SCManager".

See Also
IlvSCManagerInteractor

Constructor & Destructor Documentation

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

Constructor.

Initializes a new instance of the IlvMSCanagerRectangle class.

Parameters
displaySpecifies the display.
rectSpecifies the size of the object.
paletteThe background color of the palette is used as the window background color for the object view.

Member Function Documentation

virtual void IlvSCManagerRectangle::computeContentsBBox ( IlvRect bbox) const
virtual

Computes the bounding box of the manager contents.

This member function is called whenever the bounding box of the contents of this IlvSCManagerRectangle is modified. It occurs when the transformer of the manager view is changed, or when objects are added or removed from the manager.
This function is called by the internal manager view hook to compute the correct values to assign to the scroll bars so that they match the manager contents.

Parameters
bboxRectangle used to store the returned value.
IlvScrollBar* IlvSCManagerRectangle::getHorizontalScrollBar ( ) const

Retrieves the horizontal scroll bar.

Returns
A pointer to the horizontal scroll bar used by this object, or 0 if there is no horizontal scroll bar.
IlvScrollBar* IlvSCManagerRectangle::getVerticalScrollBar ( ) const

Retrieves the vertical scroll bar.

Returns
A pointer to the vertical scroll bar used by this object, or 0 if there is no vertical scroll bar.
void IlvSCManagerRectangle::hideScrollBar ( IlvOrientation  which)

Hides a scroll bar.

Parameters
whichIndicates which scroll bar should be hidden. This parameter can be either IlvHorizontal or IlvVertical.
See Also
IlvSCManagerRectangle::showScrollBar
void IlvSCManagerRectangle::moveScrollBar ( IlvOrientation  which,
IlvPosition  where 
)

Moves a scroll bar.

This member function lets you move the vertical scroll bar to the left or to the right of the object, or move the vertical scroll bar to the top or to the bottom of the graphic object.
The default is to have the vertical scroll bar on the left of the object, and the horizontal scroll bar located at the bottom of the object (except on the Bidi version of Rogue Wave Views, where the location of the vertical scroll bar depends on the layoutDirection of this object).

Parameters
whichIndicates which scroll bar should be moved. This parameter can be either IlvHorizontal or IlvVertical.
Returns
where The new location of the indicated scroll bar. If which is IlvVertical, valid values are IlvLeft and IlvRight. If which is IlvHorizontal, valid values are IlvTop and IlvBottom.
virtual void IlvSCManagerRectangle::setManager ( IlvManager manager,
IlBoolean  owner = IlTrue 
)
virtual

Sets the manager.

Sets the manager that manages the view stored by the object.

Parameters
managerThe manager to set.
ownerIf IlTrue, the manager is considered to be owned by the object and will be automatically deleted when the object is destroyed. If IlFalse, destroying the manager will be the responsibility of the user.

Reimplemented from IlvManagerRectangle.

void IlvSCManagerRectangle::showScrollBar ( IlvOrientation  which)

Shows a scroll bar.

Parameters
whichIndicates which scroll bar should be displayed. This parameter can be either IlvHorizontal or IlvVertical.
See Also
IlvSCManagerRectangle::hideScrollBar
IlvPosition IlvSCManagerRectangle::whereIsScrollBar ( IlvOrientation  whichSB) const

Returns the location of the specified scroll bar.

Parameters
whichThe direction of the scroll bar. Valid values are: IlvHorizontal and IlvVertical.
Returns
The location of the scroll bar specified by direction.
See Also
IlvSCManagerRectangle::moveScrollBar

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