#import <ap_CocoaDialog_MergeCells.h>
Public Member Functions | |
() | - AP_CocoaDialog_MergeCells |
(virtual) | - ~AP_CocoaDialog_MergeCells |
(virtual void) | - runModeless |
(void) | - event_Close |
(virtual void) | - setSensitivity |
(virtual void) | - destroy |
(virtual void) | - activate |
(virtual void) | - notifyActiveFrame |
(const char *) | - getWindowName |
Static Public Member Functions | |
(static XAP_Dialog *) | + static_constructor |
Private Member Functions | |
(void) | - _populateWindowData |
(void) | - _storeWindowData |
Private Attributes | |
AP_CocoaDialog_MergeCellsController * | m_dlg |
- AP_CocoaDialog_MergeCells: | (XAP_DialogFactory *) | pDlgFactory | ||
(XAP_Dialog_Id) | dlgid | |||
Referenced by static_constructor.
- AP_CocoaDialog_MergeCells: | (void) |
- (void) _populateWindowData | (void) |
References AP_Dialog_MergeCells::setAllSensitivities().
Referenced by runModeless.
- (void) _storeWindowData | (void) |
- (void) activate | (void) |
Implements XAP_Dialog_Modeless.
References m_dlg, and AP_Dialog_MergeCells::setAllSensitivities().
- (void) destroy | (void) |
Implements XAP_Dialog_Modeless.
References AP_Dialog_MergeCells::finalize(), and m_dlg.
- (void) event_Close | (void) |
References AP_Dialog_MergeCells::m_answer.
- (const char*) getWindowName | (void) |
References AP_Dialog_MergeCells::m_WindowName.
- (void) notifyActiveFrame | (XAP_Frame *) | pFrame |
Reimplemented from XAP_Dialog_Modeless.
References AP_Dialog_MergeCells::setAllSensitivities().
- (void) runModeless | (XAP_Frame *) | pFrame |
Implements AP_Dialog_MergeCells.
References _populateWindowData, m_dlg, and AP_Dialog_MergeCells::startUpdater().
- (void) setSensitivity | (AP_Dialog_MergeCells::mergeWithCell) | mergeThis | ||
(bool) | bsens | |||
Implements AP_Dialog_MergeCells.
+ (XAP_Dialog *) static_constructor | (XAP_DialogFactory *) | pFactory | ||
(XAP_Dialog_Id) | dlgid | |||
References AP_CocoaDialog_MergeCells.
- (AP_CocoaDialog_MergeCellsController*) m_dlg [private] |
Referenced by activate, destroy, runModeless, and setSensitivity.