Public Member Functions | |
(id) | - initWithPalette: |
(void) | - dealloc |
(NSString *) | - Name |
(NSButton *) | - Title |
(NSBox *) | - Box |
(BOOL) | - isExpanded |
(UT_uint32) | - heightTitle |
(UT_uint32) | - heightBox |
(UT_uint32) | - heightConditional |
Protected Attributes | |
NSString * | m_Name |
NSButton * | m_Title |
NSBox * | m_Box |
UT_uint32 | m_heightTitle |
UT_uint32 | m_heightBox |
- (NSBox *) Box |
References m_Box.
- (UT_uint32) heightBox |
References m_heightBox.
- (UT_uint32) heightConditional |
References m_heightBox, m_heightTitle, and m_Title.
- (UT_uint32) heightTitle |
References m_heightTitle.
- (id) initWithPalette: | (const struct XAP_CocoaPaletteRef *) | palette |
References XAP_CocoaPaletteRef::Box, m_Box, m_heightBox, m_heightTitle, m_Name, m_Title, XAP_CocoaPaletteRef::Name, XAP_CocoaPaletteRef::Title, and UT_ASSERT.
- (BOOL) isExpanded |
References m_Title.
- (NSString *) Name |
References m_Name.
- (NSButton *) Title |
References m_Title.
- (NSBox*) m_Box [protected] |
Referenced by Box, dealloc, and initWithPalette:.
- (UT_uint32) m_heightBox [protected] |
Referenced by heightBox, heightConditional, and initWithPalette:.
- (UT_uint32) m_heightTitle [protected] |
Referenced by heightConditional, heightTitle, and initWithPalette:.
- (NSString*) m_Name [protected] |
Referenced by dealloc, initWithPalette:, and Name.
- (NSButton*) m_Title [protected] |
Referenced by dealloc, heightConditional, initWithPalette:, isExpanded, and Title.