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:
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:
See also:
Purpose:
The constructors create the object using the passed-in parameters.
Access:
Prototype:
LCommanderPane( SPaneInfo &inPaneInfo,
LCommander *inSuper );
LCommanderPane( LStream *inStream );Parameters:
The parameters for these constructors are:
Purpose:
The destructor destroys the object.
Access:
Prototype:
virtual ~LCommanderPane();