My Project
Properties | List of all members
NEPitchItemModel Class Reference

打分基础数据对象 More...

#import <NEPitchModel.h>

Inheritance diagram for NEPitchItemModel:
NEPitchRecordItemModel

Properties

NSString * content
 内容 More...
 
NSInteger startTime
 开始时间 More...
 
NSInteger duration
 时间间隔 More...
 
float pitchNote
 分数 More...
 
NSMutableArray< NEPitchRecordItemModel * > * records
 记录的 records More...
 
NSInteger noteMax
 最高音高 More...
 
NSInteger noteMin
 最低音高 More...
 

Detailed Description

打分基础数据对象

Property Documentation

◆ content

- (NSString*) content
readwritenonatomiccopy

内容

◆ duration

- (NSInteger) duration
readwritenonatomicassign

时间间隔

◆ noteMax

- (NSInteger) noteMax
readwritenonatomicassign

最高音高

◆ noteMin

- (NSInteger) noteMin
readwritenonatomicassign

最低音高

◆ pitchNote

- (float) pitchNote
readwritenonatomicassign

分数

◆ records

- (NSMutableArray<NEPitchRecordItemModel *>*) records
readwritenonatomicstrong

记录的 records

◆ startTime

- (NSInteger) startTime
readwritenonatomicassign

开始时间


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