#import <xap_CocoaDlg_PluginManager.h>
Public Member Functions | |
(id) | - initWithModule: |
(id) | - initWithPlugin: |
(void) | - dealloc |
(void) | - setActive: |
(NSAttributedString *) | - entry |
(NSString *) | - name |
(NSString *) | - author |
(NSString *) | - version |
(NSString *) | - description |
(NSString *) | - usage |
(XAP_CocoaModule *) | - module |
(XAP_CocoaPlugin *) | - plugin |
Protected Attributes | |
NSAttributedString * | m_entry |
NSString * | m_name |
NSString * | m_author |
NSString * | m_version |
NSString * | m_description |
NSString * | m_usage |
XAP_CocoaModule * | m_module |
XAP_CocoaPlugin * | m_plugin |
- (NSString *) author |
References m_author.
Referenced by XAP_CocoaDlg_PluginManagerController::tableViewSelectionDidChange:.
- (NSString *) description |
References m_description.
Referenced by XAP_CocoaDlg_PluginManagerController::tableViewSelectionDidChange:.
- (NSAttributedString *) entry |
References m_entry.
Referenced by XAP_CocoaDlg_PluginManagerController::tableView:objectValueForTableColumn:row:.
- (id) initWithModule: | (XAP_CocoaModule *) | module |
- (id) initWithPlugin: | (XAP_CocoaPlugin *) | plugin |
References XAP_CocoaPlugin::delegate, m_author, m_description, m_entry, m_module, m_name, m_plugin, m_usage, and m_version.
- (XAP_CocoaModule *) module |
References m_module.
- (NSString *) name |
References m_name.
Referenced by XAP_CocoaDlg_PluginManagerController::tableViewSelectionDidChange:.
- (XAP_CocoaPlugin *) plugin |
References m_plugin.
- (void) setActive: | (BOOL) | active |
References m_entry.
- (NSString *) usage |
References m_usage.
Referenced by XAP_CocoaDlg_PluginManagerController::tableViewSelectionDidChange:.
- (NSString *) version |
References m_version.
Referenced by XAP_CocoaDlg_PluginManagerController::tableViewSelectionDidChange:.
- (NSString*) m_author [protected] |
Referenced by author, dealloc, initWithModule:, and initWithPlugin:.
- (NSString*) m_description [protected] |
Referenced by dealloc, description, initWithModule:, and initWithPlugin:.
- (NSAttributedString*) m_entry [protected] |
Referenced by dealloc, entry, initWithModule:, initWithPlugin:, and setActive:.
- (XAP_CocoaModule*) m_module [protected] |
Referenced by initWithModule:, initWithPlugin:, and module.
- (NSString*) m_name [protected] |
Referenced by dealloc, initWithModule:, initWithPlugin:, and name.
- (XAP_CocoaPlugin*) m_plugin [protected] |
Referenced by initWithModule:, initWithPlugin:, and plugin.
- (NSString*) m_usage [protected] |
Referenced by dealloc, initWithModule:, initWithPlugin:, and usage.
- (NSString*) m_version [protected] |
Referenced by dealloc, initWithModule:, initWithPlugin:, and version.