Rogue Wave Views Gadgets Package API Reference Guide |
Rogue Wave Views Documentation Home |
Dockable utility class. More...
#include <ilviews/gadgets/dockutil.h>
Public Types |
Public Member Functions | |
IlvDockingPaneLocation (const char *paneName, const char *relativePaneName, IlvPosition relativePosition, int dockedState=Docked, IlBoolean visible=IlTrue, const IlvRect *horDockedRect=0, const IlvRect *verDockedRect=0, const IlvRect *unDockedRect=0) | |
Constructor. More... | |
int | getDockedState () const |
Returns the docked state of this location. More... | |
const IlvRect & | getPaneGeometry (int state) const |
Returns the geometry of the pane using the specified docked state. More... | |
const char * | getPaneName () const |
Returns the name of the pane this location refers to. More... | |
const char * | getRelativePaneName () const |
Returns the name of the pane this location is relative to. More... | |
IlvPosition | getRelativePosition () const |
Returns the position of this location relative to its relative pane. More... | |
IlBoolean | isVisible () const |
Returns the visible state of this location. More... | |
Dockable utility class.
Library: ilvadvgdt
The IlvDockablePaneLocation
class stores the location of a pane relative to another pane. It is used by the IlvDockingConfiguration
class.
IlvDockingPaneLocation::IlvDockingPaneLocation | ( | const char * | paneName, |
const char * | relativePaneName, | ||
IlvPosition | relativePosition, | ||
int | dockedState = Docked , |
||
IlBoolean | visible = IlTrue , |
||
const IlvRect * | horDockedRect = 0 , |
||
const IlvRect * | verDockedRect = 0 , |
||
const IlvRect * | unDockedRect = 0 |
||
) |
Constructor.
Initializes a new instance of the IlvDockingPaneLocation
class.
paneName | The name of the pane this location refers to. |
relativePaneName | The name of the pane this location is relative to. |
relativePosition | The position of the pane paneName relative to the pane relativePaneName. Valid values are: IlvLeft , IlvRight , IlvTop , IlvBottom . |
dockedState | The dockable state of the pane. Valid values are defined in the DockedState enumeration. |
visible | A Boolean value specifying whether the pane is visible or not. |
horDockedRect | A pointer to an IlvRect that represents the size of the pane when it is docked horizontally. |
verDockedRect | A pointer to an IlvRect that represents the size of the pane when it is docked vertically. |
unDockedRect | A pointer to an IlvRect that represents the size of the pane when it is undocked. |
int IlvDockingPaneLocation::getDockedState | ( | ) | const |
Returns the docked state of this location.
const IlvRect& IlvDockingPaneLocation::getPaneGeometry | ( | int | state | ) | const |
Returns the geometry of the pane using the specified docked state.
const char* IlvDockingPaneLocation::getPaneName | ( | ) | const |
Returns the name of the pane this location refers to.
const char* IlvDockingPaneLocation::getRelativePaneName | ( | ) | const |
Returns the name of the pane this location is relative to.
IlvPosition IlvDockingPaneLocation::getRelativePosition | ( | ) | const |
Returns the position of this location relative to its relative pane.
IlBoolean IlvDockingPaneLocation::isVisible | ( | ) | const |
Returns the visible state of this location.
© Copyright 2016, 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.