スコアのランク推定用の入力値クラスです。 [詳解]
#include <RendezVous/Services/Jugem/Ranking2/src/Common/Ranking2EstimateScoreRankInput.h>
DDLCLASSRanking2EstimateScoreRankInputを継承しています。
公開メンバ関数 | |
Ranking2EstimateScoreRankInput () | |
コンストラクタ。 [詳解] | |
qUnsignedInt32 | GetCategory () const |
カテゴリを取得します。 [詳解] | |
qByte | GetNumSeasonsToGoBack () const |
さかのぼるシーズンの数を取得します。 [詳解] | |
qUnsignedInt32 | GetScore () const |
スコアを取得します。 [詳解] | |
void | SetCategory (qUnsignedInt32 c) |
カテゴリを設定します。 [詳解] | |
void | SetNumSeasonsToGoBack (qByte n) |
さかのぼるシーズンの数を設定します。 [詳解] | |
void | SetScore (qUnsignedInt32 s) |
スコアを設定します。 [詳解] | |
スコアのランク推定用の入力値クラスです。
nn::nex::Ranking2EstimateScoreRankInput::Ranking2EstimateScoreRankInput | ( | ) |
コンストラクタ。
すべて 0 で初期化されます。
void nn::nex::Ranking2EstimateScoreRankInput::SetCategory | ( | qUnsignedInt32 | c | ) |
カテゴリを設定します。
c | カテゴリ |
qUnsignedInt32 nn::nex::Ranking2EstimateScoreRankInput::GetCategory | ( | ) | const |
カテゴリを取得します。
void nn::nex::Ranking2EstimateScoreRankInput::SetNumSeasonsToGoBack | ( | qByte | n | ) |
さかのぼるシーズンの数を設定します。
n | さかのぼるシーズンの数 |
qByte nn::nex::Ranking2EstimateScoreRankInput::GetNumSeasonsToGoBack | ( | ) | const |
さかのぼるシーズンの数を取得します。
void nn::nex::Ranking2EstimateScoreRankInput::SetScore | ( | qUnsignedInt32 | s | ) |
スコアを設定します。
s | スコア |
qUnsignedInt32 nn::nex::Ranking2EstimateScoreRankInput::GetScore | ( | ) | const |
スコアを取得します。