#import <xap_CocoaToolPalette.h>
Public Member Functions | |
| (id) | - initWithOutlineView: |
| (void) | - dealloc |
| (void) | - syncWithView: |
| (int) | - outlineView:numberOfChildrenOfItem: |
| (BOOL) | - outlineView:isItemExpandable: |
| (id) | - outlineView:child:ofItem: |
| (id) | - outlineView:objectValueForTableColumn:byItem: |
| (void) | - outlineView:willDisplayCell:forTableColumn:item: |
| (void) | - outlineView:willDisplayOutlineCell:forTableColumn:item: |
Protected Attributes | |
| NSOutlineView * | m_OutlineView |
| NSMutableArray * | m_PropertyLevels |
| - (void) dealloc |
References m_OutlineView, and m_PropertyLevels.
| - (id) initWithOutlineView: | (NSOutlineView *) | outlineView |
References m_OutlineView, and m_PropertyLevels.
References XAP_PaletteProperties_Level::child:, m_PropertyLevels, and UT_UNUSED.
| - (BOOL) outlineView: | (NSOutlineView *) | outlineView | ||
| isItemExpandable: | (id) | item | ||
References XAP_PaletteProperties_Level::isItemExpandable, and UT_UNUSED.
| - (int) outlineView: | (NSOutlineView *) | outlineView | ||
| numberOfChildrenOfItem: | (id) | item | ||
References m_PropertyLevels, XAP_PaletteProperties_Level::numberOfChildrenOfItem, and UT_UNUSED.
| - (id) outlineView: | (NSOutlineView *) | outlineView | ||
| objectValueForTableColumn: | (NSTableColumn *) | tableColumn | ||
| byItem: | (id) | item | ||
References XAP_PaletteProperties_Level::objectValueForTableColumn:, and UT_UNUSED.
| - (void) outlineView: | (NSOutlineView *) | outlineView | ||
| willDisplayCell: | (id) | cell | ||
| forTableColumn: | (NSTableColumn *) | tableColumn | ||
| item: | (id) | item | ||
References UT_UNUSED.
| - (void) outlineView: | (NSOutlineView *) | outlineView | ||
| willDisplayOutlineCell: | (id) | cell | ||
| forTableColumn: | (NSTableColumn *) | tableColumn | ||
| item: | (id) | item | ||
References UT_UNUSED.
| - (void) syncWithView: | (FV_View *) | pView |
References _getStyle(), FV_View::getAllAttrProp(), FV_View::getDocument(), m_OutlineView, and m_PropertyLevels.
Referenced by XAP_CocoaToolPalette::sync.
- (NSOutlineView*) m_OutlineView [protected] |
Referenced by dealloc, initWithOutlineView:, and syncWithView:.
- (NSMutableArray*) m_PropertyLevels [protected] |
Referenced by dealloc, initWithOutlineView:, outlineView:child:ofItem:, outlineView:numberOfChildrenOfItem:, and syncWithView:.
1.7.1