#import <xap_CocoaDlg_PluginManager.h>
Public Member Functions | |
| (id) | - initFromNib |
| (void) | - dealloc |
| (IBAction) | - closeAction: |
| (IBAction) | - installAction: |
| (void) | - tableViewSelectionDidChange: |
| (int) | - numberOfRowsInTableView: |
| (id) | - tableView:objectValueForTableColumn:row: |
Protected Attributes | |
| IBOutlet NSButton * | oInstallBtn |
| IBOutlet NSButton * | oCloseBtn |
| IBOutlet NSTableView * | oPluginList |
| IBOutlet NSTextField * | oNameData |
| IBOutlet NSTextField * | oNameLabel |
| IBOutlet NSTextField * | oAuthorData |
| IBOutlet NSTextField * | oAuthorLabel |
| IBOutlet NSTextField * | oVersionData |
| IBOutlet NSTextField * | oVersionLabel |
| IBOutlet NSTextField * | oDescriptionData |
| IBOutlet NSTextField * | oDescriptionLabel |
| IBOutlet NSTextField * | oUsageData |
| IBOutlet NSTextField * | oUsageLabel |
| XAP_CocoaDialog_PluginManager * | _xap |
| NSMutableArray * | m_PluginRefs |
| - (void) dealloc |
References m_PluginRefs.
| - (id) initFromNib |
Reimplemented from <XAP_CocoaDialogProtocol>.
References m_PluginRefs.
| - (IBAction) installAction: | (id) | sender |
References _xap, XAP_CocoaDialog_PluginManager::event_Load, oPluginList, and UT_UNUSED.
| - (int) numberOfRowsInTableView: | (NSTableView *) | aTableView |
References m_PluginRefs, and UT_UNUSED.
| - (id) tableView: | (NSTableView *) | aTableView | ||
| objectValueForTableColumn: | (NSTableColumn *) | aTableColumn | ||
| row: | (int) | rowIndex | ||
References XAP_CocoaPluginReference::entry, m_PluginRefs, and UT_UNUSED.
| - (void) tableViewSelectionDidChange: | (NSNotification *) | aNotification |
- (XAP_CocoaDialog_PluginManager*) _xap [protected] |
Referenced by installAction:.
- (NSMutableArray*) m_PluginRefs [protected] |
- (IBOutlet NSTextField*) oAuthorData [protected] |
Referenced by tableViewSelectionDidChange:.
- (IBOutlet NSTextField*) oAuthorLabel [protected] |
- (IBOutlet NSButton*) oCloseBtn [protected] |
- (IBOutlet NSTextField*) oDescriptionData [protected] |
Referenced by tableViewSelectionDidChange:.
- (IBOutlet NSTextField*) oDescriptionLabel [protected] |
- (IBOutlet NSButton*) oInstallBtn [protected] |
- (IBOutlet NSTextField*) oNameData [protected] |
Referenced by tableViewSelectionDidChange:.
- (IBOutlet NSTextField*) oNameLabel [protected] |
- (IBOutlet NSTableView*) oPluginList [protected] |
Referenced by installAction:, and tableViewSelectionDidChange:.
- (IBOutlet NSTextField*) oUsageData [protected] |
Referenced by tableViewSelectionDidChange:.
- (IBOutlet NSTextField*) oUsageLabel [protected] |
- (IBOutlet NSTextField*) oVersionData [protected] |
Referenced by tableViewSelectionDidChange:.
- (IBOutlet NSTextField*) oVersionLabel [protected] |
1.7.1