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
IlvDockingConfiguration Class Reference

Dockable utility class. More...

#include <ilviews/gadgets/dockutil.h>

Public Member Functions

 IlvDockingConfiguration ()
 Constructor. More...
 
void addLocation (const IlvDockingPaneLocation *loc)
 Adds the specified pane location to this configuration. More...
 
void clean ()
 Removes and deletes all the pane location of this configuration. More...
 
IlUInt getCardinal () const
 Returns the number of pane locations this configuration has. More...
 
const IlvDockingPaneLocationgetLocation (const char *name) const
 Returns the pane location whose name is specified. More...
 
const IlvDockingPaneLocationgetLocation (IlUInt index) const
 Returns the pane location whose index is specified. More...
 

Detailed Description

Dockable utility class.

Library: ilvadvgdt

The IlvDockingConfiguration class is a collection of IlvDockingPaneLocation objects. It is used by the IlvDockingConfigurationHandler class to switch from one docking configuration to another.

See Also
IlvDockableMainWindow, IlvDockingPaneLocation, IlvDockingConfigurationHandler.

Constructor & Destructor Documentation

IlvDockingConfiguration::IlvDockingConfiguration ( )

Constructor.

Initializes a new instance of the IlvDockingConfiguration class.

Member Function Documentation

void IlvDockingConfiguration::addLocation ( const IlvDockingPaneLocation loc)

Adds the specified pane location to this configuration.

Parameters
locThe pane location.
See Also
clean().
void IlvDockingConfiguration::clean ( )

Removes and deletes all the pane location of this configuration.

See Also
addLocation().
IlUInt IlvDockingConfiguration::getCardinal ( ) const

Returns the number of pane locations this configuration has.

Returns
The number of pane locations this configuration has.
const IlvDockingPaneLocation* IlvDockingConfiguration::getLocation ( const char *  name) const

Returns the pane location whose name is specified.

Parameters
nameThe name of the pane location.
Returns
The pane location whose name is name. Returns 0 if no pane location has the name name in this configuration.
const IlvDockingPaneLocation* IlvDockingConfiguration::getLocation ( IlUInt  index) const

Returns the pane location whose index is specified.

Parameters
indexThe index of the pane location.
Returns
The pane location of index index.

© 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.