UTF-8に単純変換
This commit is contained in:
@@ -5,35 +5,35 @@
|
||||
<!-- generated by to_html.pl from f_Timer.xml -->
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=Shift_JIS" />
|
||||
<title>capacity - �C�x���g�̍ő唭�����e��</title>
|
||||
<title>capacity - イベントの最大発生許容量</title>
|
||||
<meta name="author" content="W.Dee" />
|
||||
<meta http-equiv="Content-Style-Type" content="text/css" />
|
||||
<meta http-equiv="Content-Script-Type" content="text/javascript" />
|
||||
<link href="funcref.css" type="text/css" rel="stylesheet" title="�N���X���t�@�����X�p�W���X�^�C��" />
|
||||
<link href="funcref.css" type="text/css" rel="stylesheet" title="クラスリファレンス用標準スタイル" />
|
||||
<link href="mailto:[email protected]" rev="Made" />
|
||||
<link href="index.html" target="_top" rel="Start" title="�g�b�v�y�[�W" />
|
||||
<link href="f_Timer.html" title="Timer�N���X" rel="Parent" />
|
||||
<link href="index.html" target="_top" rel="Start" title="トップページ" />
|
||||
<link href="f_Timer.html" title="Timerクラス" rel="Parent" />
|
||||
</head>
|
||||
<body>
|
||||
<h1><span class="fheader"><a name="top" id="top">Timer.capacity</a></span></h1><div class="para"><div>
|
||||
<dl>
|
||||
<dt>�@�\/�Ӗ�</dt>
|
||||
<dt>機能/意味</dt>
|
||||
<dd>
|
||||
�C�x���g�̍ő唭�����e��</dd>
|
||||
<dt>�^�C�v</dt>
|
||||
イベントの最大発生許容量</dd>
|
||||
<dt>タイプ</dt>
|
||||
<dd>
|
||||
<a class="jump" href="f_Timer.html">Timer�N���X</a>�̃v���p�e�B (�ǂݏ����\)<br />
|
||||
<a class="jump" href="f_Timer.html">Timerクラス</a>のプロパティ (読み書き可能)<br />
|
||||
</dd>
|
||||
<dt>����</dt>
|
||||
<dt>説明</dt>
|
||||
<dd>
|
||||
�@�ǂꂾ���̃C�x���g���A�ꎞ���ɔ��������邱�Ƃ��ł��邩���w�肵�܂��B�l���ݒ肷�邱�Ƃ��ł��܂��B<br />
|
||||
�@�^�C�}�̎��������������������s���ꂽ���ȂǁA�^�C�}�C�x���g�������������Ȃ��ꍇ�������܂��B
|
||||
���̂Ƃ��A�^�C�}�̓C�x���g���C�x���g�L���[�ɂ͗��߂܂����A���̃C�x���g�L���[�ɗ��߂��C�x���g�̐��ɂ͏����������܂��B
|
||||
���̃v���p�e�B�͂��̍ő吔���w�肵�܂��B<br />
|
||||
�@�C�x���g�����������i�K�ɂȂ����ꍇ�A�g���g���̓L���[�ɗ��܂������̃C�x���g���ꎞ���ɏ������悤�Ƃ��܂��B<br />
|
||||
�@1���w�肷���ƁA�C�x���g�L���[�ɂ͍ő�1�܂ł����C�x���g�����܂��܂����B0 ���w�肷���ƃC�x���g�L���[�ɗ��܂��C�x���g�̐���
|
||||
�����͂Ȃ��Ȃ��܂����A���܂��ɃC�x���g�����܂肷�����ƁA�t���[�Y�����悤�ɂȂ��\���������̂Œ��ӂ��Ă��������B<br />
|
||||
�@�f�t�H���g�� 6 �ł��B<br />
|
||||
どれだけのイベントを、一時期に発生させることができるかを指定します。値を設定することもできます。<br />
|
||||
タイマの周期よりも長い処理が行われた時など、タイマイベントを処理しきれない場合があります。
|
||||
このとき、タイマはイベントをイベントキューには溜めますが、そのイベントキューに溜めるイベントの数には上限があります。
|
||||
このプロパティはその最大数を指定します。<br />
|
||||
イベントを処理する段階になった場合、吉里吉里はキューに溜まった数のイベントを一時期に処理しようとします。<br />
|
||||
1を指定すると、イベントキューには最大1個までしかイベントが溜まりません。0 を指定するとイベントキューに溜まるイベントの数に
|
||||
制限はなくなりますが、あまりにイベントが溜まりすぎると、フリーズしたようになる可能性があるので注意してください。<br />
|
||||
デフォルトは 6 です。<br />
|
||||
</dd>
|
||||
</dl>
|
||||
</div></div>
|
||||
|
||||
Reference in New Issue
Block a user