

Public Member Functions | |
| (id) | - initWithVout:view:frame: |
| (id) | - initMainThread: |
| (void) | - leaveFullscreen |
| (void) | - enterFullscreen |
| (id) | - voutView |
Protected Attributes | |
| vout_thread_t * | p_vout |
| VLCVoutView * | o_view |
| NSRect * | s_frame |
| bool | b_init_ok |
| BOOL | fullscreen |
| NSRect | initialFrame |
| - (id) initWithVout: | (vout_thread_t *) | p_vout | ||
| view: | (VLCVoutView *) | view | ||
| frame: | (NSRect *) | s_frame | ||
| - (id) initMainThread: | (id) | sender |
References b_init_ok, vout_thread_t::p_libvlc, p_vout, VLCWindow::setCanBecomeKeyWindow:, var_CreateGetBool, and var_GetInteger.
| - (void) leaveFullscreen |
References VLCMain::controls, VLCControls::fspanel, fullscreen, p_vout, VLCFSPanel::setNonActive:, VLCMain::sharedInstance, and var_GetBool.
| - (void) enterFullscreen |
| - (id) voutView |
References o_view.
- (vout_thread_t*) p_vout [protected] |
Referenced by enterFullscreen, initMainThread:, initWithVout:view:frame:, and leaveFullscreen.
- (VLCVoutView*) o_view [protected] |
Referenced by initWithVout:view:frame:, and voutView.
- (NSRect*) s_frame [protected] |
Referenced by initWithVout:view:frame:.
- (bool) b_init_ok [protected] |
Referenced by initMainThread:, and initWithVout:view:frame:.
- (BOOL) fullscreen [protected] |
Referenced by enterFullscreen, and leaveFullscreen.
- (NSRect) initialFrame [protected] |
Referenced by enterFullscreen.
1.5.6