General Meter Options 一般メーターオプション
Options available for use with all meters.すべてのメーターで使用可能なオプション
Optionsオプション
Meter
-
Type of the meter (e.g.
Bar
orString
). This option is required and may not be changed dynamically.メーターの種類(Bar
またはString
)。このオプションは必須であり、動的に変更することはできません。 MeterStyle
-
Specifies one or more sections as MeterStyles from which option values are inherited. Multiple MeterStyles are delimited with pipes (
|
).オプション値が継承されるMeterStylesとして1つ以上のセクションを指定します。複数のMeterStylesはpipe(|
)で区切られています。 MeasureName
,MeasureName2
,MeasureName3
...MeasureName
、MeasureName2
、MeasureName3
...-
"Binds" the meter to one or more measures. This means that the meter displays the values of these measures in some way. The exact form of the display depends on the type of meter. See each meter type's page for details about what kind of values are valid for that type, and how the values are displayed.メーターを1つ以上の小節に「バインド」します。つまり、メーターはこれらの測定値を何らかの方法で表示します。正確な表示形式はメーターの種類によって異なります。その種類に有効な値の種類、および値の表示方法の詳細については、各メーターの種類のページを参照してください。
X
,Y
Default:0
X
、Y
デフォルト:0
-
Specifies the x (horizontal) and y (vertical) position of the meter in pixels relative to the top-left edge of the skin.
Relative positioning: If the value is appended with
r
, the position is relative to the top/left edge of the previous meter. If the value is appended withR
, the position is relative to the bottom/right edge of the previous meter.スキンの左上端を基準にした、メーターのx(水平)およびy(垂直)位置をピクセル単位で指定します。相対位置:値が追加されている
r
場合、位置は前のメーターの上/左端からの相対位置です。値が追加されているR
場合、位置は前のメーターの下端/右端からの相対位置です。Examples:
X=150
: Meter begins 150 horizontal pixels from the left edge of the skin window.
Y=75
: Meter begins 75 vertical pixels from the top edge of the skin window.
X=10R
: Meter begins 10 horizontal pixels to the right of the previous meter.
Y=0r
: Meter begins at the same vertical position as the previous meter.例::
X=150
メーターはスキンウィンドウの左端から150水平ピクセルの位置から始まります。
Y=75
:メーターはスキンウィンドウの上端から75垂直ピクセルの位置から始まります。
X=10R
:メーターは、前のメーターの右側に10水平ピクセルで始まります。
Y=0r
:メーターは、前のメーターと同じ垂直位置から始まります。 W
,H
W
、H
-
Specifies the width and height of the meter in pixels. String meters and meters which display an image file can automatically determine the width and height. For all other cases,
W
andH
must be defined.メーターの幅と高さをピクセル単位で指定します。画像ファイルを表示する文字列メーターは、幅と高さを自動的に決定できます。他のすべてのケースでは、W
とH
定義する必要があります。 Padding
Format:Left,Top,Right,Bottom
Padding
フォーマット:Left,Top,Right,Bottom
-
Adds padding in pixels around any or all sides of a meter. The width and height of the meter will dynamically be adjusted to the new size. The padding will be drawn using the Color defined with SolidColor / SolidColor2.メーターの一部または全部の周囲にパディングをピクセル単位で追加します。メーターの幅と高さは新しいサイズに合わせて動的に調整されます。パディングは、SolidColor / SolidColor2で定義された色を使って描画されます。
Format:
Padding=Left,Top,Right,Bottom
フォーマット:Padding=Left,Top,Right,Bottom
Example:
Padding=5,10,5,10
例:Padding=5,10,5,10
Hidden
Default:0
Hidden
デフォルト:0
-
If set to
1
, the meter is hidden. The visibility can also be changed with the !ShowMeter and !HideMeter bangs.に設定する1
と、メーターは非表示になります。また、!ShowMeterおよび!HideMeter bangを使用して表示設定を変更することもできます。Note: This is done by setting the width and height of the meter to zero, so some care should be taken when using the
R
relative positioning suffix onX
orY
on any following meters. While in effect a "singularity", the hidden meter still exists and occupies a position in space.注:これは、メーターの幅と高さをゼロに設定することによって行われます。そのため、後続のメーターのR
上X
またはY
上に相対位置サフィックスを使用するときは、注意が必要です。事実上「特異点」である間、隠されたメーターはまだ存在していて、空間の位置を占めます。 Container
-
Define a meter to be used as a "container" for the "content" of this meter.このメーターの「内容」の「コンテナー」として使用されるメーターを定義します。
Example:
Container=SomeOtherMeter
.例:Container=SomeOtherMeter
。See the Container option for details on this functionality.この機能の詳細についてはContainerオプションを見てください。
UpdateDivider
Default:1
UpdateDivider
デフォルト:1
-
Frequency at which the meter is updated. The
Update
option in the [Rainmeter] section of the skin is multiplied by the specified value to determine how often the meter is updated.メーターが更新される頻度。Update
スキンの[Rainmeter]セクションのオプションに指定された値を掛けて、メーターを更新する頻度を決定します。Example: If
Update=1000
(in the [Rainmeter] section) andUpdateDivider=30
, the meter is updated every 30 seconds.例:もしUpdate=1000
([Rainmeter]セクションで)とUpdateDivider=30
、メーターが30秒ごとに更新されます。If
UpdateDivider=-1
or any negative number, then the meter is only updated once when the skin is loaded or refreshed.UpdateDivider=-1
負の数の場合、メーターはスキンがロードまたはリフレッシュされたときに一度だけ更新されます。 OnUpdateAction
-
Action to execute each time the meter is updated.メーターが更新されるたびに実行するアクション。
Note: This may be based on the values in Update in the [Rainmeter] section and any UpdateDivider on the meter, or if the meter is updated with a Meter Bang or other relevant bang.注:これは[Rainmeter]セクションのUpdateの値とメーターのUpdateDividerに基づいている場合、またはメーターがMeter Bangまたはその他の関連するbangで更新されているかどうかに基づいている可能性があります。
SolidColor
,SolidColor2
Default:0,0,0,0
SolidColor
、SolidColor2
デフォルト:0,0,0,0
-
Color of the meter background. If
SolidColor2
is also specified, the background is a gradient composed ofSolidColor
andSolidColor2
.メーターの背景色。場合SolidColor2
も指定され、背景があるグラデーションで構成SolidColor
してSolidColor2
。Hint:
SolidColor=0,0,0,1
can be used to make transparent areas of the meter clickable.ヒント:SolidColor=0,0,0,1
メーターの透明部分をクリック可能にするために使用できます。 GradientAngle
-
Angle of the gradient in degrees when both
SolidColor
andSolidColor2
are defined.SolidColor
との両方SolidColor2
が定義されている場合の勾配の角度(度単位)。 BevelType
Default:0
BevelType
デフォルト:0
-
If enabled, draws a bevel around the edges of the rectangle specified by
H
andW
. Valid values are:有効にするH
と、andで指定された長方形の端にベベルを描きますW
。有効な値は以下のとおりです。0
: No bevel0
ベベルなし1
: Raised1
:上げた2
: Sunken2
サンケン
AntiAlias
Default:0
AntiAlias
デフォルト:0
-
If set to
1
, antialising (edge smoothing) is used when the meter is drawn.に設定する1
と、メーターが描画されるときにアンチエイリアシング(エッジスムージング)が使用されます。 DynamicVariables
Default:0
DynamicVariables
デフォルト:0
-
If set to
1
, the meter is dynamic.に設定する1
と、メーターは動的になります。See also: Dynamic Variables 動的変数も参照してください。
TransformationMatrix
Default:1;0;0;1;0;0
TransformationMatrix
デフォルト:1;0;0;1;0;0
-
Defines a 3x2 matrix which can be used to transform the meter. Transformations include: scaling, skewing, and translating (ie. moving). There must be exactly 6 values separated by semicolons
;
.メーターを変換するために使用できる3×2の行列を定義します。変換には、拡大縮小、傾斜、および平行移動(移動)が含まれます。セミコロンで区切られた正確に 6つの値がなければなりません;
。TransformationMatrix={scale x};{skew y};{skew x};{scale y};{move x};{move y}TransformationMatrix = {スケールx}; {スキューy}; {スキューx}; {スケールy}; {移動x}; {移動y}
Combining these can have drastic effects on the meter it is applied to.これらを組み合わせると、それが適用されるメーターに大きな影響を与える可能性があります。
See also: Transformation Matrix 変換行列も参照してください。
Examples:
TransformationMatrix=-1; 0; 0; 1; 40; 0
: This will flipX
along the lineX=20
.TransformationMatrix=-1; 0; 0; 1; 40; 0
:これはX
線に沿って反転しますX=20
。TransformationMatrix=1; 0; 0; -1; 0; 100
: This will flipY
along the lineY=50
.TransformationMatrix=1; 0; 0; -1; 0; 100
:これはY
線に沿って反転しますY=50
。TransformationMatrix=0.5; 0; 0; 1; 25; 0
: This will scaleX
by0.5
atX=50
.TransformationMatrix=0.5; 0; 0; 1; 25; 0
:これはスケールしますX
によって0.5
でX=50
。
Note: All transformations are relative to the top left corner of the window and not to the meter itself. So if you want to rotate the meter by its center the translation component in the matrix must be relative to the top left corner of the window.注意:すべての変換は、メーター自体ではなく、ウィンドウの左上隅を基準にしています。そのため、メーターを中央で回転させたい場合は、マトリックス内の平行移動成分はウィンドウの左上隅を基準にしている必要があります。
Also note that the even if the meter's visual location and orientation is changed by the transformation the place where it would be located without the transformation will still be used to define the window size and register the mouse clicks. This might change in the future though.メーターの視覚的な位置と方向が変換によって変更されたとしても、変換されずに配置される場所はウィンドウサイズの定義とマウスクリックの登録に使用されます。これは将来変わるかもしれません。
Group
-
Defines a group or series of groups that the meter belongs to. For more information please see the Groups page.メーターが属するグループまたは一連のグループを定義します。詳しくはグループページをご覧ください。
関連記事
- String meter ストリングメーター
- Shape meter 形状メーター
- Roundline meter ラウンドラインメーター
- Rotator meter 回転計
- Line meter ラインメーター
- Image Meter イメージメーター
- Histogram meter ヒストグラムメーター
- Button meter ボタンメーター
- Bitmap meter ビットマップメーター
- Bar meter バーメーター
スポンサーリンク