Bold360 and BoldChat Developer Center

<BCStarRatingView> Protocol Reference

Protocol for rating view. More...

#import <BCStarRatingView.h>

Inheritance diagram for <BCStarRatingView>:

Properties

NSString * notSelectedStarImageName
 The name of the star image being not selected. More...
 
NSString * selectedStarImageName
 The name of the star image being selected. More...
 
NSString * halfSelectedStarImageName
 The name of the star image being half selected. More...
 
BOOL canEdit
 The control is edittable. More...
 
NSNumber * maxRating
 The maximum number of stars shown. More...
 
NSNumber * leftMargin
 Left inset of the whole rating view. More...
 
NSNumber * midMargin
 Distance between stars. More...
 
NSNumber * rightMargin
 Right inset of the whole rating view. More...
 
CGSize minStarSize
 The minimal size of each star. More...
 
NSNumber * rating
 Setting or getting the current rating. More...
 
NSNumber * minAllowedRating
 Minimum allowed rating. More...
 
NSNumber * maxAllowedRating
 Maximum allowed rating. More...
 

Detailed Description

Protocol for rating view.

Since
Version 1.0

Property Documentation

- (BOOL) canEdit
readwritenonatomicassign

The control is edittable.

Since
Version 1.0
- (NSString*) halfSelectedStarImageName
readwritenonatomicretain

The name of the star image being half selected.

Since
Version 1.0
- (NSNumber*) leftMargin
readwritenonatomicretain

Left inset of the whole rating view.

Since
Version 1.0
- (NSNumber*) maxAllowedRating
readwritenonatomicretain

Maximum allowed rating.

Since
Version 1.0
- (NSNumber*) maxRating
readwritenonatomicretain

The maximum number of stars shown.

Since
Version 1.0
- (NSNumber*) midMargin
readwritenonatomicretain

Distance between stars.

Since
Version 1.0
- (NSNumber*) minAllowedRating
readwritenonatomicretain

Minimum allowed rating.

Since
Version 1.0
- (CGSize) minStarSize
readwritenonatomicassign

The minimal size of each star.

Since
Version 1.0
- (NSString*) notSelectedStarImageName
readwritenonatomicretain

The name of the star image being not selected.

Since
Version 1.0
- (NSNumber*) rating
readwritenonatomicretain

Setting or getting the current rating.

Since
Version 1.0
- (NSNumber*) rightMargin
readwritenonatomicretain

Right inset of the whole rating view.

Since
Version 1.0
- (NSString*) selectedStarImageName
readwritenonatomicretain

The name of the star image being selected.

Since
Version 1.0

The documentation for this protocol was generated from the following file: