MeVisLabToolboxReference
macx::View Class Reference

View system related functions. More...

#include <macView.h>

List of all members.

Static Public Member Functions

static bool renderNSView (macxNSView *view, bool flush=true)
 Render the invalid portions of a NSView view immediately (view must be of type NSView*)
static bool renderHIView (macxHIViewRef view, bool flush=true)
 Render the invalid portions of a HIView view immediately (view must be of type HIViewRef)

Detailed Description

View system related functions.

Definition at line 21 of file macView.h.


Member Function Documentation

static bool macx::View::renderHIView ( macxHIViewRef  view,
bool  flush = true 
) [static]

Render the invalid portions of a HIView view immediately (view must be of type HIViewRef)

If flush is 'true' the functions waits for display refresh to occur

static bool macx::View::renderNSView ( macxNSView *  view,
bool  flush = true 
) [static]

Render the invalid portions of a NSView view immediately (view must be of type NSView*)

If flush is 'true' the functions waits for display refresh to occur


The documentation for this class was generated from the following file: