マッチメイクセッションの検索条件を格納するデータクラスです。 [詳解]
#include <RendezVous/Services/Jugem/Matchmake/src/Common/FindMatchmakeSessionByParticipantParam.h>
DDLCLASSFindMatchmakeSessionByParticipantParamを継承しています。
公開メンバ関数 | |
FindMatchmakeSessionByParticipantParam () | |
コンストラクタです。 | |
virtual | ~FindMatchmakeSessionByParticipantParam () |
デストラクタです。 | |
const MatchmakeBlockListParam & | GetBlockListParam () const |
設定された MatchmakeBlockListParam を返します [詳解] | |
const qList< PrincipalID > & | GetPrincipalIds () const |
検索対象となるプリンシパルIDのリストを返します [詳解] | |
qUnsignedInt32 | GetResultOptions () const |
設定された FindMatchmakeSessionResultOption の値を返します [詳解] | |
void | Reset () |
オブジェクトをデフォルトコンストラクタで生成した状態に初期化します。 | |
void | SetBlockListParam (const MatchmakeBlockListParam &blockListParam) |
ブロックリストの使用方法を設定します [詳解] | |
void | SetPrincipalIds (const qList< PrincipalID > &principalIdList) |
検索対象となるプリンシパルIDのリストを設定します [詳解] | |
void | SetResultOptions (qUnsignedInt32 resultOptions) |
検索結果として返す FindMatchmakeSessionResult の形式を設定します [詳解] | |
マッチメイクセッションの検索条件を格納するデータクラスです。
MatchmakeExtensionClient::FindMatchmakeSessionByParticipant における検索条件として利用します
void nn::nex::FindMatchmakeSessionByParticipantParam::SetPrincipalIds | ( | const qList< PrincipalID > & | principalIdList | ) |
検索対象となるプリンシパルIDのリストを設定します
[in] | principalIdList | プリンシパルIDのリスト |
void nn::nex::FindMatchmakeSessionByParticipantParam::SetResultOptions | ( | qUnsignedInt32 | resultOptions | ) |
検索結果として返す FindMatchmakeSessionResult の形式を設定します
[in] | resultOptions | FindMatchmakeSessionResultOption のビットフラグ |
void nn::nex::FindMatchmakeSessionByParticipantParam::SetBlockListParam | ( | const MatchmakeBlockListParam & | blockListParam | ) |
ブロックリストの使用方法を設定します
[in] | blockListParam | ブロックリストの挙動を指定するパラメータ |
const qList<PrincipalID>& nn::nex::FindMatchmakeSessionByParticipantParam::GetPrincipalIds | ( | ) | const |
検索対象となるプリンシパルIDのリストを返します
qUnsignedInt32 nn::nex::FindMatchmakeSessionByParticipantParam::GetResultOptions | ( | ) | const |
設定された FindMatchmakeSessionResultOption の値を返します
const MatchmakeBlockListParam& nn::nex::FindMatchmakeSessionByParticipantParam::GetBlockListParam | ( | ) | const |
設定された MatchmakeBlockListParam を返します