ProjectManager 0.2
EditorGuide Class Reference

A guide is a line (either horizontal or vertical) which draws itself inside a view at a specified offset. More...

Inheritance diagram for EditorGuide:

Instance Methods

(void) - drawRect:
 Instructs the guide to draw itself in ‘r’.
 
(void) - setOffset:
 
(float) - offset
 
(void) - setHorizontal:
 
(BOOL) - isHorizontal
 
(void) - setSelected:
 
(BOOL) - isSelected
 
(void) - setGuideStyle:
 
(EditorGuideStyle) - guideStyle
 
(void) - setColor:
 
(NSColor *) - color
 

Protected Attributes

float offset
 
BOOL isHorizontal
 
BOOL isSelected
 
EditorGuideStyle style
 
NSColor * color
 
NSColor * selectedColor
 

Detailed Description

A guide is a line (either horizontal or vertical) which draws itself inside a view at a specified offset.


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