Oolite 1.91.0.7644-241112-7f5034b
Loading...
Searching...
No Matches
OOPrimaryWindow Class Reference

#include <OOPrimaryWindow.h>

+ Inheritance diagram for OOPrimaryWindow:
+ Collaboration diagram for OOPrimaryWindow:

Instance Methods

(void) - standardToggleFullScreen:
 
(void) - toggleFullScreen: [implementation]
 

Properties

IBOutlet id< OOPrimaryWindowDelegatefullScreenDelegate
 

Private Attributes

id< OOPrimaryWindowDelegate_fullScreenDelegate
 

Detailed Description

Definition at line 36 of file OOPrimaryWindow.h.

Method Documentation

◆ standardToggleFullScreen:

- (void) standardToggleFullScreen: (id) sender

Definition at line 1 of file OOPrimaryWindow.m.

45 :(id)sender
46{
47 [super toggleFullScreen:sender];
48}

◆ toggleFullScreen:

- (void) toggleFullScreen: (id) sender
implementation

Definition at line 1 of file OOPrimaryWindow.m.

51 :(id)sender
52{
53 id<OOPrimaryWindowDelegate> delegate = self.fullScreenDelegate;
54
55 if ([delegate respondsToSelector:@selector(toggleFullScreenCalledForWindow:withSender:)])
56 {
57 [delegate toggleFullScreenCalledForWindow:self withSender:sender];
58 }
59}

Member Data Documentation

◆ _fullScreenDelegate

- (id<OOPrimaryWindowDelegate>) _fullScreenDelegate
private

Definition at line 40 of file OOPrimaryWindow.h.

Property Documentation

◆ fullScreenDelegate

- (IBOutlet id<OOPrimaryWindowDelegate>) fullScreenDelegate
readwritenonatomicassign

Definition at line 44 of file OOPrimaryWindow.h.


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