rwlogo
Rogue Wave Views 5.6

Rogue Wave Views
Gadgets Package API Reference Guide

Product Documentation:

Rogue Wave Views
Documentation Home

IlvDockingHandlePane Class Reference

Class that represents a pane handle. More...

#include <ilviews/gadgets/dockpane.h>

Inheritance diagram for IlvDockingHandlePane:
IlvGraphicPane IlvPane

List of all members.

Public Member Functions

virtual void moveResize (const IlvRect &)
 Moves and resizes the pane.

Static Public Member Functions

static void UseDefaultHandlePanes (IlBoolean smallSize)
 Uses Views 4.0 pane handles.
static void UseTitledHandlePanes (IlBoolean smallSize)
 Uses pane handles showing the pane title.

Detailed Description

Class that represents a pane handle.

Library: ilvadvgdt

Instances of the class IlvDockingHandlePane are created when calling IlvDockableContainer::addDockingPane.

See also:
IlvDockableContainer, IlvPane.

Member Function Documentation

virtual void IlvDockingHandlePane::moveResize ( const IlvRect rect  )  [virtual]

Moves and resizes the pane.

Parameters:
rect The new size and position of the pane.
See also:
boundingBox.

Reimplemented from IlvGraphicPane.

static void IlvDockingHandlePane::UseDefaultHandlePanes ( IlBoolean  smallSize  )  [static]

Uses Views 4.0 pane handles.

After calling this method, the pane handles created by calling IlvDockableContainer::addDockingPane will show relief bars and two buttons: the expand/contract button and the hide button.

Parameters:
smallSize A Boolean value indicating whether this setting may be applied to small handles (for toolbars) or to other handles.
static void IlvDockingHandlePane::UseTitledHandlePanes ( IlBoolean  smallSize  )  [static]

Uses pane handles showing the pane title.

After calling this method, the pane handles created by calling IlvDockableContainer::addDockingPane will show the title of the corresponding dockable pane.

Parameters:
smallSize A Boolean value indicating whether this setting may be applied to small handles (for toolbars) or to other handles.
 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.