Main Page | Directories | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members | Related Pages

vtkCocoaWindow Class Reference

#import <vtkCocoaWindow.h>

Collaboration diagram for vtkCocoaWindow:

Collaboration graph
[legend]
List of all members.

Detailed Description

Access Cocoa NSWindow context.

This class only takes care of allocating an NSWindow. Manage also an internal pointer to a vtkCocoaGLView. This class uses Objective-C++

See also:
vtkCocoaGLView vtkCocoaRenderWindow
Created by:
  • Starreveld, Yves
CVS contributions (if > 5%):
  • Malaterre, Mathieu (55%)
  • Starreveld, Yves (43%)
CVS logs (CVSweb):
  • .h (/Rendering/vtkCocoaWindow.h)
  • .mm (/Rendering/vtkCocoaWindow.mm)

Definition at line 41 of file vtkCocoaWindow.h.

Public Member Functions

(vtkCocoaGLView *) getvtkCocoaGLView
(void) setvtkCocoaGLView:
(void *) getVTKRenderWindow
(void) setVTKRenderWindow:
(void *) getVTKRenderWindowInteractor
(void) setVTKRenderWindowInteractor:
(void) makeCurrentContext
(NSSize) windowWillResize:toSize:
(BOOL) windowShouldZoom:toFrame:
(void) close


Member Function Documentation

- (vtkCocoaGLView *) getvtkCocoaGLView  
 

- (void) setvtkCocoaGLView: (id)  vtkCocoaGLView  
 

- (void *) getVTKRenderWindow  
 

- (void) setVTKRenderWindow: (void *)  theVTKRenderWindow  
 

- (void *) getVTKRenderWindowInteractor  
 

- (void) setVTKRenderWindowInteractor: (void *)  theVTKRenderWindowInteractor  
 

- (void) makeCurrentContext  
 

- (NSSize) windowWillResize: (NSWindow *)  sender
toSize: (NSSize)  proposedFrameSize
 
 

- (BOOL) windowShouldZoom: (NSWindow *)  sender
toFrame: (NSRect)  newFrame
 
 

- (void) close  
 


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