OWLNext 7.0
Borland's Object Windows Library for the modern age
|
TDockingSlip is an abstract base class for windows which accepts and holds dockable windows. More...
#include <owl/docking.h>
Public Member Functions | |
virtual void | DockableInsert (TDockable &dockable, const TPoint *topLeft=0, TRelPosition position=rpNone, TDockable *relDockable=0)=0 |
Inserts the dockable into the slip, based on arguments given. | |
virtual void | DockableMove (TDockable &dockable, const TPoint *topLeft=0, TRelPosition position=rpNone, TDockable *relDockable=0)=0 |
virtual void | DockableRemoved (const TRect &orgRect)=0 |
virtual TAbsLocation | GetLocation () const =0 |
void | SetHarbor (THarbor *harbor) |
Set the back pointer to the harbor. | |
THarbor * | GetHarbor () const |
Retrieve the associated harbor. | |
Protected Attributes | |
THarbor * | Harbor |
TDockingSlip is an abstract base class for windows which accepts and holds dockable windows.
|
pure virtual |
Inserts the dockable into the slip, based on arguments given.
Implemented in owl::TFloatingSlip, and owl::TEdgeSlip.
|
pure virtual |
Implemented in owl::TFloatingSlip, and owl::TEdgeSlip.
Implemented in owl::TFloatingSlip, and owl::TEdgeSlip.
|
inline |
|
pure virtual |
Implemented in owl::TFloatingSlip, and owl::TEdgeSlip.