Vuo  2.1.1
Properties | List of all members
VuoGraphicsWindow() Category Reference

Description

Private VuoGraphicsWindow data.

Definition at line 59 of file VuoGraphicsWindow.m.

Properties

NSMenuItem * recordMenuItem
 The record/stop menu item. More...
 
id< NSWindowDelegate > privateDelegate
 Maintain our own reference-counted delegate (since NSWindow's delegate property is a weak reference). More...
 
bool constrainToScreen
 Allow compositions to programmatically make the window size greater than or equal to the screen. More...
 
NSScreen * shouldGoFullscreen
 If non-NULL, specifies the screen on which the window should go fullscreen after completing the previous exit-fullscreen transition. More...
 
bool leftMouseDown
 Whether the left mouse button is currently pressed (causing window resizing to be deferred). More...
 
id mouseMonitor
 Updates leftMouseDown. More...
 
NSSize pendingResize
 If nonzero, the size (in points) the window's content area should change to, once the window drag has concluded. More...
 

Property Documentation

◆ constrainToScreen

- (bool) constrainToScreen
readwriteatomic

Allow compositions to programmatically make the window size greater than or equal to the screen.

Definition at line 62 of file VuoGraphicsWindow.m.

◆ leftMouseDown

- (bool) leftMouseDown
readwriteatomic

Whether the left mouse button is currently pressed (causing window resizing to be deferred).

Definition at line 65 of file VuoGraphicsWindow.m.

◆ mouseMonitor

- (id) mouseMonitor
readwriteatomic

Updates leftMouseDown.

Definition at line 66 of file VuoGraphicsWindow.m.

◆ pendingResize

- (NSSize) pendingResize
readwriteatomic

If nonzero, the size (in points) the window's content area should change to, once the window drag has concluded.

Definition at line 67 of file VuoGraphicsWindow.m.

◆ privateDelegate

- (id<NSWindowDelegate>) privateDelegate
readwriteatomicretain

Maintain our own reference-counted delegate (since NSWindow's delegate property is a weak reference).

Definition at line 61 of file VuoGraphicsWindow.m.

◆ recordMenuItem

- (NSMenuItem*) recordMenuItem
readwriteatomicretain

The record/stop menu item.

Definition at line 60 of file VuoGraphicsWindow.m.

◆ shouldGoFullscreen

- (NSScreen*) shouldGoFullscreen
readwriteatomicretain

If non-NULL, specifies the screen on which the window should go fullscreen after completing the previous exit-fullscreen transition.

Definition at line 63 of file VuoGraphicsWindow.m.


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