Caution: This version of this document is no longer maintained. For the latest documentation, see http://www.qnx.com/developers/docs.

PtSuperClassCalcOpaque()

Call the Calc Opaque Rect method of specified superclass

Synopsis:

void PtSuperClassCalcOpaque( 
         PtWidgetClassRef_t *cref,
         PtWidget_t *widget );

Arguments:

cref
The superclass whose method you want to call.
widget
A pointer to the widget for which to call the superclass's method.

Description:

This function calls the Calc Opaque Rect method of the specified superclass. Typically, this function calculates the rectangle representing the portion of the widget that isn't transparent and sets or clears the widget's Pt_OPAQUE flag.

The opaque rectangle for a widget is usually its canvas rectangle or the canvas rectangle derived from its PtBasic-class level.

Classification:

Photon

Safety:
Interrupt handler No
Signal handler No
Thread No