LOverlappingView is a PowerPlant class that allows you to create a container (superview) for another view. LOverlappingView is a View which draws properly when sibling views (views within the same superview) overlap its Frame.
Methods :
The methods in this class are:
Data Members:
There are no data members in this class.
Operation:
Use LOverlappingView as a container (superview) for another view.
Source files:
Ancestors :
Purpose:
The constructor creates the object.
Access:
Prototype:
LOverlappingView();
LOverlappingView( LStream *inStream );Parameters:
These constructors have the following parameter:
Purpose:
The destructor destroys the object.
Access:
Prototype:
virtual ~LOverlappingView();
Purpose:
Set up coordinates system and clipping region. An LOverlappingView sets the clipping region to the revealed portion of its Frame minus the Frames of any sibling Views that are in front of it. This method is an override of FocusDraw() in LPane.