Commit d07fabd8 authored by Claes Sjofors's avatar Claes Sjofors

Minor doc changes

parent 0da2f0ab
......@@ -3770,9 +3770,9 @@ that indicates that new texts should be loaded. This attribute should be of type
and the new texts are loaded when the value is changed from 0 to 1.
<b>Attribute <t><t>Description
OptionMenu.Type <t><t>Type of option menu. Static eller dynamic.
OptionMenu.Type <t><t>Type of option menu. Static or dynamic.
Static menu
<b>Static menu
OptionMenu.Attribute <t><t>Database attribute of type Float32, Float64, Int32,
<t><t>UInt32, Int16, UInt16, Int8 or UInt8. The value in
......@@ -3784,7 +3784,7 @@ OptionMenu.ItemEnum1 <t><t>Enumeration value of the first menu alternative.
OptionMenu.ItemText2 <t><t>Text of the second menu alternative.
OptionMenu.ItemEnum2 <t><t>Enumeration value of the second menu alternative.
Dynamic menu
<b>Dynamic menu
OptionMenu.Attribute <t><t>Database attribute of type Float32, Float64, Int32,
<t><t>UInt32, Int16, UInt16, Int8 or UInt8. The value in
......@@ -3795,8 +3795,8 @@ OptionMenu.TextAttribute <t><t>Database attribute of type array of String80. The
OptionMenu.SizeAttribute <t><t>Database attribute of type Int32. States the number of
<t><t>alternative in the menu.
OptionMenu.UpdateAttribute <t><t>Database attribute of type Boolean. Should be set to
<t><t>1 when new texts are present in the TextAttribute. New text
<t><t>are loaded when the value is changed from 0 to 1.
<t><t>1 when new texts are present in the TextAttribute. New
<t><t>texts are loaded when the value is changed from 0 to 1.
</topic>
</headerlevel>
<pagebreak>
......@@ -5335,8 +5335,8 @@ BackgroundImage <t>String
<b>Name <t>Type
TraceAttrType
TraceType
TraceColor <t>ColorIndex eller ColorTone
TraceColor2 <t>ColorIndex eller ColorTone
TraceColor <t>ColorIndex or ColorTone
TraceColor2 <t>ColorIndex or ColorTone
NoConObstacle <t>Int
Slider <t>Int
NextSubgraph <t>Int
......
This diff is collapsed.
......@@ -3731,7 +3731,7 @@ n
<b>Attribut <t><t>Beskrivning
OptionMenu.Type <t><t>Typ av optionmeny. Statisk eller dynamisk.
Statisk meny
<b>Statisk meny
OptionMenu.Attribute <t><t>Databas attribut av typen Float32, Float64, Int32,
<t><t>UInt32, Int16, UInt16, Int8 eller UInt8. Värdet i
......@@ -3742,7 +3742,7 @@ OptionMenu.ItemEnum1 <t><t>Uppr
OptionMenu.ItemText2 <t><t>Text för andra menyalternativet.
OptionMenu.ItemEnum2 <t><t>Uppräkningsvärdet för andra menyalternativet.
Dynamisk meny
<b>Dynamisk meny
OptionMenu.Attribute <t><t>Databas attribut av typen Float32, Float64, Int32,
<t><t>UInt32, Int16, UInt16, Int8 eller UInt8. Index för
......
......@@ -156,7 +156,7 @@ typedef float pwr_tFloat32; //!< 32-bit float.
/*_*
@aref float64 Float64
*/
typedef double pwr_tFloat64; //!< 64-big float.
typedef double pwr_tFloat64; //!< 64-bit float.
/*_*
@aref char Char
*/
......
......@@ -42,7 +42,7 @@ SObject pwrs:Type
! @Group BasicTypes,Types
! Class identity. Basic type.
!
! Every class has a unic identity, derived from the classvolume
! Every class has a unique identity, derived from the classvolume
! identity and the class index.
!
! A class is described by classdefinition objects in a class volume. These
......
......@@ -42,7 +42,7 @@ SObject pwrs:Type
! @Group BasicTypes,Types
! Object index. Basic type.
!
! Every object has an unic index within a volume. The index is a 32-bit word.
! Every object has an unique index within a volume. The index is a 32-bit word.
! Together with the volume identity it constitutes the object identity.
!
! Object index
......
......@@ -42,7 +42,7 @@ SObject pwrs:Type
! @Group BasicTypes,Types
! Object identity. Basic type.
!
! Every object has an unic identity.
! Every object has an unique identity.
! The object identity consists of the volume identity and
! the object index.
!
......
......@@ -42,7 +42,7 @@ SObject pwrs:Type
! @Group BasicTypes,Types
! Type identity. Basic type.
!
! Every type has a unic identity, derived from the classvolume
! Every type has a unique identity, derived from the classvolume
! identity and the type index.
!
! A type is described by a typedefinition object in a class volume. This
......
......@@ -42,7 +42,7 @@ SObject pwrs:Type
! @Group BasicTypes,Types
! Volume identity. Basic type.
!
! Every volume has a unic identity, a 32-bit word usually specified in the form
! Every volume has a unique identity, a 32-bit word usually specified in the form
! v1.v2.v3.v4 where v1, v2, v3 and v4 are numbers in the interval 0-255.
! Dependent of the class of the volume, the numbers is choosen in separate
! intervals:
......@@ -61,7 +61,7 @@ SObject pwrs:Type
! In runtime 1-127 are used for system volumes
! 1 pwrNode Volume used by Proview.
!
! 128-253 are used to create unic identities:
! 128-253 are used to create unique identities:
! 128 Subid
! 129 Dlid
!
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment