Searched refs:UserRating (Results 1 - 3 of 3) sorted by relevance

/haiku/src/apps/haikudepot/packagemodel/
H A DUserRating.h15 class UserRating : public BReferenceable { class in inherits:BReferenceable
17 UserRating();
18 UserRating(const UserInfo& userInfo,
24 UserRating(const UserRating& other);
26 UserRating& operator=(const UserRating& other);
27 bool operator==(const UserRating& other) const;
28 bool operator!=(const UserRating& other) const;
53 typedef BReference<UserRating> UserRatingRe
[all...]
H A DUserRating.cpp9 #include "UserRating.h"
12 UserRating::UserRating() function in class:UserRating
24 UserRating::UserRating(const UserInfo& userInfo, float rating, function in class:UserRating
38 UserRating::UserRating(const UserRating& other) function in class:UserRating
50 UserRating&
51 UserRating
[all...]
/haiku/src/apps/haikudepot/model/
H A DModel.cpp666 UserRatingRef userRating(new UserRating(

Completed in 48 milliseconds