#import <xap_CocoaToolbarWindow.h>
Public Member Functions | |
| (id) | - initWithWindow: |
| (void) | - dealloc |
| (void) | - removeAllToolbars |
| (void) | - redisplayToolbars: |
| (void) | - autoResize |
| (void) | - lock |
| (void) | - unlock |
| (void) | - _showAllToolbars: |
| (float) | - height |
| (void) | - showToolbarNotification: |
| (void) | - hideToolbarNotification: |
Static Public Member Functions | |
| (XAP_CocoaToolbarWindow_Controller *) | + sharedToolbar |
Protected Attributes | |
| XAP_CocoaFrameController * | m_current |
| NSMutableArray * | m_windows |
| NSString * | m_SummaryID |
| NSRect | m_bounds |
| BOOL | m_lock |
| - (void) _showAllToolbars: | (XAP_CocoaFrameController *) | frame |
| - (void) autoResize |
| - (void) dealloc |
References m_SummaryID, m_windows, and removeAllToolbars.
| - (void) hideToolbarNotification: | (NSNotification *) | notif |
References m_current, m_windows, and UT_DEBUGMSG.
| - (id) initWithWindow: | (NSWindow *) | window |
References m_bounds, m_SummaryID, and m_windows.
| - (void) lock |
References m_lock, and UT_ASSERT.
Referenced by AP_CocoaFrameImpl::_showOrHideToolbars.
| - (void) redisplayToolbars: | (XAP_CocoaFrameController *) | frame |
References _showAllToolbars:, and m_lock.
Referenced by AP_CocoaFrameImpl::_showOrHideToolbars.
| - (void) removeAllToolbars |
References m_bounds, m_SummaryID, and m_windows.
Referenced by _showAllToolbars:, and dealloc.
| + (XAP_CocoaToolbarWindow_Controller *) sharedToolbar |
References xxx_UT_DEBUGMSG.
Referenced by AP_CocoaFrameImpl::_showOrHideToolbars.
| - (void) showToolbarNotification: | (NSNotification *) | notif |
References _showAllToolbars:, m_current, m_windows, and UT_DEBUGMSG.
| - (void) unlock |
References m_lock, and UT_ASSERT.
Referenced by AP_CocoaFrameImpl::_showOrHideToolbars.
- (NSRect) m_bounds [protected] |
Referenced by _showAllToolbars:, height, initWithWindow:, and removeAllToolbars.
- (XAP_CocoaFrameController*) m_current [protected] |
Referenced by hideToolbarNotification:, and showToolbarNotification:.
- (BOOL) m_lock [protected] |
Referenced by lock, redisplayToolbars:, and unlock.
- (NSString*) m_SummaryID [protected] |
Referenced by _showAllToolbars:, dealloc, initWithWindow:, and removeAllToolbars.
- (NSMutableArray*) m_windows [protected] |
Referenced by _showAllToolbars:, dealloc, hideToolbarNotification:, initWithWindow:, removeAllToolbars, and showToolbarNotification:.
1.7.1