CTR NEX API Reference
nn::nex::Ranking2EstimateScoreRankInput クラス

スコアのランク推定用の入力値クラスです。 [詳解]

#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

スコアを取得します。

戻り値
スコア