nw::lyt::PaneFlag Enumerated Type

Syntax

enum PaneFlag;

Value

Value Description
PANEFLAG_VISIBLE Flag indicating whether to display the pane.
PANEFLAG_INFLUENCEDALPHA Flag indicating whether the alpha of the parent pane influences child panes.
PANEFLAG_LOCATIONADJUST Flag indicating whether the pane is for the position adjustment process.
PANEFLAG_USERALLOCATED Flag indicating the pane was created by the user.
PANEFLAG_MTXCONDITION Indicates the condition of the local matrix (first bit).
PANEFLAG_MTXCONDITION_1 Indicates the condition of the local matrix (second bit).
PANEFLAG_USERMTX Value specified by the user for the SRT matrix (recalculation prohibited).
PANEFLAG_USERGLOBALMTX Value specified by the user for the global matrix (recalculation prohibited).
PANEFLAG_MAX The total number of bits used.
PANEFLAG_MTXCONDITION_LENGTH The number of bits of PANEFLAG_MTXCONDITION.

Description

Used when making pane display settings.

Revision History

2009/09/18
Initial version.
2010/04/09
Added PANEFLAG_MTXCONDITION and PANEFLAG_USERMTX.
2010/03/26
Added PANEFLAG_USERALLOCATED.

CONFIDENTIAL