ProjectManager  0.2
Public Member Functions | Protected Attributes
ProjectTemplateDescription Class Reference

A project template description. More...

List of all members.

Public Member Functions

(id) - initWithTemplateName:description:icon:parent:
 Designated initializer.
(NSString *) - name
(NSString *) - description
(NSImage *) - icon
(ProjectTypeDescription *) - parent

Protected Attributes

NSStringname
 Returns the receiver's template's name.
NSStringdescription
 Returns the receiver's template's human-readable description.
NSImageicon
 Returns the receiver's icon representation.
ProjectTypeDescriptionparent
 Returns the parent type description which contains this template description.

Detailed Description

A project template description.

This object serves as a container for information about a certain project template, which is then used in the ProjectCreator object to feed information into it's project type/template outline view.


Member Function Documentation

- (id) initWithTemplateName: (NSString *)  aName
description: (NSString *)  aDescription
icon: (NSImage *)  anIcon
parent: (ProjectTypeDescription *)  aParent 

Designated initializer.

Parameters:
aNameA name of a template.
aDescriptionA human-readable description of a template.

References description, icon, name, and parent.


The documentation for this class was generated from the following files: