[ First ]  [ Previous ]  [ Next ]  [ Last ]  [ Manuals ]

 

LOverlappingView



Overview:

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:

 

LOverlappingView()  
~LOverlappingView()  
FocusDraw()  
 

Data Members:

There are no data members in this class.

Operation:

Use LOverlappingView as a container (superview) for another view.

Source files:

(Pane Classes)

LOverlappingView.h

LOverlappingView.cp

Ancestors :

LAttachable

LPane

LView

LOverlappingView()

Purpose:

The constructor creates the object.

Access:

Public

Prototype:

LOverlappingView();

LOverlappingView( LStream *inStream );
Parameters:

These constructors have the following parameter:

 

LStream*  
inStream  
The stream to read from.  

~LOverlappingView()

Purpose:

The destructor destroys the object.

Access:

Virtual, Public

Prototype:

virtual ~LOverlappingView();

FocusDraw()

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.

 


[ First ]  [ Previous ]  [ Next ]  [ Last ]  [ Manuals ]

Visit the Metrowerks website at: http://www.metrowerks.com
For assistance contact Metrowerks Technical Support at: cw_support@metrowerks.com
Copyright © 2000, Metrowerks Corp. All rights reserved.

Last updated: July 21, 2000