#import <ap_CocoaDialog_Tab.h>
Public Member Functions | |
() | - AP_CocoaDialog_Tab |
(virtual) | - ~AP_CocoaDialog_Tab |
(virtual void) | - runModal |
Static Public Member Functions | |
(static XAP_Dialog *) | + static_constructor |
Protected Member Functions | |
(virtual void) | - _controlEnable |
() | - SET_GATHER |
() | - SET_GATHER |
() | - SET_GATHER |
(virtual void) | - _setTabList |
() | - SET_GATHER |
() | - SET_GATHER |
(virtual void) | - _clearList |
(void) | - event_OK |
(void) | - event_Cancel |
(void) | - event_Leader |
(void) | - event_Alignment |
Protected Attributes | |
eTabType | m_current_alignment |
eTabLeader | m_current_leader |
Private Attributes | |
AP_CocoaDialog_TabController * | m_dlg |
XAP_StringListDataSource * | m_dataSource |
Friends | |
class | AP_CocoaDialog_Tab_Proxy |
- AP_CocoaDialog_Tab: | (XAP_DialogFactory *) | pDlgFactory | ||
(XAP_Dialog_Id) | dlgid | |||
References m_current_alignment, and m_current_leader.
Referenced by static_constructor.
- AP_CocoaDialog_Tab: | (void) |
References m_dataSource.
- (void) _clearList |
Implements AP_Dialog_Tab.
References m_dataSource, and m_dlg.
- (void) _controlEnable | (tControl) | ctlid | ||
(bool) | value | |||
Implements AP_Dialog_Tab.
References m_dlg.
- (void) _setTabList | (UT_uint32) | count |
Implements AP_Dialog_Tab.
References AP_Dialog_Tab::_getTabDimensionString(), m_dataSource, and m_dlg.
- (void) event_Alignment | (id) | sender |
References AP_Dialog_Tab::_event_AlignmentChange(), AP_Dialog_Tab::AlignmentToChar(), m_current_alignment, and UT_DEBUGMSG.
Referenced by AP_CocoaDialog_Tab_Proxy::alignmentAction.
- (void) event_Cancel | (void) |
References AP_Dialog_Tab::m_answer.
Referenced by AP_CocoaDialog_Tab_Proxy::cancelAction.
- (void) event_Leader | (id) | sender |
References AP_Dialog_Tab::_event_somethingChanged(), m_current_leader, and UT_DEBUGMSG.
Referenced by AP_CocoaDialog_Tab_Proxy::leaderAction.
- (void) event_OK | (void) |
References AP_Dialog_Tab::m_answer.
Referenced by AP_CocoaDialog_Tab_Proxy::okAction.
- (void) runModal | (XAP_Frame *) | pFrame |
- AP_CocoaDialog_Tab: | (Alignment) | |||
(eTabType) | ||||
Reimplemented from AP_Dialog_Tab.
- AP_CocoaDialog_Tab: | (DefaultTabStop) | |||
(const gchar *) | ||||
Reimplemented from AP_Dialog_Tab.
- AP_CocoaDialog_Tab: | (TabEdit) | |||
(const char *) | ||||
Reimplemented from AP_Dialog_Tab.
- AP_CocoaDialog_Tab: | (SelectTab) | |||
(UT_sint32) | ||||
Reimplemented from AP_Dialog_Tab.
- AP_CocoaDialog_Tab: | (Leader) | |||
(eTabLeader) | ||||
Reimplemented from AP_Dialog_Tab.
+ (XAP_Dialog *) static_constructor | (XAP_DialogFactory *) | pFactory | ||
(XAP_Dialog_Id) | dlgid | |||
References AP_CocoaDialog_Tab.
- (friend class) AP_CocoaDialog_Tab_Proxy [friend] |
- (eTabType) m_current_alignment [protected] |
Referenced by AP_CocoaDialog_Tab, and event_Alignment.
- (eTabLeader) m_current_leader [protected] |
Referenced by AP_CocoaDialog_Tab, and event_Leader.
- (XAP_StringListDataSource*) m_dataSource [private] |
Referenced by _clearList, _setTabList, runModal, and ~AP_CocoaDialog_Tab.
- (AP_CocoaDialog_TabController*) m_dlg [private] |
Referenced by _clearList, _controlEnable, _setTabList, and runModal.