ReversiForm  1.0.0
ReversiForm
Public Member Functions | Properties | Private Attributes | List of all members
ReversiForm.ReversiSetting Class Reference

アプリ設定クラス More...

Collaboration diagram for ReversiForm.ReversiSetting:
Collaboration graph

Public Member Functions

 ReversiSetting ()
 コンストラクタ More...
 
void reset ()
 リセット More...
 
ReversiSetting Clone ()
 コピー More...
 

Properties

int mMode [get, set]
 
int mType [get, set]
 
int mPlayer [get, set]
 
int mAssist [get, set]
 
int mGameSpd [get, set]
 
int mEndAnim [get, set]
 
int mMasuCntMenu [get, set]
 
int mMasuCnt [get, set]
 
int mPlayCpuInterVal [get, set]
 
int mPlayDrawInterVal [get, set]
 
int mEndDrawInterVal [get, set]
 
int mEndInterVal [get, set]
 
int mInt32PlayerColor1 [get, set]
 
int mInt32PlayerColor2 [get, set]
 
int mInt32BackGroundColor [get, set]
 
int mInt32BorderColor [get, set]
 
Color mPlayerColor1 [get, set]
 
Color mPlayerColor2 [get, set]
 
Color mBackGroundColor [get, set]
 
Color mBorderColor [get, set]
 

Private Attributes

int _mMode = ReversiConst.DEF_MODE_ONE
 現在のモード
 
int _mType = ReversiConst.DEF_TYPE_HARD
 現在のタイプ
 
int _mPlayer = ReversiConst.REVERSI_STS_BLACK
 プレイヤーの色
 
int _mAssist = ReversiConst.DEF_ASSIST_ON
 アシスト
 
int _mGameSpd = ReversiConst.DEF_GAME_SPD_MID
 ゲームスピード
 
int _mEndAnim = ReversiConst.DEF_END_ANIM_ON
 ゲーム終了アニメーション
 
int _mMasuCntMenu = ReversiConst.DEF_MASU_CNT_8
 マスの数
 
int _mMasuCnt = ReversiConst.DEF_MASU_CNT_8_VAL
 マスの数
 
int _mPlayCpuInterVal = ReversiConst.DEF_GAME_SPD_MID_VAL2
 CPU対戦時のインターバル(msec)
 
int _mPlayDrawInterVal = ReversiConst.DEF_GAME_SPD_MID_VAL
 描画のインターバル(msec)
 
int _mEndDrawInterVal = 100
 終了アニメーション描画のインターバル(msec)
 
int _mEndInterVal = 500
 終了アニメーションのインターバル(msec)
 
Color _mPlayerColor1 = Color.FromArgb(255,0,0,0)
 プレイヤー1の色
 
Color _mPlayerColor2 = Color.FromArgb(255,255,255,255)
 プレイヤー2の色
 
Color _mBackGroundColor = Color.FromArgb(255,0,255,0)
 背景の色
 
Color _mBorderColor = Color.FromArgb(255,0,0,0)
 枠線の色
 

Detailed Description

アプリ設定クラス

Definition at line 31 of file ReversiSetting.cs.

Constructor & Destructor Documentation

◆ ReversiSetting()

ReversiForm.ReversiSetting.ReversiSetting ( )

コンストラクタ

Returns
ありません
Author
Yuta Yoshinaga
Date
2017.10.20

Definition at line 167 of file ReversiSetting.cs.

Here is the call graph for this function:

Member Function Documentation

◆ Clone()

ReversiSetting ReversiForm.ReversiSetting.Clone ( )

コピー

Returns
オブジェクトコピー
Author
Yuta Yoshinaga
Date
2017.10.20

Definition at line 208 of file ReversiSetting.cs.

◆ reset()

void ReversiForm.ReversiSetting.reset ( )

リセット

Returns
ありません
Author
Yuta Yoshinaga
Date
2017.10.20

Definition at line 180 of file ReversiSetting.cs.

Referenced by ReversiForm.SettingForm.pictureBoxPlayerColor1_Click(), and ReversiForm.ReversiSetting.ReversiSetting().

Here is the caller graph for this function:

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