#import <ap_CocoaDialog_Stylist.h>
Public Member Functions | |
() | - AP_CocoaDialog_Stylist |
(virtual) | - ~AP_CocoaDialog_Stylist |
(virtual void) | - runModeless |
(virtual void) | - runModal |
(virtual void) | - setSensitivity |
(void) | - event_Close |
(void) | - event_Apply |
(void) | - styleClicked |
(virtual void) | - destroy |
(virtual void) | - activate |
(virtual void) | - notifyActiveFrame |
(virtual void) | - setStyleInGUI |
(NSMutableArray *) | - getItems |
Static Public Member Functions | |
(static XAP_Dialog *) | + static_constructor |
Private Member Functions | |
(void) | - _fillTree |
(void) | - _populateWindowData |
Private Attributes | |
AP_CocoaDialog_Stylist_Controller * | m_dlg |
NSMutableArray * | m_items |
bool | m_bModal |
bool | m_bDialogClosed |
- AP_CocoaDialog_Stylist: | (XAP_DialogFactory *) | pDlgFactory | ||
(XAP_Dialog_Id) | dlgid | |||
References m_items.
Referenced by static_constructor.
- AP_CocoaDialog_Stylist: | (void) |
References m_items.
- (void) _fillTree | (void) |
- (void) _populateWindowData | (void) |
Referenced by runModal, and runModeless.
- (virtual void) activate | (void) |
Implements XAP_Dialog_Modeless.
- (virtual void) destroy | (void) |
Implements XAP_Dialog_Modeless.
Referenced by runModal.
- (void) event_Apply | (void) |
- (void) event_Close | (void) |
- (NSMutableArray*) getItems | (void) |
References m_items.
- (void) notifyActiveFrame | (XAP_Frame *) | pFrame |
Reimplemented from XAP_Dialog_Modeless.
References m_dlg, AP_Dialog_Stylist::setAllSensitivities(), and UT_ASSERT.
- (void) runModal | (XAP_Frame *) | pFrame |
Implements AP_Dialog_Stylist.
References _populateWindowData, destroy, m_bDialogClosed, m_bModal, and m_dlg.
- (void) runModeless | (XAP_Frame *) | pFrame |
Implements AP_Dialog_Stylist.
References _populateWindowData, m_dlg, and AP_Dialog_Stylist::startUpdater().
- (void) setSensitivity | (bool) | bSens |
Reimplemented from AP_Dialog_Stylist.
References m_dlg.
- (virtual void) setStyleInGUI | (void) |
Implements AP_Dialog_Stylist.
+ (XAP_Dialog *) static_constructor | (XAP_DialogFactory *) | pFactory | ||
(XAP_Dialog_Id) | dlgid | |||
References AP_CocoaDialog_Stylist.
Set the style in the XP layer from the selection in the GUI.
References Stylist_tree::getNumCols(), Stylist_tree::getNumRows(), Stylist_tree::getStyleAtRowCol(), AP_Dialog_Stylist::getStyleTree(), AP_Dialog_Stylist::setCurStyle(), UT_DEBUGMSG, and UT_UTF8String::utf8_str().
- (bool) m_bDialogClosed [private] |
Referenced by runModal.
- (AP_CocoaDialog_Stylist_Controller*) m_dlg [private] |
Referenced by notifyActiveFrame, runModal, runModeless, and setSensitivity.
- (NSMutableArray*) m_items [private] |
Referenced by AP_CocoaDialog_Stylist, getItems, and ~AP_CocoaDialog_Stylist.