Vuo  0.5.0
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Instance Methods | Protected Attributes | List of all members
VuoWindowApplication Class Reference

Description

An application that runs its own event loop.

Instance Methods

(void) - replaceWindowMenu:
 Replaces the top-level menus in the menu bar, except for application-wide menus, with the given menus.
 

Protected Attributes

dispatch_source_t timer
 Process-wide libdispatch timer for processing events.
 
NSArray * windowMenuItems
 Top-level menus for the current main window.
 

Method Documentation

- (void) replaceWindowMenu: (NSArray *)  newMenuItems

Replaces the top-level menus in the menu bar, except for application-wide menus, with the given menus.

Member Data Documentation

- (dispatch_source_t) timer
protected

Process-wide libdispatch timer for processing events.

- (NSArray*) windowMenuItems
protected

Top-level menus for the current main window.


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