ProjectManager
0.2
|
A guide is a line (either horizontal or vertical) which draws itself inside a view at a specified offset. More...
Public Member Functions | |
(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 |
A guide is a line (either horizontal or vertical) which draws itself inside a view at a specified offset.