mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
0031939: Coding - correction of spelling errors in comments [part 2]
Fix various typos Fixed via `codespell v2.0.dev`
This commit is contained in:
parent
d66f7c0fa2
commit
a110c4a377
@ -219,7 +219,7 @@ if (NOT DEFINED INSTALL_DIR_BIN)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
# define folder contaning all shell/batch scripts
|
||||
# define folder containing all shell/batch scripts
|
||||
if (NOT DEFINED INSTALL_DIR_SCRIPT)
|
||||
if ("${INSTALL_DIR_LAYOUT}" STREQUAL "Unix")
|
||||
set (INSTALL_DIR_SCRIPT "${INSTALL_DIR_BIN}" CACHE PATH "${INSTALL_DIR_SCRIPT_DESCR}")
|
||||
@ -311,7 +311,7 @@ if (NOT DEFINED INSTALL_DIR_DOC)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
# define folder contaning CMake configuration files
|
||||
# define folder containing CMake configuration files
|
||||
if (NOT DEFINED INSTALL_DIR_CMAKE)
|
||||
if ("${INSTALL_DIR_LAYOUT}" STREQUAL "Unix")
|
||||
if (INSTALL_DIR_WITH_VERSION)
|
||||
|
@ -2402,7 +2402,7 @@ function (cotire_setup_target_pch_usage _languages _target _wholeTarget)
|
||||
message (STATUS "add_custom_command: TARGET ${_target} PRE_BUILD ${_cmds}")
|
||||
endif()
|
||||
# because CMake PRE_BUILD command does not support dependencies,
|
||||
# we check dependencies explicity in cotire script mode when the pre-build action is run
|
||||
# we check dependencies explicitly in cotire script mode when the pre-build action is run
|
||||
add_custom_command(
|
||||
TARGET "${_target}"
|
||||
PRE_BUILD ${_cmds}
|
||||
|
@ -95,7 +95,7 @@ foreach (OCCT_PACKAGE ${USED_PACKAGES})
|
||||
# Note: files are generated in original source directory (not in patch!)
|
||||
set (FLEX_BISON_TARGET_DIR "${CMAKE_SOURCE_DIR}/${RELATIVE_SOURCES_DIR}/${OCCT_PACKAGE}")
|
||||
|
||||
# choose apropriate extension for generated files: "cxx" if source file contains
|
||||
# choose appropriate extension for generated files: "cxx" if source file contains
|
||||
# instruction to generate C++ code, "c" otherwise
|
||||
set (BISON_OUTPUT_FILE_EXT "c")
|
||||
set (FLEX_OUTPUT_FILE_EXT "c")
|
||||
|
@ -245,7 +245,7 @@ if (BUILD_SHARED_LIBS)
|
||||
install (DIRECTORY "${3RDPARTY_TCL_LIBRARY_DIR}/tcl8" DESTINATION "${INSTALL_DIR_LIB}")
|
||||
install (DIRECTORY "${3RDPARTY_TCL_LIBRARY_DIR}/tcl${TCL_TCLSH_VERSION}" DESTINATION "${INSTALL_DIR_LIB}")
|
||||
else()
|
||||
message (STATUS "\nWarning: tclX.X subdir won't be copyied during the installation process.")
|
||||
message (STATUS "\nWarning: tclX.X subdir won't be copied during the installation process.")
|
||||
message (STATUS "Try seeking tcl within another folder by changing 3RDPARTY_TCL_DIR variable.")
|
||||
endif()
|
||||
|
||||
|
@ -250,7 +250,7 @@ if (BUILD_SHARED_LIBS)
|
||||
# tk is required to install in lib folder (without)
|
||||
install (DIRECTORY "${3RDPARTY_TK_LIBRARY_DIR}/tk${TCL_TCLSH_VERSION}" DESTINATION "${INSTALL_DIR_LIB}")
|
||||
else()
|
||||
message (STATUS "\nWarning: tkX.X subdir won't be copyied during the installation process.")
|
||||
message (STATUS "\nWarning: tkX.X subdir won't be copied during the installation process.")
|
||||
message (STATUS "Try seeking tk within another folder by changing 3RDPARTY_TK_DIR variable.")
|
||||
endif()
|
||||
|
||||
|
@ -1885,7 +1885,7 @@ proc osutils:vcproj { theVcVer isUWP theOutDir theToolKit theGuidsMap theSrcDir
|
||||
set written([file tail $aSrcFile]) 1
|
||||
append aFilesSection [osutils:vcxproj:cxxfile $aSrcFile $needparam 3]
|
||||
} else {
|
||||
puts "Warning : in vcproj more than one occurences for [file tail $aSrcFile]"
|
||||
puts "Warning : in vcproj more than one occurrences for [file tail $aSrcFile]"
|
||||
}
|
||||
if { ! [info exists aVcFilesCxx($xlo)] } { lappend aVcFilesCxx(units) $xlo }
|
||||
lappend aVcFilesCxx($xlo) $aSrcFile
|
||||
@ -1895,7 +1895,7 @@ proc osutils:vcproj { theVcVer isUWP theOutDir theToolKit theGuidsMap theSrcDir
|
||||
set written([file tail $aHxxFile]) 1
|
||||
append aFilesSection [osutils:vcxproj:hxxfile $aHxxFile]
|
||||
} else {
|
||||
puts "Warning : in vcproj more than one occurences for [file tail $aHxxFile]"
|
||||
puts "Warning : in vcproj more than one occurrences for [file tail $aHxxFile]"
|
||||
}
|
||||
if { ! [info exists aVcFilesHxx($xlo)] } { lappend aVcFilesHxx(units) $xlo }
|
||||
lappend aVcFilesHxx($xlo) $aHxxFile
|
||||
@ -1905,7 +1905,7 @@ proc osutils:vcproj { theVcVer isUWP theOutDir theToolKit theGuidsMap theSrcDir
|
||||
set written([file tail $aGenFile]) 1
|
||||
append aFilesSection [osutils:vcxproj:cxxfile $aGenFile $needparam 5]
|
||||
} else {
|
||||
puts "Warning : in vcproj more than one occurences for [file tail $aGenFile]"
|
||||
puts "Warning : in vcproj more than one occurrences for [file tail $aGenFile]"
|
||||
}
|
||||
if { ! [info exists aVcFilesCxx($xlo)] } { lappend aVcFilesCxx(units) $xlo }
|
||||
lappend aVcFilesCxx($xlo) $aGenFile
|
||||
@ -1919,7 +1919,7 @@ proc osutils:vcproj { theVcVer isUWP theOutDir theToolKit theGuidsMap theSrcDir
|
||||
set written([file tail $aSrcFile]) 1
|
||||
append aFilesSection [osutils:vcproj:file $theVcVer $aSrcFile $needparam]
|
||||
} else {
|
||||
puts "Warning : in vcproj more than one occurences for [file tail $aSrcFile]"
|
||||
puts "Warning : in vcproj more than one occurrences for [file tail $aSrcFile]"
|
||||
}
|
||||
}
|
||||
append aFilesSection "\t\t\t</Filter>\n"
|
||||
@ -2128,7 +2128,7 @@ proc osutils:vcprojx { theVcVer isUWP theOutDir theToolKit theGuidsMap theSrcDir
|
||||
append aFilesSection "\t\t\t</Filter>"
|
||||
}
|
||||
} else {
|
||||
puts "Warning : in vcproj there are more than one occurences for [file tail $f]"
|
||||
puts "Warning : in vcproj there are more than one occurrences for [file tail $f]"
|
||||
}
|
||||
#puts "$aProjTmpl $aFilesSection"
|
||||
set anIncPaths "..\\..\\..\\inc"
|
||||
@ -2326,7 +2326,7 @@ proc osutils:cbptk { theCmpl theOutDir theToolKit thePlatform} {
|
||||
set written([file tail $aSrcFile]) 1
|
||||
lappend aTKSrcFiles "../../../[wokUtils:FILES:wtail $aSrcFile 3]"
|
||||
} else {
|
||||
puts "Warning : more than one occurences for [file tail $aSrcFile]"
|
||||
puts "Warning : more than one occurrences for [file tail $aSrcFile]"
|
||||
}
|
||||
}
|
||||
|
||||
@ -2446,7 +2446,7 @@ proc osutils:cbpx { theCmpl theOutDir theToolKit thePlatform } {
|
||||
set written([file tail $aSrcFile]) 1
|
||||
lappend aTKSrcFiles "../../../[wokUtils:FILES:wtail $aSrcFile 3]"
|
||||
} else {
|
||||
puts "Warning : in cbp there are more than one occurences for [file tail $aSrcFile]"
|
||||
puts "Warning : in cbp there are more than one occurrences for [file tail $aSrcFile]"
|
||||
}
|
||||
|
||||
# macros for correct DLL exports
|
||||
@ -2946,7 +2946,7 @@ proc osutils:xcdtk:sources {theToolKit theTargetType theSrcFileRefSection theGro
|
||||
append aSrcFileGuids "\t\t\t\t$aGuidsMap($aSrcFile) ,\n"
|
||||
append aSrcFileRefGuids "\t\t\t\t$aGuidsMap($aSrcFileRef) ,\n"
|
||||
} else {
|
||||
puts "Warning : more than one occurences for [file tail $aSrcFile]"
|
||||
puts "Warning : more than one occurrences for [file tail $aSrcFile]"
|
||||
}
|
||||
}
|
||||
|
||||
@ -3008,26 +3008,26 @@ proc osutils:xcdtk { theOutDir theToolKit theGuidsMap theIsStatic thePlatform {t
|
||||
set aUserDataDir "${aToolkitDir}/xcuserdata"
|
||||
wokUtils:FILES:mkdir $aUserDataDir
|
||||
if { ! [file exists $aUserDataDir] } {
|
||||
puts stderr "Error: Could not create xcuserdata directorty in \"$aToolkitDir\""
|
||||
puts stderr "Error: Could not create xcuserdata directory in \"$aToolkitDir\""
|
||||
return
|
||||
}
|
||||
|
||||
set aUserDataDir "${aUserDataDir}/${aUsername}.xcuserdatad"
|
||||
wokUtils:FILES:mkdir $aUserDataDir
|
||||
if { ! [file exists $aUserDataDir] } {
|
||||
puts stderr "Error: Could not create ${aUsername}.xcuserdatad directorty in \"$aToolkitDir\"/xcuserdata"
|
||||
puts stderr "Error: Could not create ${aUsername}.xcuserdatad directory in \"$aToolkitDir\"/xcuserdata"
|
||||
return
|
||||
}
|
||||
|
||||
set aSchemesDir "${aUserDataDir}/xcschemes"
|
||||
wokUtils:FILES:mkdir $aSchemesDir
|
||||
if { ! [file exists $aSchemesDir] } {
|
||||
puts stderr "Error: Could not create xcschemes directorty in \"$aUserDataDir\""
|
||||
puts stderr "Error: Could not create xcschemes directory in \"$aUserDataDir\""
|
||||
return
|
||||
}
|
||||
# End of folders creation.
|
||||
|
||||
# Generating GUID for tookit.
|
||||
# Generating GUID for toolkit.
|
||||
upvar $theGuidsMap aGuidsMap
|
||||
if { ! [info exists aGuidsMap($theToolKit)] } {
|
||||
set aGuidsMap($theToolKit) [OS:genGUID "xcd"]
|
||||
@ -3460,26 +3460,26 @@ proc osutils:xcdx { theOutDir theExecutable theGuidsMap } {
|
||||
set aUserDataDir "${anExecutableDir}/xcuserdata"
|
||||
wokUtils:FILES:mkdir $aUserDataDir
|
||||
if { ! [file exists $aUserDataDir] } {
|
||||
puts stderr "Error: Could not create xcuserdata directorty in \"$anExecutableDir\""
|
||||
puts stderr "Error: Could not create xcuserdata directory in \"$anExecutableDir\""
|
||||
return
|
||||
}
|
||||
|
||||
set aUserDataDir "${aUserDataDir}/${aUsername}.xcuserdatad"
|
||||
wokUtils:FILES:mkdir $aUserDataDir
|
||||
if { ! [file exists $aUserDataDir] } {
|
||||
puts stderr "Error: Could not create ${aUsername}.xcuserdatad directorty in \"$anExecutableDir\"/xcuserdata"
|
||||
puts stderr "Error: Could not create ${aUsername}.xcuserdatad directory in \"$anExecutableDir\"/xcuserdata"
|
||||
return
|
||||
}
|
||||
|
||||
set aSchemesDir "${aUserDataDir}/xcschemes"
|
||||
wokUtils:FILES:mkdir $aSchemesDir
|
||||
if { ! [file exists $aSchemesDir] } {
|
||||
puts stderr "Error: Could not create xcschemes directorty in \"$aUserDataDir\""
|
||||
puts stderr "Error: Could not create xcschemes directory in \"$aUserDataDir\""
|
||||
return
|
||||
}
|
||||
# End folders creation.
|
||||
|
||||
# Generating GUID for tookit.
|
||||
# Generating GUID for toolkit.
|
||||
upvar $theGuidsMap aGuidsMap
|
||||
if { ! [info exists aGuidsMap($theExecutable)] } {
|
||||
set aGuidsMap($theExecutable) [OS:genGUID "xcd"]
|
||||
|
@ -635,7 +635,7 @@ proc OCCDoc_MakeMainPage {outDir outFile modules {theProductsDir ""} } {
|
||||
foreach mod $modules {
|
||||
puts $fd "\\li \\subpage [string tolower $module_prefix$mod]"
|
||||
}
|
||||
# insert modules relationship diagramm
|
||||
# insert modules relationship diagram
|
||||
puts $fd "\\dotfile [OCCDoc_CreateModulesDependencyGraph $outDir/html schema_all_modules $modules $module_prefix]"
|
||||
puts $fd "**/\n"
|
||||
}
|
||||
|
@ -40,7 +40,7 @@ if /I "%VCVER%" == "@COMPILER@" (
|
||||
set "CSF_OCCTTestsPath=@CMAKE_SOURCE_DIR@/tests"
|
||||
set "CSF_OCCTDocPath=@CMAKE_SOURCE_DIR@/doc"
|
||||
|
||||
rem for compatability with external application using CASROOT
|
||||
rem for compatibility with external application using CASROOT
|
||||
set "CASROOT=@CMAKE_SOURCE_DIR@"
|
||||
)
|
||||
)
|
||||
|
@ -29,7 +29,7 @@ if [ "$1" == "@BIN_LETTER@" ]; then
|
||||
export CSF_OCCTTestsPath="@CMAKE_SOURCE_DIR@/tests"
|
||||
export CSF_OCCTDocPath="@CMAKE_SOURCE_DIR@/doc"
|
||||
|
||||
# for compatability with external application using CASROOT
|
||||
# for compatibility with external application using CASROOT
|
||||
export CASROOT="@CMAKE_SOURCE_DIR@"
|
||||
fi
|
||||
fi
|
||||
|
@ -115,7 +115,7 @@ if /I "%VCFMT%" == "vc9" (
|
||||
exit
|
||||
)
|
||||
|
||||
rem ----- For compatability with external application using CASROOT -----
|
||||
rem ----- For compatibility with external application using CASROOT -----
|
||||
if ["%CASROOT%"] == [""] set "CASROOT=%SCRIPTROOT%"
|
||||
|
||||
rem ----- Define path to 3rdparty products -----
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
aScriptPath=${BASH_SOURCE%/*}; if [ -d "${aScriptPath}" ]; then cd "$aScriptPath"; fi; aScriptPath="$PWD";
|
||||
|
||||
# ----- For compatability with external application using CASROOT -----
|
||||
# ----- For compatibility with external application using CASROOT -----
|
||||
if [ "${CASROOT}" == "" ]; then
|
||||
export CASROOT="${aScriptPath}"
|
||||
fi
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
aScriptPath=${BASH_SOURCE%/*}; if [ -d "${aScriptPath}" ]; then cd "$aScriptPath"; fi; aScriptPath="$PWD";
|
||||
|
||||
# ----- For compatability with external application using CASROOT -----
|
||||
# ----- For compatibility with external application using CASROOT -----
|
||||
if [ "${CASROOT}" == "" ]; then
|
||||
export CASROOT="@INSTALL_DIR@"
|
||||
fi
|
||||
|
@ -52,7 +52,7 @@ proc HelpInformation {} {
|
||||
loginfo " -$ArgName(Rename) - apply renaming of classes"
|
||||
loginfo ""
|
||||
loginfo "Advanced options:"
|
||||
loginfo " -$ArgName(CompatibleMode) - preserve old RTTI macros for compatability with OCCT 6.x"
|
||||
loginfo " -$ArgName(CompatibleMode) - preserve old RTTI macros for compatibility with OCCT 6.x"
|
||||
loginfo " -$ArgName(CheckOnly) - do check only, no modifications will be made"
|
||||
loginfo " -$ArgName(WLog) - show gui log of upgrade process"
|
||||
loginfo " -$ArgName(Log)=<file path> - put the log into a file"
|
||||
|
@ -1225,7 +1225,7 @@ Management of highlight attributes has been revised and might require modificati
|
||||
|
||||
@subsection upgrade_720_implicit_viewer_update Elimination of implicit 3D Viewer updates
|
||||
|
||||
Most AIS_InteractiveContext methods are defined with a flag to update viewer immediatly or not.
|
||||
Most AIS_InteractiveContext methods are defined with a flag to update viewer immediately or not.
|
||||
Within previous version of OCCT, this argument had default value TRUE.
|
||||
While immediate viewer updates are useful for beginners (the result is displayed as soon as possible),
|
||||
this approach is inefficent for batch viewer updates, and having default value as TRUE
|
||||
|
@ -2456,7 +2456,7 @@ vdimension name {-angle|-length|-radius|-diameter} -shapes shape1 [shape2 [shape
|
||||
|
||||
Builds angle, length, radius or diameter dimension interactive object **name**.
|
||||
|
||||
**Attension:** length dimension can't be built without working plane.
|
||||
**Attention:** length dimension can't be built without working plane.
|
||||
|
||||
**Example:**
|
||||
~~~~~
|
||||
@ -6243,7 +6243,7 @@ Code letters are not case-sensitive.
|
||||
|
||||
**Example:**
|
||||
~~~~~
|
||||
# to create a trianglular plane using a vertex at the
|
||||
# to create a triangular plane using a vertex at the
|
||||
origin, in the xy plane
|
||||
profile p O 0 0 0 X 1 Y 0 x 1 y 1
|
||||
~~~~~
|
||||
@ -6833,7 +6833,7 @@ trotate [name ...] x y z dx dy dz angle
|
||||
**ttranslate** translates a set of shapes by a given vector, and **trotate** rotates them by a given angle around an axis. Both commands only modify the location of the shape.
|
||||
When creating multiple shapes, the same location is used for all the shapes. (See *toto.tcl* example below. Note that the code of this file can also be directly executed in interactive mode.)
|
||||
|
||||
Locations are very economic in the data structure because multiple occurences of an object share the topological description.
|
||||
Locations are very economic in the data structure because multiple occurrences of an object share the topological description.
|
||||
|
||||
**Example:**
|
||||
~~~~~
|
||||
@ -7999,7 +7999,7 @@ Computes a draft angle surface from a wire. The surface is determined by the dra
|
||||
|
||||
* The draft angle is measured in radians.
|
||||
* The draft direction is determined by the argument -INTERNAL
|
||||
* The argument Ri/Ro deftermines wether the corner edges of the draft surfaces are angular or rounded.
|
||||
* The argument Ri/Ro deftermines whether the corner edges of the draft surfaces are angular or rounded.
|
||||
* Arguments that can be used to define the surface distance are:
|
||||
* length, a defined distance
|
||||
* shape, until the surface contacts a shape
|
||||
@ -10752,7 +10752,11 @@ Syntax:
|
||||
projpcurve <edge> <face> <Tol> <X> <Y> <Z> [<start_param>]
|
||||
~~~~~
|
||||
|
||||
**projpcurve** returns the projection of a given point on a given curve on surface. The curve on surface is defined by giving the edge and face names. Edge must have curve 2D repesentation on the face. Optional parameter <i>\<start_param\></i> is any parameter of pcurve, which is used by algoritm as start point for searching projection of given point with help of local Extrema algorithm. If this parameter is not set, algorithm uses whole parametric interval of pcurve for searching projection.
|
||||
**projpcurve** returns the projection of a given point on a given curve on surface.
|
||||
The curve on surface is defined by giving the edge and face names.
|
||||
Edge must have curve 2D repesentation on the face.
|
||||
Optional parameter <i>\<start_param\></i> is any parameter of pcurve, which is used by algorithm as start point for searching projection of given point with help of local Extrema algorithm.
|
||||
If this parameter is not set, algorithm uses whole parametric interval of pcurve for searching projection.
|
||||
|
||||
**Example:**
|
||||
|
||||
|
@ -131,7 +131,7 @@ namespace IE_WPF_D3D
|
||||
|
||||
if (!View.TranslateModel (aFileName, aFormat, true))
|
||||
{
|
||||
MessageBox.Show ("Cann't read this file", "Error!", MessageBoxButtons.OK, MessageBoxIcon.Warning);
|
||||
MessageBox.Show ("Can't read this file", "Error!", MessageBoxButtons.OK, MessageBoxIcon.Warning);
|
||||
}
|
||||
}
|
||||
View.ZoomAllView ();
|
||||
@ -453,7 +453,7 @@ namespace IE_WPF_D3D
|
||||
|
||||
if (Keyboard.IsKeyDown (Key.LeftCtrl) || Keyboard.IsKeyDown (Key.RightCtrl))
|
||||
{
|
||||
// start the dinamic zooming....
|
||||
// start the dynamic zooming....
|
||||
CurrentMode = CurrentAction3d.CurAction3d_DynamicZooming;
|
||||
}
|
||||
else
|
||||
|
@ -3,7 +3,7 @@
|
||||
<!-- SimpleStyles.XAML defines a set of control styles which are simplified starting points for creating your own controls -->
|
||||
|
||||
<!-- Brushes : These are used to define the color for background, foreground, selection, enabled etc of all controls
|
||||
If you want to change the color of a control you can just chnage the brush; if you want to add a new shape or change arrangement then also edit the template -->
|
||||
If you want to change the color of a control you can just change the brush; if you want to add a new shape or change arrangement then also edit the template -->
|
||||
|
||||
<!-- NormalBrush is used as the Background for SimpleButton, SimpleRepeatButton -->
|
||||
<LinearGradientBrush x:Key="NormalBrush" EndPoint="0,1" StartPoint="0,0">
|
||||
@ -402,7 +402,7 @@
|
||||
</Grid.RowDefinitions>
|
||||
<ScrollContentPresenter Grid.Column="0" Grid.Row="0" Margin="{TemplateBinding Padding}" Content="{TemplateBinding Content}" ContentTemplate="{TemplateBinding ContentTemplate}" CanContentScroll="{TemplateBinding CanContentScroll}"/>
|
||||
|
||||
<!-- The visibility of the ScrollBars is controlled by the implementation fo the control -->
|
||||
<!-- The visibility of the ScrollBars is controlled by the implementation of the control -->
|
||||
<ScrollBar Visibility="{TemplateBinding ComputedHorizontalScrollBarVisibility}" Grid.Column="0" Grid.Row="1" x:Name="PART_HorizontalScrollBar" Style="{DynamicResource SimpleScrollBar}" Orientation="Horizontal" Value="{Binding Path=HorizontalOffset, Mode=OneWay, RelativeSource={RelativeSource TemplatedParent}}" ViewportSize="{TemplateBinding ViewportWidth}" Minimum="0" Maximum="{TemplateBinding ScrollableWidth}" />
|
||||
<ScrollBar Visibility="{TemplateBinding ComputedVerticalScrollBarVisibility}" Grid.Column="1" Grid.Row="0" x:Name="PART_VerticalScrollBar" Style="{DynamicResource SimpleScrollBar}" Orientation="Vertical" Value="{Binding Path=VerticalOffset, Mode=OneWay, RelativeSource={RelativeSource TemplatedParent}}" ViewportSize="{TemplateBinding ViewportHeight}" Minimum="0" Maximum="{TemplateBinding ScrollableHeight}" />
|
||||
</Grid>
|
||||
@ -974,7 +974,7 @@
|
||||
</Style>
|
||||
|
||||
<!--Simple Simple Slider
|
||||
Similiar to ScrollBar this template uses Track to layout the draggable Thumb which has an up and down repeat button
|
||||
Similar to ScrollBar this template uses Track to layout the draggable Thumb which has an up and down repeat button
|
||||
It uses Simple SliderThumb and SimpleScrollRepeatButtonStyle for the page up and down repeat buttons -->
|
||||
<Style x:Key="SimpleSlider" TargetType="{x:Type Slider}">
|
||||
<Setter Property="Background" Value="{DynamicResource LightBrush}"/>
|
||||
|
@ -207,7 +207,7 @@ namespace IE_WPF_WinForms
|
||||
Cursor = System.Windows.Forms.Cursors.WaitCursor;
|
||||
if ( !View.TranslateModel( aFileName, aFormat, true ) )
|
||||
{
|
||||
MessageBox.Show( "Cann't read this file", "Error!", MessageBoxButtons.OK, MessageBoxIcon.Warning );
|
||||
MessageBox.Show( "Can't read this file", "Error!", MessageBoxButtons.OK, MessageBoxIcon.Warning );
|
||||
}
|
||||
Cursor = System.Windows.Forms.Cursors.Default;
|
||||
}
|
||||
@ -570,7 +570,7 @@ namespace IE_WPF_WinForms
|
||||
myYmax = e.Y;
|
||||
if ( CurrentPressedKey == CurrentPressedKey.CurPressedKey_Ctrl )
|
||||
{
|
||||
// start the dinamic zooming....
|
||||
// start the dynamic zooming....
|
||||
CurrentMode = CurrentAction3d.CurAction3d_DynamicZooming;
|
||||
}
|
||||
else
|
||||
|
@ -3,7 +3,7 @@
|
||||
<!-- SimpleStyles.XAML defines a set of control styles which are simplified starting points for creating your own controls -->
|
||||
|
||||
<!-- Brushes : These are used to define the color for background, foreground, selection, enabled etc of all controls
|
||||
If you want to change the color of a control you can just chnage the brush; if you want to add a new shape or change arrangement then also edit the template -->
|
||||
If you want to change the color of a control you can just change the brush; if you want to add a new shape or change arrangement then also edit the template -->
|
||||
|
||||
<!-- NormalBrush is used as the Background for SimpleButton, SimpleRepeatButton -->
|
||||
<LinearGradientBrush x:Key="NormalBrush" EndPoint="0,1" StartPoint="0,0">
|
||||
@ -402,7 +402,7 @@
|
||||
</Grid.RowDefinitions>
|
||||
<ScrollContentPresenter Grid.Column="0" Grid.Row="0" Margin="{TemplateBinding Padding}" Content="{TemplateBinding Content}" ContentTemplate="{TemplateBinding ContentTemplate}" CanContentScroll="{TemplateBinding CanContentScroll}"/>
|
||||
|
||||
<!-- The visibility of the ScrollBars is controlled by the implementation fo the control -->
|
||||
<!-- The visibility of the ScrollBars is controlled by the implementation of the control -->
|
||||
<ScrollBar Visibility="{TemplateBinding ComputedHorizontalScrollBarVisibility}" Grid.Column="0" Grid.Row="1" x:Name="PART_HorizontalScrollBar" Style="{DynamicResource SimpleScrollBar}" Orientation="Horizontal" Value="{Binding Path=HorizontalOffset, Mode=OneWay, RelativeSource={RelativeSource TemplatedParent}}" ViewportSize="{TemplateBinding ViewportWidth}" Minimum="0" Maximum="{TemplateBinding ScrollableWidth}" />
|
||||
<ScrollBar Visibility="{TemplateBinding ComputedVerticalScrollBarVisibility}" Grid.Column="1" Grid.Row="0" x:Name="PART_VerticalScrollBar" Style="{DynamicResource SimpleScrollBar}" Orientation="Vertical" Value="{Binding Path=VerticalOffset, Mode=OneWay, RelativeSource={RelativeSource TemplatedParent}}" ViewportSize="{TemplateBinding ViewportHeight}" Minimum="0" Maximum="{TemplateBinding ScrollableHeight}" />
|
||||
</Grid>
|
||||
@ -974,7 +974,7 @@
|
||||
</Style>
|
||||
|
||||
<!--Simple Simple Slider
|
||||
Similiar to ScrollBar this template uses Track to layout the draggable Thumb which has an up and down repeat button
|
||||
Similar to ScrollBar this template uses Track to layout the draggable Thumb which has an up and down repeat button
|
||||
It uses Simple SliderThumb and SimpleScrollRepeatButtonStyle for the page up and down repeat buttons -->
|
||||
<Style x:Key="SimpleSlider" TargetType="{x:Type Slider}">
|
||||
<Setter Property="Background" Value="{DynamicResource LightBrush}"/>
|
||||
|
@ -307,7 +307,7 @@ namespace IE_WinForms
|
||||
myXmin = e.X; myYmin = e.Y;
|
||||
myXmax = e.X; myYmax = e.Y;
|
||||
if (myCurrentPressedKey == CurrentPressedKey.CurPressedKey_Ctrl)
|
||||
// start the dinamic zooming....
|
||||
// start the dynamic zooming....
|
||||
myCurrentMode = CurrentAction3d.CurAction3d_DynamicZooming;
|
||||
else
|
||||
{
|
||||
@ -678,7 +678,7 @@ namespace IE_WinForms
|
||||
return;
|
||||
this.Cursor = System.Windows.Forms.Cursors.WaitCursor;
|
||||
if (!myOCCTProxy.TranslateModel(filename, theformat, true))
|
||||
MessageBox.Show("Cann't read this file", "Error!",
|
||||
MessageBox.Show("Can't read this file", "Error!",
|
||||
MessageBoxButtons.OK, MessageBoxIcon.Warning);
|
||||
this.Cursor = System.Windows.Forms.Cursors.Default;
|
||||
}
|
||||
@ -734,7 +734,7 @@ namespace IE_WinForms
|
||||
return;
|
||||
this.Cursor = System.Windows.Forms.Cursors.WaitCursor;
|
||||
if (!myOCCTProxy.TranslateModel(filename, theformat, false))
|
||||
MessageBox.Show("Cann't write this file", "Error!",
|
||||
MessageBox.Show("Can't write this file", "Error!",
|
||||
MessageBoxButtons.OK, MessageBoxIcon.Warning);
|
||||
this.Cursor = System.Windows.Forms.Cursors.Default;
|
||||
}
|
||||
|
@ -1409,7 +1409,7 @@ void TopologySamples::Offset3dSample()
|
||||
aTria.Add(aVertC);
|
||||
aTria.Close();
|
||||
TopoDS_Wire aWire = aTria.Wire();
|
||||
myResult << "Trianglular wire was created in yellow" << std::endl;
|
||||
myResult << "Triangular wire was created in yellow" << std::endl;
|
||||
|
||||
Handle(AIS_ColoredShape) anAisWire = new AIS_ColoredShape(aWire);
|
||||
anAisWire->SetColor(Quantity_Color(Quantity_NOC_YELLOW));
|
||||
@ -1430,7 +1430,7 @@ void TopologySamples::Offset3dSample()
|
||||
{
|
||||
// Get result.
|
||||
TopoDS_Shape aResult = anAlgo.Shape();
|
||||
myResult << "#" << i << " : Offest = " << anOffset << " Altitude = " << anAltitude
|
||||
myResult << "#" << i << " : Offset = " << anOffset << " Altitude = " << anAltitude
|
||||
<< ". Result is in red." << std::endl;
|
||||
|
||||
Handle(AIS_ColoredShape) anAisResult = new AIS_ColoredShape(aResult);
|
||||
|
@ -285,7 +285,7 @@ BEGIN
|
||||
ID_BUTTON_Test_25 " Interpolate a curve from points\nInterpolate a curve"
|
||||
ID_BUTTON_Test_26 " Calculate the extreme points between curves\nExtreme points"
|
||||
ID_BUTTON_Test_27 " Build offset curves\nOffset curves"
|
||||
ID_BUTTON_Test_28 " Build a line passing trough two points\nLine"
|
||||
ID_BUTTON_Test_28 " Build a line passing through two points\nLine"
|
||||
ID_BUTTON_Test_29 " Build a bisector\nBisector"
|
||||
ID_BUTTON_Test_30 " Build a line passing through a point and tangent to a circle\nBuild a tangent line"
|
||||
ID_BUTTON_Test_31 " Build tangent circles\nTangent circles"
|
||||
@ -296,11 +296,11 @@ BEGIN
|
||||
ID_BUTTON_Test_33 " Build B-Spline curves\nB-Spline curves"
|
||||
ID_BUTTON_Test_34 " Test the average shape of points\nTest points"
|
||||
ID_BUTTON_Test_35 " Intersection between curve and surface\nIntersection between curve and surface"
|
||||
ID_BUTTON_Test_36 " Build entitys from geometric transformations\nGeometric transformations"
|
||||
ID_BUTTON_Test_36 " Build entities from geometric transformations\nGeometric transformations"
|
||||
ID_BUTTON_Test_37 " Test the average shape of points\nTest points"
|
||||
ID_BUTTON_Test_38 " Build surfaces by filling curves\nFill curves"
|
||||
ID_BUTTON_Test_39 " Build a constrained surface from curves\nConstrained surface"
|
||||
ID_BUTTON_Test_40 " Build pipe from basis entitys\nPipe"
|
||||
ID_BUTTON_Test_40 " Build pipe from basis entities\nPipe"
|
||||
ID_BUTTON_Test_41 " Split a B-Spline surface\nSplit a B-Spline surface"
|
||||
ID_BUTTON_Test_42 " Build Bezier surface\nBezier surface"
|
||||
ID_BUTTON_Test_43 " Build offset surfaces\nOffset surfaces"
|
||||
|
@ -80,7 +80,7 @@ void GeoAlgo_Sol::Build(const TColgp_SequenceOfXYZ& seqOfXYZ)
|
||||
|
||||
//Filling plate
|
||||
Plate_Plate myPlate;
|
||||
std::cout<<" * Nunber of points = "<< nbPnt << std::endl;
|
||||
std::cout<<" * Number of points = "<< nbPnt << std::endl;
|
||||
for (i=1; i<= nbPnt; i++) {
|
||||
gp_Pnt ptProj(seqOfXYZ.Value(i).X(), seqOfXYZ.Value(i).Y(), 0. );
|
||||
gp_Vec aVec( ptProj, seqOfXYZ.Value(i));
|
||||
|
@ -48,7 +48,7 @@ void GeomSources::PreProcess(CGeometryDoc* aDoc,DisplayType aDisplayType)
|
||||
aDoc->Put2DOnTop(false);
|
||||
|
||||
// both on top
|
||||
// send the message Title Horizontaly to the child of doc main frame
|
||||
// send the message Title Horizontally to the child of doc main frame
|
||||
CGeometryApp* TheAppli = (CGeometryApp*)AfxGetApp();
|
||||
CMainFrame* TheMainFrame= (CMainFrame*)TheAppli->m_pMainWnd;
|
||||
::SendMessage(TheMainFrame->m_hWndMDIClient, WM_MDITILE, 0, 0);
|
||||
|
@ -19,7 +19,7 @@ static char THIS_FILE[] = __FILE__;
|
||||
|
||||
#define WAIT_A_LITTLE WaitForInput(500)
|
||||
|
||||
#define MAX_PARAM 1000 // if a surface parameter is infinite, it is assingned
|
||||
#define MAX_PARAM 1000 // if a surface parameter is infinite, it is assigned
|
||||
// this value in order to display the "infinit" object in the viewer.
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
@ -1134,7 +1134,7 @@ void CGeometryDoc::OnCreateSol()
|
||||
|
||||
//================================================================
|
||||
// Function : fixParam
|
||||
// Purpose : assings a finite value to theParam if it intinite
|
||||
// Purpose : assigns a finite value to theParam if it's infinite
|
||||
// (equal to +- Precision::Infinite())
|
||||
//================================================================
|
||||
static Standard_Boolean fixParam(Standard_Real& theParam)
|
||||
|
@ -343,13 +343,13 @@ BEGIN
|
||||
ID_FACE "Make face\nFace"
|
||||
ID_SHELL "Make a shell from a geometric surface\nShell"
|
||||
ID_COMPOUND "Make a compound\nCompound"
|
||||
ID_SEWING "Sew contigous faces\nSewing"
|
||||
ID_SEWING "Sew contiguous faces\nSewing"
|
||||
ID_BUILDER "Create a shape with a builder\nBuilder"
|
||||
END
|
||||
|
||||
STRINGTABLE
|
||||
BEGIN
|
||||
ID_GEOMETRIE "Tools to recover the geometrie\nTools"
|
||||
ID_GEOMETRIE "Tools to recover the geometry\nTools"
|
||||
ID_EXPLORER "Explode a shape in faces\nExplorer"
|
||||
ID_VALID "Check Validity\nCheck Validity"
|
||||
ID_LINEAR "Compute Linear Properties\nLinear Properties"
|
||||
|
@ -4085,7 +4085,7 @@ void CModelingDoc::OnGeometrie()
|
||||
myAISContext->Remove (aListIterator.Value(), Standard_False);
|
||||
}
|
||||
|
||||
//geometrie of a vertex
|
||||
//geometry of a vertex
|
||||
TopoDS_Vertex aVertex = BRepBuilderAPI_MakeVertex(gp_Pnt(0,120,70));
|
||||
gp_Pnt GeometricPoint = BRep_Tool::Pnt(aVertex);
|
||||
|
||||
@ -4094,7 +4094,7 @@ void CModelingDoc::OnGeometrie()
|
||||
Fit();
|
||||
Sleep (500);
|
||||
|
||||
//geometrie of an edge
|
||||
//geometry of an edge
|
||||
TopoDS_Edge anEdge = BRepBuilderAPI_MakeEdge(gp_Pnt(100,50,250),gp_Pnt(-30,-100,-50));
|
||||
Handle(AIS_Shape) yellow = new AIS_Shape(anEdge);
|
||||
myAISContext->SetWidth(yellow,2,Standard_False);
|
||||
@ -4115,7 +4115,7 @@ void CModelingDoc::OnGeometrie()
|
||||
Sleep (500);
|
||||
}
|
||||
|
||||
//geometrie of a face
|
||||
//geometry of a face
|
||||
gp_Pnt P(-20,-20,-20);
|
||||
gp_Vec V(0,0,1);
|
||||
Handle(Geom_Plane) Pi=new Geom_Plane(P,V);
|
||||
@ -4146,11 +4146,11 @@ void CModelingDoc::OnGeometrie()
|
||||
|
||||
TCollection_AsciiString Message ("\
|
||||
\n\
|
||||
///////geometrie of a vertex \n\
|
||||
///////geometry of a vertex \n\
|
||||
TopoDS_Vertex aVertex = BRepBuilderAPI_MakeVertex(gp_Pnt(0,120,70)); \n\
|
||||
gp_Pnt GeometricPoint = BRep_Tool::Pnt(aVertex); \n\
|
||||
\n\
|
||||
///////geometrie of an edge \n\
|
||||
///////geometry of an edge \n\
|
||||
TopoDS_Edge anEdge = BRepBuilderAPI_MakeEdge(gp_Pnt(100,50,250),gp_Pnt(-30,-100,-50)); \n\
|
||||
\n\
|
||||
TopLoc_Location location; \n\
|
||||
@ -4163,7 +4163,7 @@ if (!aLine.IsNull()) { \n\
|
||||
Handle (AIS_Line) DispLine = new AIS_Line(aLine); \n\
|
||||
} \n\
|
||||
\n\
|
||||
///////geometrie of a face \n\
|
||||
///////geometry of a face \n\
|
||||
gp_Pnt P(-20,-20,-20); \n\
|
||||
gp_Vec V(0,0,1); \n\
|
||||
Handle(Geom_Plane) Pi=new Geom_Plane(P,V); \n\
|
||||
@ -4180,7 +4180,7 @@ if (!aPlane.IsNull()) { \n\
|
||||
\n\
|
||||
\n");
|
||||
|
||||
PocessTextInDialog("Recover the geometrie of vertex, edge and face ", Message);
|
||||
PocessTextInDialog("Recover the geometry of vertex, edge and face ", Message);
|
||||
|
||||
|
||||
}
|
||||
|
@ -26,7 +26,7 @@
|
||||
#include <gp_Pln.hxx>
|
||||
#include <Geom_OffsetCurve.hxx>
|
||||
|
||||
#define MAX_PARAM 1000 // if a surface parameter is infinite, it is assingned
|
||||
#define MAX_PARAM 1000 // if a surface parameter is infinite, it is assigned
|
||||
// this value in order to display the "infinit" object in the viewer.
|
||||
|
||||
|
||||
@ -53,7 +53,7 @@ Standard_Boolean OCCDemo_Presentation::WaitForInput (unsigned long aMilliSeconds
|
||||
|
||||
//================================================================
|
||||
// Function : fixParam
|
||||
// Purpose : assings a finite value to theParam if it intinite
|
||||
// Purpose : assigns a finite value to theParam if it's infinite
|
||||
// (equal to +- Precision::Infinite())
|
||||
//================================================================
|
||||
static Standard_Boolean fixParam(Standard_Real& theParam)
|
||||
|
@ -139,7 +139,7 @@ void COffsetDlg::SetOffsets(Standard_Real theFactor, Standard_Real theUnits)
|
||||
if (aAISContext->IsDisplayed(aAISContext->SelectedInteractive())) OneOrMoreCurrentIsDisplayed=true;
|
||||
|
||||
if(OneOrMoreCurrentIsDisplayed){
|
||||
// A small trick to avoid complier error (C2668).
|
||||
// A small trick to avoid compiler error (C2668).
|
||||
const Handle(AIS_InteractiveObject)& anIOOverlappedBox = aOverlappedBox;
|
||||
const Handle(AIS_InteractiveObject)& anIOBox = aBox;
|
||||
if((aAISContext->IsSelected(anIOOverlappedBox) || aAISContext->IsSelected(anIOBox))
|
||||
@ -149,7 +149,7 @@ void COffsetDlg::SetOffsets(Standard_Real theFactor, Standard_Real theUnits)
|
||||
//myDoc -> AddTextInDialog(Message);
|
||||
}
|
||||
|
||||
// A small trick to avoid complier error (C2668).
|
||||
// A small trick to avoid compiler error (C2668).
|
||||
const Handle(AIS_InteractiveObject)& anIOOverlappedCylinder = aOverlappedCylinder;
|
||||
const Handle(AIS_InteractiveObject)& anIOCylinder = aCylinder;
|
||||
if((aAISContext->IsSelected(anIOOverlappedCylinder) || aAISContext->IsSelected(anIOCylinder))
|
||||
@ -159,7 +159,7 @@ void COffsetDlg::SetOffsets(Standard_Real theFactor, Standard_Real theUnits)
|
||||
//myDoc -> AddTextInDialog(Message);
|
||||
}
|
||||
|
||||
// A small trick to avoid complier error (C2668).
|
||||
// A small trick to avoid compiler error (C2668).
|
||||
const Handle(AIS_InteractiveObject)& anIOOverlappedSphere = aOverlappedSphere;
|
||||
const Handle(AIS_InteractiveObject)& anIOSphere = aSphere;
|
||||
if((aAISContext->IsSelected(anIOOverlappedSphere) || aAISContext->IsSelected(anIOSphere))
|
||||
|
@ -334,7 +334,7 @@ void TexturesExt_Presentation::sampleKitchen()
|
||||
|
||||
moveScale(aShape);
|
||||
|
||||
// draw kitchen room whithout one wall (to better see the insides)
|
||||
// draw kitchen room without one wall (to better see the insides)
|
||||
TopTools_IndexedMapOfShape aFaces;
|
||||
TopExp::MapShapes(aShape, TopAbs_FACE, aFaces);
|
||||
Standard_Integer nbFaces = aFaces.Extent();
|
||||
|
@ -403,7 +403,7 @@ void CViewer3dDoc::OnUpdateOverlappedBox(CCmdUI* pCmdUI)
|
||||
|
||||
void CViewer3dDoc::OnObjectRemove()
|
||||
{
|
||||
// A small trick to avoid complier error (C2668).
|
||||
// A small trick to avoid compiler error (C2668).
|
||||
const Handle(AIS_InteractiveObject)& aBox = myBox;
|
||||
if(myAISContext->IsSelected (aBox))
|
||||
myBox.Nullify();
|
||||
|
@ -72,7 +72,7 @@ void CImportExportDoc::Serialize(CArchive& ar)
|
||||
{
|
||||
if (ar.IsStoring())
|
||||
{
|
||||
// Put the curent CColoredShape in the archive
|
||||
// Put the current CColoredShape in the archive
|
||||
ar << m_pcoloredshapeList;
|
||||
}
|
||||
else
|
||||
|
@ -233,7 +233,7 @@ void COcafDoc::OnCreatebox()
|
||||
\n\
|
||||
Handle(TDocStd_Document) D = GetOcafDoc(); \n\
|
||||
\n\
|
||||
// Openning a new command (for undo/redo) \n\
|
||||
// Opening a new command (for undo/redo) \n\
|
||||
D->NewCommand(); \n\
|
||||
\n\
|
||||
TOcaf_Commands TSC(D->Main()); \n\
|
||||
@ -290,7 +290,7 @@ void COcafDoc::OnCreatecyl()
|
||||
\n\
|
||||
Handle(TDocStd_Document) D = GetOcafDoc(); \n\
|
||||
\n\
|
||||
// Openning a new command (for undo/redo) \n\
|
||||
// Opening a new command (for undo/redo) \n\
|
||||
D->NewCommand(); \n\
|
||||
\n\
|
||||
TOcaf_Commands TSC(D->Main()); \n\
|
||||
@ -421,7 +421,7 @@ z=curReal->Get(); \n\
|
||||
Handle(TDataStd_Name) stdName; \n\
|
||||
LabObject.FindAttribute(TDataStd_Name::GetID(),stdName); \n\
|
||||
\n\
|
||||
// Openning a new command \n\
|
||||
// Opening a new command \n\
|
||||
D->NewCommand(); \n\
|
||||
\n\
|
||||
TOcaf_Commands TSC(LabObject); \n\
|
||||
@ -504,7 +504,7 @@ z=curReal->Get(); \n\
|
||||
Handle(TDataStd_Name) stdName; \n\
|
||||
LabObject.FindAttribute(TDataStd_Name::GetID(),stdName); \n\
|
||||
\n\
|
||||
// Openning a new command \n\
|
||||
// Opening a new command \n\
|
||||
D->NewCommand(); \n\
|
||||
\n\
|
||||
TOcaf_Commands TSC(LabObject); \n\
|
||||
@ -757,7 +757,7 @@ void COcafDoc::OnCut()
|
||||
Handle(TDocStd_Document) D = GetOcafDoc(); \n\
|
||||
TDF_Label L = D->Main(); \n\
|
||||
\n\
|
||||
// Openning a new command\n\
|
||||
// Opening a new command\n\
|
||||
D->NewCommand(); \n\
|
||||
\n\
|
||||
TOcaf_Commands TSC(D->Main()); \n\
|
||||
@ -839,7 +839,7 @@ void COcafDoc::OnObjectDelete()
|
||||
\n\
|
||||
Handle(TDocStd_Document) D = GetOcafDoc(); \n\
|
||||
\n\
|
||||
// Openning a new command\n\
|
||||
// Opening a new command\n\
|
||||
D->NewCommand(); \n\
|
||||
\n\
|
||||
// Getting the TPrsStd_AISPresentation of the selected object\n\
|
||||
@ -1118,7 +1118,7 @@ BOOL COcafDoc::OnOpenDocument(LPCTSTR lpszPathName)
|
||||
\n\
|
||||
Handle(TOcaf_Application) m_App= ((COcafApp*)AfxGetApp())->GetApp(); \n\
|
||||
\n\
|
||||
// Openning the OCAF document from the TPath file\n\
|
||||
// Opening the OCAF document from the TPath file\n\
|
||||
m_App->Open((TCollection_ExtendedString) TPath,myOcafDoc); \n\
|
||||
\n\
|
||||
// Creation of a new TPrsStd_AISViewer connected to the current V3d_Viewer\n\
|
||||
|
@ -126,7 +126,7 @@ Standard_Integer TOcafFunction_CutDriver::Execute(Handle(TFunction_Logbook)& /*l
|
||||
// STEP 2:
|
||||
// Let's call for algorithm computing a cut operation:
|
||||
BRepAlgoAPI_Cut mkCut(OriginalShape, ToolShape);
|
||||
// Let's check if the Cut has been successfull:
|
||||
// Let's check if the Cut has been successful:
|
||||
if (!mkCut.IsDone())
|
||||
{
|
||||
MessageBoxW (NULL, L"Cut not done.", L"Cut Function Driver", MB_ICONERROR);
|
||||
|
@ -2,7 +2,7 @@
|
||||
// Created: Mon Jul 3 2000
|
||||
// Author: J Mazars
|
||||
|
||||
//Modified by Sergey RUIN (An instanciation of the drivers)
|
||||
//Modified by Sergey RUIN (An instantiation of the drivers)
|
||||
|
||||
#include <stdafx.h>
|
||||
#include <TOcaf_Application.hxx>
|
||||
@ -24,15 +24,15 @@ IMPLEMENT_STANDARD_RTTIEXT (TOcaf_Application, TDocStd_Application)
|
||||
|
||||
TOcaf_Application::TOcaf_Application()
|
||||
{
|
||||
// Instanciate a TOcafFunction_BoxDriver and add it to the TFunction_DriverTable
|
||||
// Instantiate a TOcafFunction_BoxDriver and add it to the TFunction_DriverTable
|
||||
TFunction_DriverTable::Get()->AddDriver (TOcafFunction_BoxDriver::GetID(),
|
||||
new TOcafFunction_BoxDriver());
|
||||
|
||||
// Instanciate a TOcafFunction_Cyl Driver and add it to the TFunction_DriverTable
|
||||
// Instantiate a TOcafFunction_Cyl Driver and add it to the TFunction_DriverTable
|
||||
TFunction_DriverTable::Get()->AddDriver (TOcafFunction_CylDriver::GetID(),
|
||||
new TOcafFunction_CylDriver());
|
||||
|
||||
// Instanciate a TOcafFunction_CutDriver and add it to the TFunction_DriverTable
|
||||
// Instantiate a TOcafFunction_CutDriver and add it to the TFunction_DriverTable
|
||||
Handle(TOcafFunction_CutDriver) myCutDriver = new TOcafFunction_CutDriver();
|
||||
TFunction_DriverTable::Get()->AddDriver (TOcafFunction_CutDriver::GetID(),
|
||||
new TOcafFunction_CutDriver());
|
||||
|
@ -83,7 +83,7 @@ TDF_Label TOcaf_Commands::CreateBox(Standard_Real x, Standard_Real y, Standard_R
|
||||
TDataStd_Name::Set(L, Name);
|
||||
|
||||
|
||||
// Instanciate a TFunction_Function attribute connected to the current box driver
|
||||
// Instantiate a TFunction_Function attribute connected to the current box driver
|
||||
// and attach it to the data structure as an attribute of the Box Label
|
||||
Handle(TFunction_Function) myFunction = TFunction_Function::Set(L, TOcafFunction_BoxDriver::GetID());
|
||||
|
||||
@ -138,7 +138,7 @@ TDF_Label TOcaf_Commands::CreateCyl(Standard_Real x, Standard_Real y, Standard_R
|
||||
TDataStd_Name::Set(L, Name);
|
||||
|
||||
|
||||
// Instanciate a TFunction_Function attribute connected to the current cylinder driver
|
||||
// Instantiate a TFunction_Function attribute connected to the current cylinder driver
|
||||
// and attach it to the data structure as an attribute of the Cylinder Label
|
||||
Handle(TFunction_Function) myFunction = TFunction_Function::Set(L, TOcafFunction_CylDriver::GetID());
|
||||
|
||||
@ -230,7 +230,7 @@ TDF_Label TOcaf_Commands::ModifyBox(Standard_Real x, Standard_Real y, Standard_R
|
||||
myBoxDriver->Init(MainLab);
|
||||
if (myBoxDriver->MustExecute(log))
|
||||
{
|
||||
// Set the box touched, it will be usefull to recompute an object which used this box as attribute
|
||||
// Set the box touched, it will be useful to recompute an object which used this box as attribute
|
||||
log->SetTouched(MainLab);
|
||||
if(myBoxDriver->Execute(log))
|
||||
MessageBox (NULL, L"Recompute failed", L"Modify box", MB_ICONEXCLAMATION);
|
||||
@ -305,7 +305,7 @@ TDF_Label TOcaf_Commands::ModifyCyl(Standard_Real x, Standard_Real y, Standard_R
|
||||
myCylDriver->Init(MainLab);
|
||||
if (myCylDriver->MustExecute(log))
|
||||
{
|
||||
// Set the cylinder touched, it will be usefull to recompute an object which used this cylinder as attribute
|
||||
// Set the cylinder touched, it will be useful to recompute an object which used this cylinder as attribute
|
||||
log->SetTouched(MainLab);
|
||||
if(myCylDriver->Execute(log))
|
||||
MessageBoxW (NULL, L"Recompute failed", L"Modify cylinder", MB_ICONEXCLAMATION);
|
||||
@ -339,7 +339,7 @@ TDF_Label TOcaf_Commands::Cut(TDF_Label ObjectLab, TDF_Label ToolObjectLab)
|
||||
TDataStd_Name::Set(L, ObjectName->Get());
|
||||
|
||||
|
||||
// Instanciate a TFunction_Function attribute connected to the current cut driver
|
||||
// Instantiate a TFunction_Function attribute connected to the current cut driver
|
||||
// and attach it to the data structure as an attribute of the Result Label
|
||||
Handle(TFunction_Function) myFunction = TFunction_Function::Set(L, TOcafFunction_CutDriver::GetID());
|
||||
|
||||
|
@ -27,7 +27,7 @@
|
||||
#include <gp_Pln.hxx>
|
||||
#include <Geom_OffsetCurve.hxx>
|
||||
|
||||
#define MAX_PARAM 1000 // if a surface parameter is infinite, it is assingned
|
||||
#define MAX_PARAM 1000 // if a surface parameter is infinite, it is assigned
|
||||
// this value in order to display the "infinit" object in the viewer.
|
||||
|
||||
|
||||
@ -54,7 +54,7 @@ Standard_Boolean OCCDemo_Presentation::WaitForInput (unsigned long aMilliSeconds
|
||||
|
||||
//================================================================
|
||||
// Function : fixParam
|
||||
// Purpose : assings a finite value to theParam if it intinite
|
||||
// Purpose : assigns a finite value to theParam if it's infinite
|
||||
// (equal to +- Precision::Infinite())
|
||||
//================================================================
|
||||
static Standard_Boolean fixParam(Standard_Real& theParam)
|
||||
|
@ -1,5 +1,5 @@
|
||||
HLR sample demonstrates hidden line removal algorithm.
|
||||
It supports exact and polygonal HLR algorihms.
|
||||
It supports exact and polygonal HLR algorithms.
|
||||
|
||||
To try HLR you need to follow some steps:
|
||||
1) to import model, which will displayed in 3d view.
|
||||
|
@ -189,7 +189,7 @@ void CSelectionDialog::UpdateViews()
|
||||
Apply();
|
||||
// Update viewer
|
||||
myDoc->FitAll2DViews (Standard_False);
|
||||
// Check the selection: if no object : disable all possiblity.
|
||||
// Check the selection: if no object : disable all possibility.
|
||||
ShowHideButton (OneOrMoreFound);
|
||||
OnDisplay (true);
|
||||
}
|
||||
@ -227,7 +227,7 @@ void CSelectionDialog::OnGetSelectedShapes()
|
||||
// Update viewer
|
||||
myDoc->FitAll2DViews (Standard_False);
|
||||
|
||||
// Check the selection: if no object : disable all possiblity.
|
||||
// Check the selection: if no object : disable all possibility.
|
||||
ShowHideButton (OneOrMoreFound);
|
||||
OnDisplay (true);
|
||||
}
|
||||
|
@ -27,7 +27,7 @@ public:
|
||||
|
||||
const Handle(ISession2D_Shape) DiplayableShape() { return myDisplayableShape; }
|
||||
|
||||
// Updates in dialog view and main 2d nad 3d views shapes for which HLR presentations are going to be displayed in 2d view.
|
||||
// Updates in dialog view and main 2d and 3d views shapes for which HLR presentations are going to be displayed in 2d view.
|
||||
void UpdateViews();
|
||||
|
||||
// Dialog Data
|
||||
|
@ -26,7 +26,7 @@
|
||||
#include <gp_Pln.hxx>
|
||||
#include <Geom_OffsetCurve.hxx>
|
||||
|
||||
#define MAX_PARAM 1000 // if a surface parameter is infinite, it is assingned
|
||||
#define MAX_PARAM 1000 // if a surface parameter is infinite, it is assigned
|
||||
// this value in order to display the "infinit" object in the viewer.
|
||||
|
||||
|
||||
@ -55,7 +55,7 @@ Standard_Boolean OCCDemo_Presentation::WaitForInput (unsigned long aMilliSeconds
|
||||
|
||||
//================================================================
|
||||
// Function : fixParam
|
||||
// Purpose : assings a finite value to theParam if it intinite
|
||||
// Purpose : assigns a finite value to theParam if it's infinite
|
||||
// (equal to +- Precision::Infinite())
|
||||
//================================================================
|
||||
static Standard_Boolean fixParam(Standard_Real& theParam)
|
||||
|
@ -97,7 +97,7 @@ BOOL COCCDemoApp::InitInstance()
|
||||
aDoc->GetResultDialog()->ShowWindow(SW_HIDE);
|
||||
aDoc->GetResultDialog()->Initialize();
|
||||
|
||||
// resize the result dialog, so no clipping occures when user
|
||||
// resize the result dialog, so no clipping occurs when user
|
||||
// resizes the dialog manually
|
||||
// position the result dialog to the left bottom corner of the view
|
||||
CRect aDlgRect, aViewRect;
|
||||
|
@ -123,7 +123,7 @@ void CResultDialog::Initialize()
|
||||
}
|
||||
|
||||
|
||||
// OnSize is a message handler of WM_SIZE messge,
|
||||
// OnSize is a message handler of WM_SIZE message,
|
||||
// it is reimplemented in order to reposition the buttons
|
||||
// (keep them always in the bottom part of the dialog)
|
||||
// and resize the rich edit controls as user resized THIS dialog.
|
||||
|
@ -47,7 +47,7 @@ protected:
|
||||
afx_msg void OnCopyAllToClipboard();
|
||||
virtual void OnCancel();
|
||||
|
||||
// OnSize is a message handler of WM_SIZE messge,
|
||||
// OnSize is a message handler of WM_SIZE message,
|
||||
// it is reimplemented in order to reposition the buttons
|
||||
// (keep them always in the bottom part of the dialog)
|
||||
// and resize the rich edit controls as user resized THIS dialog.
|
||||
|
@ -84,7 +84,7 @@ void OCC_3dDoc::SetDialogTitle(TCollection_AsciiString theTitle)
|
||||
|
||||
void OCC_3dDoc::OnObjectAddDimensions()
|
||||
{
|
||||
//Add dimentions dialog is opened here
|
||||
//Add dimensions dialog is opened here
|
||||
myDimensionDlg.ShowWindow(SW_SHOW);
|
||||
myDimensionDlg.UpdateStandardMode ();
|
||||
}
|
||||
|
@ -34,7 +34,7 @@ static void Sample()
|
||||
|
||||
Handle(TDocStd_Application) app = new TDocStd_Application;
|
||||
|
||||
//...Creating the new document (document conatins a framework)
|
||||
//...Creating the new document (document contains a framework)
|
||||
|
||||
Handle(TDocStd_Document) doc;
|
||||
app->NewDocument("Standard", doc);
|
||||
@ -88,9 +88,9 @@ static void Sample()
|
||||
//Coping content of a document to another document with possibility update copy in future
|
||||
|
||||
XLinkTool.CopyWithLink(target,source); //Now target document has a copy of source document , the copy also has
|
||||
//a link to have possibility update content of the copy if orginal changed
|
||||
//a link to have possibility update content of the copy if original changed
|
||||
|
||||
//...Something is chaneged in source document
|
||||
//...Something is changed in source document
|
||||
|
||||
//Updating copy in target document
|
||||
|
||||
|
@ -65,7 +65,7 @@ static void Sample()
|
||||
|
||||
//Getting AIS_InteractiveContext from TPrsStd_AISViewer may be done in two ways:
|
||||
|
||||
//1. If we have already gotten TPrsStd_AISViewer attribute (strored in a variable <aisviewer>)
|
||||
//1. If we have already gotten TPrsStd_AISViewer attribute (stored in a variable <aisviewer>)
|
||||
Handle(AIS_InteractiveContext) context1 = aisviewer->GetInteractiveContext();
|
||||
|
||||
//2. Getting AIS_InteractiveContext directly
|
||||
@ -184,16 +184,16 @@ static void Sample()
|
||||
P->Display(Standard_True);
|
||||
TPrsStd_AISViewer::Update(ShapeLabel); //Update presenation of the attribute in a viewer's window
|
||||
|
||||
//Getting Standard_GUID of attribute with which TPrsStd_AISPresentation attribute is associeted
|
||||
//Getting Standard_GUID of attribute with which TPrsStd_AISPresentation attribute is associated
|
||||
|
||||
Standard_GUID guid = P->GetDriverGUID();
|
||||
|
||||
//Setting a color to the displayd attribute
|
||||
//Setting a color to the displayed attribute
|
||||
|
||||
P->SetColor(Quantity_NOC_RED);
|
||||
TPrsStd_AISViewer::Update(ShapeLabel); //Update viewer to make changes visible to user
|
||||
|
||||
//Getting transparency the displayd attribute
|
||||
//Getting transparency the displayed attribute
|
||||
|
||||
Standard_Real transparency = P->Transparency();
|
||||
|
||||
|
@ -99,7 +99,7 @@ void FThread::run()
|
||||
const int ret = D->Execute(log);
|
||||
if (ret == 0)
|
||||
{
|
||||
// Successfuly executed!
|
||||
// Successfully executed!
|
||||
itr.SetStatus(L, TFunction_ES_Succeeded);
|
||||
|
||||
TDF_LabelList res;
|
||||
|
@ -75,7 +75,7 @@ Standard_Integer SimpleDriver::Execute(Handle(TFunction_Logbook)& ) const
|
||||
int i = 0;
|
||||
while (++i < 10000 * times)
|
||||
{
|
||||
// Call any fucntions taking much time.
|
||||
// Call any functions taking much time.
|
||||
// It is necessary to "see" the execution of a function in real time.
|
||||
BRepPrimAPI_MakeSphere mkSphere(100.0);
|
||||
mkSphere.Build();
|
||||
|
@ -281,7 +281,7 @@ Handle(TopTools_HSequenceOfShape) Translate::getShapes( const Handle(AIS_Interac
|
||||
}
|
||||
|
||||
/*!
|
||||
Selects a file from standard dialog acoording to selection 'filter'
|
||||
Selects a file from standard dialog according to selection 'filter'
|
||||
*/
|
||||
QString Translate::selectFileName( const int format, const bool import )
|
||||
{
|
||||
|
@ -10,7 +10,7 @@ The directory <i> samples/qt/OCCTOverview </i> contains the folders and files of
|
||||
* File **genproj.bat** to denerate MS Visual Studio project.
|
||||
* File **msvc.bat** to run MS Visual Studio project.
|
||||
* File **make.sh** to build of the application on Linux.
|
||||
* Files **run.bat** and **run.sh** to runn the application.
|
||||
* Files **run.bat** and **run.sh** to run the application.
|
||||
* Files **env.bat** and **custom.bat** are called from *genproj.bat*, *msvc.bat*, *run.bat*.
|
||||
File *custom.bat* should be defined by user to provide paths to QT directory and OCCT installation directory (see *custom.bat.template*).
|
||||
* **src** and **res** directories provide source and resources files.
|
||||
@ -49,10 +49,10 @@ The directory <i> samples/OCCTOverview/code </i> contains the source code of sam
|
||||
4. How to use the OCCT Overview application:
|
||||
---------------------------------
|
||||
|
||||
* To select a samples categogy use the *Category* menu.
|
||||
* To select a samples category use the *Category* menu.
|
||||
* To run concrete sample using the menu to the right of the category menu.
|
||||
* See on a souce code in the *Sample code* window. Сopy the code if needed.
|
||||
* See on a sample output in the *Output* window if it exist.
|
||||
* See the source code in the *Sample code* window. Сopy the code if needed.
|
||||
* See the sample output in the *Output* window if it exist.
|
||||
* Zoom, pan and rotate a geometry in the mail window using the mouse.
|
||||
|
||||
See hints how to use the mouse in down hints panel.
|
||||
|
@ -97,7 +97,7 @@ sage " "
|
||||
|
||||
nexplode result f
|
||||
offsetshape r result -1 0.0001 result_17
|
||||
sage " Creating a cylinder and positionning it"
|
||||
sage " Creating a cylinder and positioning it"
|
||||
sage " pcylinder cyl 2 300"
|
||||
sage " trotate cyl cyl 0 0 0 1 0 0 45"
|
||||
sage " ttranslate cyl cyl 0 7.5 0"
|
||||
|
@ -104,7 +104,7 @@ sage " Creating a prism"
|
||||
sage " prism rr p 0 0 20"
|
||||
sage " "
|
||||
prism rr p 0 0 20
|
||||
sage " Change some attributs : MATERIAL , TRANSPARENCY"
|
||||
sage " Change some attributes : MATERIAL , TRANSPARENCY"
|
||||
sage " vsetmaterial rr PLASTIC"
|
||||
sage " vsetcolor rr RED"
|
||||
sage " vsettransparency result 0.5"
|
||||
@ -142,7 +142,7 @@ vfit
|
||||
vsetcolor r MATRABLUE
|
||||
vsettransparency r 0
|
||||
|
||||
sage " Creating a cylinder and positionning it"
|
||||
sage " Creating a cylinder and positioning it"
|
||||
sage " pcylinder cyl 2 300"
|
||||
sage " trotate cyl cyl 0 0 0 1 0 0 45"
|
||||
sage " ttranslate cyl cyl 0 7.5 0"
|
||||
|
@ -1,5 +1,5 @@
|
||||
# Sample model of Intel i7-4790 CPU
|
||||
# Dimensions are taken from specs and foto found in Internet
|
||||
# Dimensions are taken from specs and photo found in Internet
|
||||
|
||||
#Category: XDE
|
||||
#Title: Intel i7-4790 CPU
|
||||
@ -170,7 +170,7 @@ for {set ipad 1; set iplace 0} {$ipad <= $nbpads && $iplace < 1600} {incr ipad;
|
||||
}
|
||||
|
||||
# round and square contact pads on top side
|
||||
# note re-use of rpad object used for bootom round pads
|
||||
# note re-use of rpad object used for bottom round pads
|
||||
eval compound [lrepeat 8 rpad] crpads
|
||||
set lrpad [explode crpads]
|
||||
ttranslate crpads_1 25.3 8.4 -0.1
|
||||
|
@ -76,7 +76,7 @@ vertex vf0 x0 y0 z0
|
||||
vertex vf1 x1 y1 z1
|
||||
|
||||
# -- variant: replace curve by arc with start at x0,y0,z0 and end at x1,y1,z1,
|
||||
# -- such that tanget at start point is along Y
|
||||
# -- such that tangent at start point is along Y
|
||||
#dset Rflute ((x1-x0)*(x1-x0)+(y1-y0)*(y1-y0))/(2*(x1-x0))
|
||||
#circle aflute x0+Rflute y0 0 0 0 1 Rflute
|
||||
#mkedge sflute_1 aflute vf0 vf1
|
||||
|
@ -94,7 +94,7 @@ void WasmOcctView::run()
|
||||
myView->MustBeResized();
|
||||
myView->Redraw();
|
||||
|
||||
// There is no inifinite message loop, main() will return from here immediately.
|
||||
// There is no infinite message loop, main() will return from here immediately.
|
||||
// Tell that our Module should be left loaded and handle events through callbacks.
|
||||
//emscripten_set_main_loop (redrawView, 60, 1);
|
||||
//emscripten_set_main_loop (redrawView, -1, 1);
|
||||
|
@ -63,7 +63,7 @@ set_property(TARGET uwp PROPERTY VS_WINRT_COMPONENT TRUE)
|
||||
# Set Visual Studio Windows target platform minimum version equal to OS version
|
||||
string(REGEX MATCH "^([0-9]+\.[0-9]+\.[0-9]+)$" PLATFORM_WO_DEV_VER "${CMAKE_HOST_SYSTEM_VERSION}")
|
||||
if (PLATFORM_WO_DEV_VER)
|
||||
# Add tailing zero to platfrom version 10.0.14393 -> 10.0.14393.0 to have correct version
|
||||
# Add tailing zero to platform version 10.0.14393 -> 10.0.14393.0 to have correct version
|
||||
set (CMAKE_HOST_SYSTEM_VERSION "${CMAKE_HOST_SYSTEM_VERSION}.0")
|
||||
endif()
|
||||
set_property(TARGET uwp PROPERTY VS_WINDOWS_TARGET_PLATFORM_MIN_VERSION "${CMAKE_HOST_SYSTEM_VERSION}")
|
||||
|
@ -185,7 +185,7 @@ if (NOT DEFINED INSTALL_DIR_BIN)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
# define folder contaning all shell/batch scripts
|
||||
# define folder containing all shell/batch scripts
|
||||
if (NOT DEFINED INSTALL_DIR_SCRIPT)
|
||||
if ("${INSTALL_DIR_LAYOUT}" STREQUAL "Unix")
|
||||
set (INSTALL_DIR_SCRIPT "${INSTALL_DIR_BIN}" CACHE PATH "${INSTALL_DIR_SCRIPT_DESCR}")
|
||||
@ -259,7 +259,7 @@ find_package(OpenCASCADE QUIET PATHS "${OpenCASCADE_DIR}" "${OpenCASCADE_INSTALL
|
||||
include_directories ("${OpenCASCADE_INCLUDE_DIR}")
|
||||
|
||||
if (NOT OpenCASCADE_FOUND)
|
||||
message (FATAL_ERROR "coult not find OpenCASCADE, please set OpenCASCADE_DIR variable" )
|
||||
message (FATAL_ERROR "could not find OpenCASCADE, please set OpenCASCADE_DIR variable" )
|
||||
else()
|
||||
set (OpenCASCADE_DIR "${OpenCASCADE_INSTALL_PREFIX}" CACHE PATH "OpenCASCADE directory" FORCE)
|
||||
message (STATUS "Using OpenCASCADE from \"${OpenCASCADE_DIR}\"" )
|
||||
|
@ -25,7 +25,7 @@
|
||||
#include <TopoDS_Shape.hxx>
|
||||
|
||||
//! \class Convert_TransientShape
|
||||
//! \brief An interface to covert a shape into a transient object to use it in arguments
|
||||
//! \brief An interface to convert a shape into a transient object to be used in arguments
|
||||
class Convert_TransientShape : public Standard_Transient
|
||||
{
|
||||
public:
|
||||
|
@ -56,7 +56,7 @@ public:
|
||||
//! \return the stacked widget
|
||||
QWidget* GetWidget() const { return myAttributesStack; }
|
||||
|
||||
//! Fills stackk with the information
|
||||
//! Fills stack with the information
|
||||
//! \param theAttributeTypes a map of attribute type name to information pane
|
||||
void SetModule (DFBrowser_Module* theModule) { myModule = theModule; }
|
||||
|
||||
|
@ -96,7 +96,7 @@ protected:
|
||||
|
||||
private:
|
||||
|
||||
Standard_GUID myAttributeGUID; //!< if attribute, stores GUID of the attibute because label can contain only one attribute of a kind
|
||||
Standard_GUID myAttributeGUID; //!< if attribute, stores GUID of the attribute because label can contain only one attribute of a kind
|
||||
};
|
||||
|
||||
#endif
|
||||
|
@ -120,7 +120,7 @@ void DFBrowser_Module::SetInitialTreeViewSelection()
|
||||
if (!aModel || !aSelectionModel)
|
||||
return;
|
||||
|
||||
// select a parent(aplication) item
|
||||
// select a parent(application) item
|
||||
aSelectionModel->select (aModel->index (0, 0), QItemSelectionModel::ClearAndSelect);
|
||||
}
|
||||
|
||||
|
@ -91,7 +91,7 @@ public:
|
||||
//! Sets initial selection in OCAF tree view, it is an application(root) item
|
||||
Standard_EXPORT void SetInitialTreeViewSelection();
|
||||
|
||||
//! Returns attibute placed on the parameter index in the OCAF tree view or NULL
|
||||
//! Returns attribute placed on the parameter index in the OCAF tree view or NULL
|
||||
//! \param theIndex an index in OCAF tree view.
|
||||
//! \return an attribute
|
||||
Standard_EXPORT Handle(TDF_Attribute) FindAttribute (const QModelIndex& theIndex);
|
||||
|
@ -44,7 +44,7 @@ public:
|
||||
//! Destructor
|
||||
virtual ~DFBrowser_ThreadItemSearch() {}
|
||||
|
||||
//! Obtains the curent OCAF application from the current module, iterates by all documents to fill
|
||||
//! Obtains the current OCAF application from the current module, iterates by all documents to fill
|
||||
//! internal containers for search functionality
|
||||
Standard_EXPORT virtual void Run() Standard_OVERRIDE;
|
||||
|
||||
@ -73,7 +73,7 @@ private:
|
||||
void addLabel (const TDF_Label& theLabel, const QStringList& theCurrentPath,
|
||||
QMap<QString, DFBrowser_SearchItemInfo>& theValues, QStringList& theInfoValues);
|
||||
|
||||
//! Adds attribute information, it is either attribute kind or attribure value for TDataStd_Name or TDataStd_Comment
|
||||
//! Adds attribute information, it is either attribute kind or attribute value for TDataStd_Name or TDataStd_Comment
|
||||
//! \parm theAttribute a current attribute
|
||||
//! \param theCurrentPath it contains the current path to the label (stores in container)
|
||||
//! \param theValues container of document item values
|
||||
|
@ -59,7 +59,7 @@ public:
|
||||
//! Returns item information(short) for display role.
|
||||
//! \param theIndex a model index
|
||||
//! \param theRole a view role
|
||||
//! \return value intepreted depending on the given role
|
||||
//! \return value interpreted depending on the given role
|
||||
Standard_EXPORT virtual QVariant data (const QModelIndex& theIndex,
|
||||
int theRole = Qt::DisplayRole) const Standard_OVERRIDE;
|
||||
|
||||
@ -71,11 +71,11 @@ public:
|
||||
Standard_EXPORT virtual QVariant headerData (int theSection, Qt::Orientation theOrientation,
|
||||
int theRole = Qt::DisplayRole) const Standard_OVERRIDE;
|
||||
|
||||
//! Returns number of tree level line items = colums in table view
|
||||
//! Returns number of tree level line items = columns in table view
|
||||
virtual int columnCount (const QModelIndex& theParent = QModelIndex()) const Standard_OVERRIDE
|
||||
{ (void)theParent; return myLevelItems.size(); }
|
||||
|
||||
//! Returns onlly one row in table view
|
||||
//! Returns only one row in table view
|
||||
virtual int rowCount (const QModelIndex& theParent = QModelIndex()) const Standard_OVERRIDE
|
||||
{ (void)theParent; return 1; }
|
||||
|
||||
|
@ -30,7 +30,7 @@ class QTableView;
|
||||
|
||||
//! \class DFBrowser_TreeLevelView
|
||||
//! This is a control to visualize the current selected item of OCAF tree view in table view.
|
||||
//! The table contains two colums: name and value. The information is similar the one OCAF tree view label
|
||||
//! The table contains two columns: name and value. The information is similar the one OCAF tree view label
|
||||
//! content: children and attributes for the current label. Selection or double click of item emits
|
||||
//! signals about this event.
|
||||
class DFBrowser_TreeLevelView : public QObject
|
||||
|
@ -61,7 +61,7 @@ public:
|
||||
//! \param theSection an index of value in the container
|
||||
//! \param theIndex a model index
|
||||
//! \param theRole a view role
|
||||
//! \return value intepreted depending on the given role
|
||||
//! \return value interpreted depending on the given role
|
||||
Standard_EXPORT virtual QVariant headerData (int theSection, Qt::Orientation theOrientation,
|
||||
int theRole = Qt::DisplayRole) const Standard_OVERRIDE;
|
||||
|
||||
@ -76,7 +76,7 @@ public:
|
||||
//! Returns item information(short) for display role.
|
||||
//! \param theIndex a model index
|
||||
//! \param theRole a view role
|
||||
//! \return value intepreted depending on the given role
|
||||
//! \return value interpreted depending on the given role
|
||||
Standard_EXPORT virtual QVariant data (const QModelIndex& theIndex,
|
||||
int theRole = Qt::DisplayRole) const Standard_OVERRIDE;
|
||||
|
||||
|
@ -86,7 +86,7 @@ public:
|
||||
//! \param theItem container of preference elements
|
||||
Standard_EXPORT void SetPreferences (const TInspectorAPI_PreferencesDataMap& theItem);
|
||||
|
||||
//! Applyes parameters to Init controls, opens files if there are in parameters, updates OCAF tree view model
|
||||
//! Applies parameters to Init controls, opens files if there are in parameters, updates OCAF tree view model
|
||||
Standard_EXPORT void UpdateContent();
|
||||
|
||||
//! Fills controls of the plugin by parameters:
|
||||
@ -136,7 +136,7 @@ private slots:
|
||||
//! Collapses all levels for all selected items
|
||||
void onCollapseAll();
|
||||
|
||||
//! Udpates all controls by changed selection in OCAF tree view
|
||||
//! Updates all controls by changed selection in OCAF tree view
|
||||
//! \param theSelected list of selected tree view items
|
||||
//! \param theDeselected list of deselected tree view items
|
||||
void onTreeViewSelectionChanged (const QItemSelection& theSelected, const QItemSelection& theDeselected);
|
||||
@ -158,7 +158,7 @@ private slots:
|
||||
//! Updates OCAF tree model
|
||||
void onUpdateClicked();
|
||||
|
||||
//! Higlights OCAF tree model item
|
||||
//! Highlights OCAF tree model item
|
||||
//! \param thePath a container of entries to the item
|
||||
//! \param theValue a label entry or attribute name
|
||||
void onSearchPathSelected (const QStringList& thePath, const QString& theValue);
|
||||
@ -168,7 +168,7 @@ private slots:
|
||||
//! \param theValue a label entry or attribute name
|
||||
void onSearchPathDoubleClicked (const QStringList& thePath, const QString& theValue);
|
||||
|
||||
//! Higlights OCAF tree model item
|
||||
//! Highlights OCAF tree model item
|
||||
//! \param theIndex an OCAF tree model index
|
||||
void onLevelSelected (const QModelIndex& theIndex);
|
||||
|
||||
|
@ -106,7 +106,7 @@ protected:
|
||||
virtual QList<QVariant> getHeaderValues (const Qt::Orientation theOrientation)
|
||||
{ (void)theOrientation; return QList<QVariant>(); }
|
||||
|
||||
//! Retuns number of columns in internal table. By default it returns 2 : method name for method value.
|
||||
//! Returns number of columns in internal table. By default it returns 2 : method name for method value.
|
||||
//! \return integer value
|
||||
virtual int getColumnCount() const { return 2; }
|
||||
|
||||
|
@ -90,7 +90,7 @@ public:
|
||||
//! It returns value only for DisplayRole.
|
||||
//! \param theIndex a model index
|
||||
//! \param theRole a view role
|
||||
//! \return value intepreted depending on the given role
|
||||
//! \return value interpreted depending on the given role
|
||||
Standard_EXPORT virtual QVariant data (const QModelIndex& theIndex, int theRole = Qt::DisplayRole) const Standard_OVERRIDE;
|
||||
|
||||
//! Returns content of the model index for the given role, it is obtainer from internal container of header values
|
||||
@ -98,7 +98,7 @@ public:
|
||||
//! \param theSection an index of value in the container
|
||||
//! \param theIndex a model index
|
||||
//! \param theRole a view role
|
||||
//! \return value intepreted depending on the given role
|
||||
//! \return value interpreted depending on the given role
|
||||
Standard_EXPORT virtual QVariant headerData (int theSection, Qt::Orientation theOrientation, int theRole = Qt::DisplayRole) const Standard_OVERRIDE;
|
||||
|
||||
//! Returns flags for the item: ItemIsEnabled | Qt::ItemIsSelectable
|
||||
|
@ -48,7 +48,7 @@ public:
|
||||
//! \param theValuesView a view of values(table view filled by myValuesModel)
|
||||
Standard_EXPORT void CreateWidget(QWidget* theParent, DFBrowserPane_TableView* theValuesView);
|
||||
|
||||
//! Fills bounds model by firsth and second values, fills values model by left values
|
||||
//! Fills bounds model by first and second values, fills values model by left values
|
||||
//! \param theValues values to fill views
|
||||
Standard_EXPORT void Init(const QList<QVariant>& theValues);
|
||||
|
||||
|
@ -25,7 +25,7 @@
|
||||
|
||||
//! \class DFBrowserPane_HelperExport
|
||||
//! \brief It performs export to BREP of a shape by button is pressed
|
||||
//! It contains a conainer of shapes for model indices. If button is pressed for index where the
|
||||
//! It contains a container of shapes for model indices. If button is pressed for index where the
|
||||
//! shape exists, this shape is exported to BREP file.
|
||||
//! It contains a container of shapes, it is important to clear this helper after using.
|
||||
class DFBrowserPane_HelperExport : public QObject
|
||||
|
@ -24,7 +24,7 @@ enum DFBrowserPane_ItemRole
|
||||
DFBrowserPane_ItemRole_ShortInfo = TreeModel_ItemRole_LastTreeRole + 1, //!< not full information of an attribute
|
||||
DFBrowserPane_ItemRole_Decoration_40x40, //!< icon with greater size
|
||||
DFBrowserPane_ItemRole_DisplayExtended, // extended item information (with additional information) for Qt::DisplayRole
|
||||
DFBrowserPane_ItemRole_ToolTipExtended, // exteneded tool tip information for Qt::ToolTipRole
|
||||
DFBrowserPane_ItemRole_ToolTipExtended, // extended tool tip information for Qt::ToolTipRole
|
||||
DFBrowserPane_ItemRole_LastTreeRole //! last enumeration value to use outside incremented
|
||||
};
|
||||
|
||||
|
@ -30,7 +30,7 @@ class QAbstractTableModel;
|
||||
//! \brief The widget that contains table view with some settings:
|
||||
//! - table grid is hidden
|
||||
//! - vertical header is hidden
|
||||
//! - stretch last column by horizonal
|
||||
//! - stretch last column by horizontal
|
||||
//! - default width of columns.
|
||||
class DFBrowserPane_TableView : public QWidget
|
||||
{
|
||||
|
@ -47,7 +47,7 @@ public:
|
||||
|
||||
protected:
|
||||
|
||||
//! Cretates pane for XCAFDoc attribute name
|
||||
//! Creates pane for XCAFDoc attribute name
|
||||
//! \param theAttributeName a type of attribute
|
||||
//! \return an attribute pane if it can be created for this type
|
||||
DFBrowserPane_AttributePaneAPI* createXDEPane (Standard_CString theAttributeName);
|
||||
|
@ -45,7 +45,7 @@ void DFBrowserPaneXDE_XCAFDocDatum::GetValues (const Handle(TDF_Attribute)& theA
|
||||
|
||||
theValues << "Name" << (!aName.IsNull() ? aName->ToCString() : QString (""))
|
||||
<< "Description" << (!aDescription.IsNull() ? aDescription->ToCString() : QString (""))
|
||||
<< "Indentification" << (!anIndentification.IsNull() ? anIndentification->ToCString() : QString (""));
|
||||
<< "Identification" << (!anIndentification.IsNull() ? anIndentification->ToCString() : QString (""));
|
||||
|
||||
Handle(XCAFDimTolObjects_DatumObject) anObject = anAttr->GetObject();
|
||||
Handle(TCollection_HAsciiString) anObjectName;
|
||||
|
@ -66,11 +66,11 @@ public:
|
||||
Standard_EXPORT TopoDS_Shape Shape (const int theRowId) const;
|
||||
|
||||
//! Returns name of BREP file for the shape if exists
|
||||
//! \return string valuie
|
||||
//! \return string value
|
||||
QString GetFileName() const { return myFileName; }
|
||||
|
||||
//! Sets name of BREP file for the shape if exists
|
||||
//! \return string valuie
|
||||
//! \return string value
|
||||
void SetFileName (const QString& theFileName) { myFileName = theFileName; }
|
||||
|
||||
//! Inits the item, fills internal containers
|
||||
|
@ -74,7 +74,7 @@ public:
|
||||
//! It returns value only for DisplayRole.
|
||||
//! \param theIndex a model index
|
||||
//! \param theRole a view role
|
||||
//! \return value intepreted depending on the given role
|
||||
//! \return value interpreted depending on the given role
|
||||
virtual QVariant data (const QModelIndex& theIndex, int theRole = Qt::DisplayRole) const Standard_OVERRIDE;
|
||||
|
||||
//! Returns number of rows
|
||||
|
@ -55,7 +55,7 @@ public:
|
||||
//! Sets visibility state
|
||||
//! \theIndex tree model index
|
||||
//! \param theState visibility state
|
||||
//! \param toEmitDataChanged boolean flag whether emit of the model should be done immediatelly
|
||||
//! \param toEmitDataChanged boolean flag whether emit of the model should be done immediately
|
||||
//! \return true if state is changed
|
||||
Standard_EXPORT virtual bool SetVisible (const QModelIndex& theIndex, const bool theState, const bool toEmitDataChanged) Standard_OVERRIDE;
|
||||
|
||||
|
@ -74,7 +74,7 @@ public:
|
||||
//! \param theItem container of preference elements
|
||||
Standard_EXPORT void SetPreferences (const TInspectorAPI_PreferencesDataMap& theItem);
|
||||
|
||||
//! Applyes parameters to Init controls, opens files if there are in parameters, updates OCAF tree view model
|
||||
//! Applies parameters to Init controls, opens files if there are in parameters, updates OCAF tree view model
|
||||
Standard_EXPORT void UpdateContent();
|
||||
|
||||
//! Returns main control
|
||||
@ -129,7 +129,7 @@ protected slots:
|
||||
//! Views BREP files of selected items if exist
|
||||
void onExportToBREP();
|
||||
|
||||
//! Convers file name to Ascii String and perform opeging file
|
||||
//! Converts file name to Ascii String and perform opening file
|
||||
//! \param theFileName a file name to be opened
|
||||
void onOpenFile(const QString& theFileName) { OpenFile (TCollection_AsciiString (theFileName.toUtf8().data())); }
|
||||
|
||||
|
@ -53,7 +53,7 @@ public:
|
||||
|
||||
//! Stores parameters for the plugin
|
||||
//! \param theParameters container of parameters(e.g. AIS_InteractiveContext, TDocStd_Application)
|
||||
//! \param theAppend boolean state whethe the parameters should be added to existing
|
||||
//! \param theAppend boolean state whether the parameters should be added to existing
|
||||
void Init (const NCollection_List<Handle(Standard_Transient)>& theParameters,
|
||||
const Standard_Boolean theAppend = Standard_False)
|
||||
{ myWindow->Init ("", theParameters, theAppend); }
|
||||
@ -61,7 +61,7 @@ public:
|
||||
//! Stores parameters for the plugin
|
||||
//! \param thePluginName a name of the plugin
|
||||
//! \param theParameters container of parameters(e.g. AIS_InteractiveContext, TDocStd_Application)
|
||||
//! \param theAppend boolean state whethe the parameters should be added to existing
|
||||
//! \param theAppend boolean state whether the parameters should be added to existing
|
||||
void Init (const TCollection_AsciiString& thePluginName,
|
||||
const NCollection_List<Handle(Standard_Transient)>& theParameters,
|
||||
const Standard_Boolean theAppend = Standard_False)
|
||||
@ -82,7 +82,7 @@ public:
|
||||
void Activate (const TCollection_AsciiString& thePluginName) { myWindow->ActivateTool (thePluginName); }
|
||||
|
||||
//! Sets item selected in the active plugin
|
||||
//! \param theItemName a containerr of name of items in plugin that should become selected
|
||||
//! \param theItemName a container of name of items in plugin that should become selected
|
||||
void SetSelected (const NCollection_List<TCollection_AsciiString>& theItemNames) { myWindow->SetSelected (theItemNames); }
|
||||
|
||||
//! Sets objects to be selected in the plugin
|
||||
|
@ -75,7 +75,7 @@ public:
|
||||
//! It returns value only for DisplayRole.
|
||||
//! \param theIndex a model index
|
||||
//! \param theRole a view role
|
||||
//! \return value intepreted depending on the given role
|
||||
//! \return value interpreted depending on the given role
|
||||
virtual QVariant data (const QModelIndex& theIndex, int theRole = Qt::DisplayRole) const Standard_OVERRIDE;
|
||||
|
||||
//! Returns number of rows
|
||||
|
@ -70,7 +70,7 @@ public:
|
||||
//! Destructor
|
||||
virtual ~TInspector_Window() {}
|
||||
|
||||
//! Appends the plugin names into internal conainer
|
||||
//! Appends the plugin names into internal container
|
||||
//! \param thePluginName a name of the plugin
|
||||
Standard_EXPORT void RegisterPlugin (const TCollection_AsciiString& thePluginName);
|
||||
|
||||
@ -81,7 +81,7 @@ public:
|
||||
//! Stores parameters for the plugin. If the plugin name is empty, it inits all plugins with the parameters
|
||||
//! \param thePluginName a name of the plugin
|
||||
//! \param theParameters container of parameters(e.g. AIS_InteractiveContext, TDocStd_Application)
|
||||
//! \param theAppend boolean state whethe the parameters should be added to existing
|
||||
//! \param theAppend boolean state whether the parameters should be added to existing
|
||||
Standard_EXPORT void Init (const TCollection_AsciiString& thePluginName,
|
||||
const NCollection_List<Handle(Standard_Transient)>& theParameters,
|
||||
const Standard_Boolean theAppend = Standard_False);
|
||||
|
@ -27,7 +27,7 @@
|
||||
//! objects(e.g. Interactive Context or OCAF Application). If the parameters are changed, it may be
|
||||
//! applied in UpdateContent function. The communicator can change parameters in the following cases:
|
||||
//! - the plugin removes own processed parameters (e.g. file names, that was opened by the plugin)
|
||||
//! - the plugin sends some parameters to another plugin(by name) (e.g. shape to be analized)
|
||||
//! - the plugin sends some parameters to another plugin(by name) (e.g. shape to be analyzed)
|
||||
//! (at the same time we should be careful here to do not change essential parameters of other plugins)
|
||||
class TInspectorAPI_Communicator
|
||||
{
|
||||
|
@ -135,7 +135,7 @@ public:
|
||||
//! \return string instance
|
||||
Standard_EXPORT static TCollection_AsciiString ParametersToString (const TopoDS_Shape& theShape);
|
||||
|
||||
//! Converts a Shape parameters exceptin TShape into a string value
|
||||
//! Converts a Shape parameters excepting TShape into a string value
|
||||
//! \param theValue parameters string value (without TShape information)
|
||||
//! \param theShape processed shape
|
||||
Standard_EXPORT static void ParametersToShape (const TCollection_AsciiString& theValue, TopoDS_Shape& theShape);
|
||||
|
@ -404,7 +404,7 @@ void ToolsDraw::Commands(Draw_Interpretor& theCommands)
|
||||
"\n\t\t: -select sets the parameter that should be selected in an active tool view."
|
||||
"\n\t\t: Depending on active tool the parameter is:"
|
||||
"\n\t\t: ShapeView: 'object' is an instance of TopoDS_Shape TShape,"
|
||||
"\n\t\t: DFBrowser: 'name' is an entry of TDF_Label and name2(optionaly) for TDF_Attribute type name,"
|
||||
"\n\t\t: DFBrowser: 'name' is an entry of TDF_Label and name2(optionally) for TDF_Attribute type name,"
|
||||
"\n\t\t: VInspector: 'object' is an instance of AIS_InteractiveObject;"
|
||||
"\n\t\t: -show sets Inspector view visible or hidden. The first call of this command will show it."
|
||||
"\n\t\t: -directory sets Inspector temporary directory. Preferences file is stored there."
|
||||
|
@ -31,7 +31,7 @@ public:
|
||||
DEFINE_STANDARD_ALLOC
|
||||
|
||||
//! Loads all Draw commands of tools. Used for plugin.
|
||||
//! \param theDI Draw interpretor
|
||||
//! \param theDI Draw interpreter
|
||||
Standard_EXPORT static void Factory (Draw_Interpretor& theDI);
|
||||
|
||||
//! Adds all tools command in the Draw_Interpretor
|
||||
|
@ -43,7 +43,7 @@ protected slots:
|
||||
//! \param thePosition a clicked point
|
||||
void onTreeViewHeaderContextMenuRequested (const QPoint& thePosition);
|
||||
|
||||
//! Changes clicked column visiblity
|
||||
//! Changes clicked column visibility
|
||||
void onColumnVisibilityChanged();
|
||||
|
||||
private:
|
||||
|
@ -51,7 +51,7 @@ typedef QExplicitlySharedDataPointer<TreeModel_ItemBase> TreeModel_ItemBasePtr;
|
||||
//!
|
||||
//! The goal of the item is to be an data container of a custom model, based on the
|
||||
//! QAbstractItemModel. It provides the items architecture in order to realize the model
|
||||
//! functionality to find a parent model index by a child index and vise versa.
|
||||
//! functionality to find a parent model index by a child index and vice versa.
|
||||
//!
|
||||
//! The item should be created by the model and is saved in the internal pointer of the
|
||||
//! QModelIndex. Only model knows when the index is removed/created. By this cause,
|
||||
@ -68,7 +68,7 @@ typedef QExplicitlySharedDataPointer<TreeModel_ItemBase> TreeModel_ItemBasePtr;
|
||||
//! because method data, for example, is called by the viewer repaint, in other words,
|
||||
//! constantly.
|
||||
//!
|
||||
//! It is possible to cache some information in the item. Do not give it throught the item
|
||||
//! It is possible to cache some information in the item. Do not give it through the item
|
||||
//! constructor. Realize method Init() to save the values in the item internal fields.
|
||||
//! If the information model is changed, call Reset() for this item, or the item's parent.
|
||||
//! It leads the item to non initialized state and by the next get of the item content,
|
||||
@ -94,7 +94,7 @@ public:
|
||||
Standard_EXPORT virtual const Handle(Standard_Transient)& Object() const;
|
||||
|
||||
//! Resets the item and the child items content. Sets the initialized state to false.
|
||||
//! If the item has internal values, there should be reseted here.
|
||||
//! If the item has internal values, they should be reset here.
|
||||
Standard_EXPORT virtual void Reset();
|
||||
|
||||
//! Resets the item cached value for the parameter role.
|
||||
@ -168,7 +168,7 @@ protected:
|
||||
virtual TreeModel_ItemBasePtr createChild (int theRow, int theColumn)
|
||||
{ (void)theRow; (void)theColumn; return TreeModel_ItemBasePtr(); }
|
||||
|
||||
//! Wraps the currrent item by shared pointer
|
||||
//! Wraps the current item by shared pointer
|
||||
//! \return the shared pointer to the current item
|
||||
Standard_EXPORT const TreeModel_ItemBasePtr currentItem();
|
||||
|
||||
|
@ -79,7 +79,7 @@ public:
|
||||
//! Fills internal containers by item stream values
|
||||
Standard_EXPORT void Init();
|
||||
|
||||
//! If the item has internal values, there should be reseted here.
|
||||
//! If the item has internal values, they should be reset here.
|
||||
Standard_EXPORT virtual void Reset();
|
||||
|
||||
//! Returns number of table rows
|
||||
|
@ -48,7 +48,7 @@ public:
|
||||
Standard_EXPORT virtual void Init() Standard_OVERRIDE;
|
||||
|
||||
//! Resets the item and the child items content. Sets the initialized state to false.
|
||||
//! If the item has internal values, there should be reseted here.
|
||||
//! If the item has internal values, they should be reset here.
|
||||
Standard_EXPORT virtual void Reset() Standard_OVERRIDE;
|
||||
|
||||
//! Returns number of displayed presentations
|
||||
|
@ -35,7 +35,7 @@ class TreeModel_VisibilityState;
|
||||
|
||||
//! \class TreeModel_ModelBase
|
||||
//! \brief Implementation of the tree item based model of QAbstractItemModel.
|
||||
//! The TreeModel_ModelBase class defines the abstract model realization throught the base item architecture.
|
||||
//! The TreeModel_ModelBase class defines the abstract model realization through the base item architecture.
|
||||
//! By the model index creation, a base item is created and attached to the index.
|
||||
//! Each item contains an iformation about the item parent, position in the parent and
|
||||
//! the item's children. So, it is possible to get the model index relation from the item.
|
||||
@ -167,7 +167,7 @@ public:
|
||||
const Qt::Orientation theOrientation = Qt::Horizontal);
|
||||
|
||||
//! Returns single selected item in the cell of given orientation. If the orientation is Horizontal,
|
||||
//! in the cell id colum, one row should be selected.
|
||||
//! in the cell id column, one row should be selected.
|
||||
//! \param theIndices a container of selected indices
|
||||
//! \param theCellId column index if orientation is horizontal, row index otherwise
|
||||
//! \param theOrientation an orientation to apply the cell index
|
||||
|
@ -58,7 +58,7 @@ public:
|
||||
//! - columns width
|
||||
//! \param theTreeView a view instance
|
||||
//! \param theItems [out] properties
|
||||
//! \param thePrefix peference item prefix
|
||||
//! \param thePrefix preference item prefix
|
||||
Standard_EXPORT static void SaveState (QTreeView* theTreeView, QMap<QString, QString>& theItems,
|
||||
const QString& thePrefix = QString());
|
||||
|
||||
@ -66,7 +66,7 @@ public:
|
||||
//! \param theTreeView a view instance
|
||||
//! \param theKey property key
|
||||
//! \param theValue property value
|
||||
//! \param thePrefix peference item prefix
|
||||
//! \param thePrefix preference item prefix
|
||||
//! \return boolean value whether the property is applied to the tree view
|
||||
Standard_EXPORT static bool RestoreState (QTreeView* theTreeView, const QString& theKey, const QString& theValue,
|
||||
const QString& thePrefix = QString());
|
||||
|
@ -43,7 +43,7 @@ public:
|
||||
//! Sets visibility state
|
||||
//! \param theIndex tree model index
|
||||
//! \param theState visibility state
|
||||
//! \param toEmitDataChanged boolean flag whether emit of the model should be done immediatelly
|
||||
//! \param toEmitDataChanged boolean flag whether emit of the model should be done immediately
|
||||
//! \return true if state is changed
|
||||
virtual bool SetVisible (const QModelIndex& theIndex, const bool theState, const bool toEmitDataChanged = true) = 0;
|
||||
|
||||
|
@ -42,7 +42,7 @@ public:
|
||||
//! \return a boolean value
|
||||
bool HasContext() const { return !GetContext().IsNull(); }
|
||||
|
||||
//! Returns the current contex. It iterates up by list of parents to found context item and return context
|
||||
//! Returns the current context. It iterates up by list of parents to found context item and return context
|
||||
//! \return a context
|
||||
Standard_EXPORT Handle(AIS_InteractiveContext) GetContext() const;
|
||||
|
||||
|
@ -80,7 +80,7 @@ public:
|
||||
//! \param theItem container of preference elements
|
||||
Standard_EXPORT void SetPreferences (const TInspectorAPI_PreferencesDataMap& theItem);
|
||||
|
||||
//! Applyes parameters to Init controls, opens files if there are in parameters, updates OCAF tree view model
|
||||
//! Applies parameters to Init controls, opens files if there are in parameters, updates OCAF tree view model
|
||||
Standard_EXPORT void UpdateContent();
|
||||
|
||||
//! Returns main control
|
||||
@ -176,7 +176,7 @@ private:
|
||||
//! If default view is created, it returns displayer of this view
|
||||
Standard_EXPORT View_Displayer* displayer();
|
||||
|
||||
//! Creates an istance of 3D view to initialize context.
|
||||
//! Creates an instance of 3D view to initialize context.
|
||||
//! \return a context of created view.
|
||||
Handle(AIS_InteractiveContext) createView();
|
||||
|
||||
|
@ -44,7 +44,7 @@ public:
|
||||
virtual ~View_DisplayPreview() {}
|
||||
|
||||
//! Stores the current context where the presentations will be displayed/erased.
|
||||
//! Erases previuously displayd presentations if there were some displayed
|
||||
//! Erases previuously displayed presentations if there were some displayed
|
||||
//! \param theContext a context instance
|
||||
Standard_EXPORT void SetContext (const Handle(AIS_InteractiveContext)& theContext);
|
||||
|
||||
|
@ -53,7 +53,7 @@ public:
|
||||
View_DisplayPreview* DisplayPreview() const { return myDisplayPreview; }
|
||||
|
||||
//! Stores the current context where the presentations will be displayed/erased.
|
||||
//! Erases previuously displayd presentations if there were some displayed
|
||||
//! Erases previuously displayed presentations if there were some displayed
|
||||
//! \param theContext a context instance
|
||||
Standard_EXPORT void SetContext (const Handle(AIS_InteractiveContext)& theContext);
|
||||
|
||||
@ -62,10 +62,10 @@ public:
|
||||
//! \param theToKeepPresentation boolean state
|
||||
void KeepPresentations (const bool theToKeepPresentations) { myIsKeepPresentations = theToKeepPresentations; }
|
||||
|
||||
//! Returns true if fit Fit All should be peformed automatically by each Display
|
||||
//! Returns true if fit Fit All should be performed automatically by each Display
|
||||
bool IsFitAllActive() const { return myFitAllActive; }
|
||||
|
||||
//! Stores flag whether the FitAll shoud be done automatically for each display
|
||||
//! Stores flag whether the FitAll should be done automatically for each display
|
||||
//! \param theFitAllActive boolean value
|
||||
void SetFitAllActive (const bool theFitAllActive) { myFitAllActive = theFitAllActive; }
|
||||
|
||||
@ -199,7 +199,7 @@ private:
|
||||
NCollection_DataMap<View_PresentationType, Quantity_Color> myColorAttributes; //!< color properties of presentations
|
||||
|
||||
bool myIsKeepPresentations; //!< flag if previously shown presentations stays in the context by displaying a new one
|
||||
bool myFitAllActive; //!< flag if Fit All should be peformed automatically by each Display
|
||||
bool myFitAllActive; //!< flag if Fit All should be performed automatically by each Display
|
||||
int myDisplayMode; //!< display mode: 0 - AIS_WireFrame, 1 - AIS_Shaded
|
||||
};
|
||||
|
||||
|
@ -46,7 +46,7 @@ public:
|
||||
//! - columns width
|
||||
//! \param theTreeView a view instance
|
||||
//! \param theItems [out] properties
|
||||
//! \param thePrefix peference item prefix
|
||||
//! \param thePrefix preference item prefix
|
||||
static void SaveState (View_PreviewParameters* theParameters,
|
||||
QMap<QString, QString>& theItems,
|
||||
const QString& thePrefix = QString())
|
||||
@ -56,7 +56,7 @@ public:
|
||||
//! \param theTreeView a view instance
|
||||
//! \param theKey property key
|
||||
//! \param theValue property value
|
||||
//! \param thePrefix peference item prefix
|
||||
//! \param thePrefix preference item prefix
|
||||
//! \return boolean value whether the property is applied to the tree view
|
||||
static bool RestoreState (View_PreviewParameters* theParameters,
|
||||
const QString& theKey, const QString& theValue,
|
||||
|
@ -77,7 +77,7 @@ public:
|
||||
//! Saves state of tool bar actions
|
||||
//! \param theToolBar a view instance
|
||||
//! \param theItems [out] properties
|
||||
//! \param thePrefix peference item prefix
|
||||
//! \param thePrefix preference item prefix
|
||||
Standard_EXPORT static void SaveState (View_ToolBar* theToolBar,
|
||||
QMap<QString, QString>& theItems,
|
||||
const QString& thePrefix = QString());
|
||||
@ -85,7 +85,7 @@ public:
|
||||
//! \param theToolBar a view instance
|
||||
//! \param theKey property key
|
||||
//! \param theValue property value
|
||||
//! \param thePrefix peference item prefix
|
||||
//! \param thePrefix preference item prefix
|
||||
//! \return boolean value whether the property is applied to the tree view
|
||||
Standard_EXPORT static bool RestoreState (View_ToolBar* theToolBar,
|
||||
const QString& theKey, const QString& theValue,
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user