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

 

LCommanderPane



Overview:

LCommanderPane is a PowerPlant class is used for creating Attachments to facilitate drawing, printing, clicking, and command handling.

Methods :

The methods in this class are:

 

LCommanderPane()  
~LCommanderPane()  

Data Members:

There are no data members in this class.

 

Operation:

This object is a subclass of LCommander and LPane. An object of this class does nothing by itself, but becomes powerful when combined with Attachments which control all drawing, printing, clicking, and command handling.

Source files:

(Utility Classes)

UAttachments.h

UAttachments.cp

See also:

LAttachment

LCommander

LPane

LCommanderPane()

Purpose:

The constructors create the object using the passed-in parameters.

Access:

Public

Prototype:

LCommanderPane( SPaneInfo &inPaneInfo,
LCommander *inSuper );

LCommanderPane( LStream *inStream );
Parameters:

The parameters for these constructors are:

 

SPaneInfo&  
inPaneInfo  
A reference to the Pane that works in conjunction with LCommanderPane.  
LCommander*  
inSuper  
A pointer to the SuperView that works in conjunction with LCommanderPane.  
LStream*  
inStream  
A pointer to a stream object that contains the information to create the LCommanderPane object.  

~LCommanderPane()

Purpose:

The destructor destroys the object.

Access:

Virtual, Public

Prototype:

virtual ~LCommanderPane();

 


[ 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