OpenClonk
C4WindowController Class Reference

#import <C4WindowController.h>

Inheritance diagram for C4WindowController:
[legend]
Collaboration diagram for C4WindowController:
[legend]

Instance Methods

(C4Viewport *) - viewport
 
(void) - setFullscreen:
 
(BOOL) - isFullScreen
 
(BOOL) - isFullScreenConsideringLionFullScreen
 
(void) - setContentSize:
 
(IBAction) - scroll:
 

Protected Attributes

NSWindow * fullscreenWindow
 
NSSize preferredContentSize
 

Properties

C4WindowstdWindow
 
C4OpenGLView * openGLView
 
NSScrollView * scrollView
 
BOOL isLiveResizing
 

Detailed Description

Definition at line 28 of file C4WindowController.h.

Method Documentation

◆ isFullScreen

- (BOOL) isFullScreen

◆ isFullScreenConsideringLionFullScreen

- (BOOL) isFullScreenConsideringLionFullScreen

◆ scroll:

- (IBAction) scroll: (id)  sender

◆ setContentSize:

- (void) setContentSize: (NSSize)  size

◆ setFullscreen:

- (void) setFullscreen: (BOOL)  fullscreen

◆ viewport

- (C4Viewport*) viewport

Member Data Documentation

◆ fullscreenWindow

- (NSWindow*) fullscreenWindow
protected

Definition at line 29 of file C4WindowController.h.

◆ preferredContentSize

- (NSSize) preferredContentSize
protected

Definition at line 30 of file C4WindowController.h.

Property Documentation

◆ isLiveResizing

- (BOOL) isLiveResizing
readatomicassign

Definition at line 43 of file C4WindowController.h.

◆ openGLView

- (C4OpenGLView*) openGLView
readwriteatomicweak

Definition at line 41 of file C4WindowController.h.

◆ scrollView

- (NSScrollView*) scrollView
readwriteatomicweak

Definition at line 42 of file C4WindowController.h.

◆ stdWindow

- (C4Window*) stdWindow
readwriteatomicassign

Definition at line 40 of file C4WindowController.h.


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