#import <CocoaImplementation.h>
Public Member Functions | |
(BOOL) | - launched |
(int) | - numberOfOpenWindows |
(void) | - setLaunched: |
(void) | - setNumberOfOpenWindows: |
(void) | - setShouldExit: |
(BOOL) | - shouldExit |
Protected Attributes | |
BOOL | bExit |
BOOL | bLaunched |
int | nOpenWindows |
Definition at line 14 of file CocoaImplementation.h.
- (BOOL) launched |
- (int) numberOfOpenWindows |
- (void) setLaunched: | (BOOL) | launched |
- (void) setNumberOfOpenWindows: | (int) | num |
- (void) setShouldExit: | (BOOL) | exit |
- (BOOL) shouldExit |
- (BOOL) bExit [protected] |
Definition at line 15 of file CocoaImplementation.h.
- (BOOL) bLaunched [protected] |
Definition at line 16 of file CocoaImplementation.h.
- (int) nOpenWindows [protected] |
Definition at line 17 of file CocoaImplementation.h.