Corrected MVC Implementation
This commit is contained in:
@@ -86,7 +86,7 @@
|
||||
|
||||
|
||||
|
||||
@class MPLayout, MPRangePath;
|
||||
@class MPLayout, MPExpressionView, MPRangePath;
|
||||
|
||||
|
||||
/*!
|
||||
@@ -149,6 +149,21 @@
|
||||
*/
|
||||
|
||||
|
||||
/*!
|
||||
@property expressionView
|
||||
@abstract The receiver's expression view.
|
||||
|
||||
@discussion The expression view is the view in which the receivin
|
||||
<code>MPLayout</code> instance draws itself into. Normally you
|
||||
should not call the setter of this property. It is automatically
|
||||
assigned when the <code>@link
|
||||
//apple_ref/occ/instp/MPExpressionView/expressionStorage@/link</code>
|
||||
property of the respective <code>@link
|
||||
//apple_ref/occ/cl/MPExpressionView@/link</code> instance is set.
|
||||
*/
|
||||
@property (nonatomic, weak) MPExpressionView *expressionView;
|
||||
|
||||
|
||||
/*!
|
||||
@method font
|
||||
@abstract Returns the receiver's context inferred font.
|
||||
|
||||
Reference in New Issue
Block a user