#import <UIScoreView.h>
List of all members.
Member Function Documentation
- (void) dealloc |
|
|
[implementation] |
- (BOOL) gestureRecognizer: |
|
(UIGestureRecognizer *) |
gestureRecognizer |
shouldRecognizeSimultaneouslyWithGestureRecognizer: |
|
(UIGestureRecognizer *) |
otherGestureRecognizer |
|
|
| [implementation] |
Dummy method to allow for other gesture recognizers beside the scrollbar-toggling one.
- (id) init |
|
|
[implementation] |
Initializes the internal variables of the object.
Do not use this method to initialize new instances of the object. It only encapsulates common initialization code and does not call any superclass constructors. Use initWithFrame instead.
- Returns:
- The initialized object.
- (id) initWithCoder: |
|
(NSCoder *) |
aDecoder |
[implementation] |
Initializes the object using the data in a given unarchiver.
This method is used to provide compatibility with xib files. Do not call it programmatically.
- Parameters:
-
aDecoder | An unarchiver object. |
- Returns:
- The initialized object, or nil if the object couldn't be created.
- (id) initWithFrame: |
|
(CGRect) |
frame |
[implementation] |
Initializes the object with the specified frame rectangle and default display settings.
- Parameters:
-
frame | The frame rectangle for the view, measured in points. |
- Returns:
- The initialized object, or nil if the object couldn't be created.
- (void) scrollFor: |
|
(CGFloat) |
viewHeights |
|
Scrolls the enclosed document view for the given number of view heights.
- Parameters:
-
viewHeights | The number of view heights to scroll for. Can be negative or non-integer. |
- (BOOL) setScore: |
|
(NSString *) |
scorePath |
|
Sets a score to be shown by the score view.
- Parameters:
-
scorePath | The path to the score file to be loaded. |
- Returns:
- YES if the score was loaded successfully, NO otherwise.
- (void) showScrollBar: |
|
(BOOL) |
show |
|
Shows or hides the scroll bar with a sliding animation.
- Parameters:
-
show | YES to show the scrollbar, NO to hide it. |
- (void) tapGesture: |
|
(UIGestureRecognizer *) |
gestureRecognizer |
[implementation] |
Handler for tap gestures.
Member Data Documentation
Property Documentation
A document view object for displaying the score.
A vertical scroll bar for ease of scrolling.
The documentation for this class was generated from the following files:
- /Users/awniemel/Notepad-SVN/svn/trunk/CatNiP/CatNiP/UIScoreView.h
- /Users/awniemel/Notepad-SVN/svn/trunk/CatNiP/CatNiP/UIScoreView.m