nw::lyt::Drawer::Draw Member Function

Syntax

void Draw(
     const Layout * pLayout,
     DrawInfo & drawInfo
);
void Draw(
     const Pane * pPane,
     DrawInfo & drawInfo
);

List of Overloaded Member Functions

Draw ( const Layout *, DrawInfo & ) Draws the layout.
Draw ( const Pane *, DrawInfo & ) Draws a pane.

Description of Draw ( const Layout *, DrawInfo & )

Draw() can be executed multiple times between DrawBegin() and DrawEnd().

When this function is executed, integrity of the DMPGL state is lost. Be sure to call Call nngxUpdateState() when using GL functions subsequently.

Description of Draw ( const Pane *, DrawInfo & )

Draws the specified pane and any child panes.

Draw() can be executed multiple times between DrawBegin() and DrawEnd().

When this function is executed, integrity of the DMPGL state is lost. Be sure to call Call nngxUpdateState() when using GL functions subsequently.


CONFIDENTIAL