Layout1->addWidget( Group3Pnts2, 2, 0 );
/***************************************************************/
- setHelpFileName("arc.htm");
+ setHelpFileName("create_arc_page.html");
Init();
}
Layout1->addWidget( GroupCenter2Pnts, 2, 0 );
/***************************************************************/
- setHelpFileName("circle.htm");
+ setHelpFileName("create_circle_page.html");
Init();
}
Layout1->addWidget(GroupPoints, 2, 0);
/***************************************************************/
- setHelpFileName("curve.htm");
+ setHelpFileName("create_curve_page.html");
Init();
}
Layout1->addWidget(GroupPoints, 2, 0);
/***************************************************************/
- setHelpFileName("ellipse.htm");
+ setHelpFileName("create_ellipse_page.html");
Init();
}
Layout1->addWidget(GroupPoints, 2, 0);
/***************************************************************/
- setHelpFileName("line.htm");
+ setHelpFileName("create_line_page.html");
Init();
}
Layout1->addWidget( Group1, 2, 0 );
Layout1->addWidget( Group2, 2, 0 );
- setHelpFileName("local_coordinate_system.htm");
+ setHelpFileName("create_lcs_page.html");
Init();
}
Layout1->addWidget(GroupFace, 2, 0);
/***************************************************************/
- setHelpFileName("plane.htm");
+ setHelpFileName("create_plane_page.html");
Init();
}
myY->setPalette( aPal );
myZ->setPalette( aPal );
- setHelpFileName("point.htm");
+ setHelpFileName("create_point_page.html");
Init();
}
Layout1->addWidget(GroupDimensions, 2, 0);
/***************************************************************/
- setHelpFileName("vector.htm");
+ setHelpFileName("create_vector_page.html");
/* Initialisations */
Init();
Layout1->addWidget(aReverseGroupBox, 2, 0);
- setHelpFileName("working_plane.htm");
+ setHelpFileName("create_wplane_page.html");
Init();
}
Layout1->addWidget(Group6F, 2, 0);
/***************************************************************/
- setHelpFileName("newentity_blocks.htm#HexahedralSolid");
+ setHelpFileName("build_by_blocks_page.html#hexa_solid_anchor");
Init();
}
Layout1->addWidget(myGrp1, 1, 0);
/***************************************************************/
- setHelpFileName("explode_on_blocks.htm");
+ setHelpFileName("explode_on_blocks_operation_page.html");
Init();
}
/***************************************************************/
- setHelpFileName("propagate.htm");
+ setHelpFileName("propagate_operation_page.html");
Init();
}
Layout1->addWidget(myGrp3, 2, 0);
/***************************************************************/
- setHelpFileName("newentity_blocks.htm#QuadrangleFace");
+ setHelpFileName("build_by_blocks_page.html#quad_face_anchor");
Init();
}
Layout1->addWidget( myGrp2, 2, 0 );
/***************************************************************/
- setHelpFileName("multi_transformation.htm");
+ setHelpFileName("multi_transformation_operation_page.html");
Init();
}
QString aTitle, aCaption;
switch ( myOperation )
{
- case BooleanGUI::COMMON:
- image0 = QPixmap( SUIT_Session::session()->resourceMgr()->loadPixmap("GEOM",tr("ICON_DLG_COMMON")));
- aTitle = tr("GEOM_COMMON");
- aCaption = tr("GEOM_COMMON_TITLE");
- setHelpFileName("common.htm");
- break;
- case BooleanGUI::CUT:
- image0 = QPixmap( SUIT_Session::session()->resourceMgr()->loadPixmap("GEOM",tr("ICON_DLG_CUT")));
- aTitle = tr("GEOM_CUT");
- aCaption = tr("GEOM_CUT_TITLE");
- setHelpFileName("cut.htm");
- break;
- case BooleanGUI::FUSE:
- image0 = QPixmap( SUIT_Session::session()->resourceMgr()->loadPixmap("GEOM",tr("ICON_DLG_FUSE")));
- aTitle = tr("GEOM_FUSE");
- aCaption = tr("GEOM_FUSE_TITLE");
- setHelpFileName("fuse.htm");
- break;
- case BooleanGUI::SECTION:
- image0 = QPixmap( SUIT_Session::session()->resourceMgr()->loadPixmap("GEOM",tr("ICON_DLG_SECTION")));
- aTitle = tr("GEOM_SECTION");
- aCaption = tr("GEOM_SECTION_TITLE");
- setHelpFileName("section.htm");
- break;
- }
+ case BooleanGUI::COMMON:
+ image0 = QPixmap( SUIT_Session::session()->resourceMgr()->loadPixmap("GEOM",tr("ICON_DLG_COMMON")));
+ aTitle = tr("GEOM_COMMON");
+ aCaption = tr("GEOM_COMMON_TITLE");
+ setHelpFileName("common_operation_page.html");
+ break;
+ case BooleanGUI::CUT:
+ image0 = QPixmap( SUIT_Session::session()->resourceMgr()->loadPixmap("GEOM",tr("ICON_DLG_CUT")));
+ aTitle = tr("GEOM_CUT");
+ aCaption = tr("GEOM_CUT_TITLE");
+ setHelpFileName("cut_operation_page.html");
+ break;
+ case BooleanGUI::FUSE:
+ image0 = QPixmap( SUIT_Session::session()->resourceMgr()->loadPixmap("GEOM",tr("ICON_DLG_FUSE")));
+ aTitle = tr("GEOM_FUSE");
+ aCaption = tr("GEOM_FUSE_TITLE");
+ setHelpFileName("fuse_operation_page.html");
+ break;
+ case BooleanGUI::SECTION:
+ image0 = QPixmap( SUIT_Session::session()->resourceMgr()->loadPixmap("GEOM",tr("ICON_DLG_SECTION")));
+ aTitle = tr("GEOM_SECTION");
+ aCaption = tr("GEOM_SECTION_TITLE");
+ setHelpFileName("section_operation_page.html");
+ break;
+ }
QPixmap image1(SUIT_Session::session()->resourceMgr()->loadPixmap("GEOM",tr("ICON_SELECT")));
setCaption( aCaption );
Layout1->addWidget(GroupShapes, 2, 0);
/***************************************************************/
- setHelpFileName("compound.htm");
+ setHelpFileName("create_compound_page.html");
/* Initialisations */
Init();
Layout1->addWidget(GroupPoints, 2, 0);
/***************************************************************/
- setHelpFileName("edge.htm");
+ setHelpFileName("create_edge_page.html");
/* Initialisations */
Init();
Layout1->addWidget(GroupWire, 2, 0);
/***************************************************************/
- setHelpFileName("face.htm");
+ setHelpFileName("create_face_page.html");
/* Initialisations */
Init();
Layout1->addWidget(GroupShell, 2, 0);
/***************************************************************/
- setHelpFileName("shell.htm");
+ setHelpFileName("create_shell_page.html");
/* Initialisations */
Init();
Layout1->addWidget(GroupSolid, 2, 0);
/***************************************************************/
- setHelpFileName("solid.htm");
+ setHelpFileName("create_solid_page.html");
/* Initialisations */
Init();
Layout1->addWidget(GroupPoints, 2, 0);
/***************************************************************/
- setHelpFileName("wire.htm");
+ setHelpFileName("create_wire_page.html");
/* Initialisations */
Init();
myLastX2 = 0.0;
myLastY2 = 0.0;
- myHelpFileName = "sketcher.htm";
+ myHelpFileName = "create_sketcher_page.html";
/* Get setting of step value from file configuration */
double step = SUIT_Session::session()->resourceMgr()->doubleValue( "Geometry", "SettingsGeomStep", 100.0 );
Layout1->addWidget(GroupPoints, 1, 0);
/***************************************************************/
- setHelpFileName("explode.htm");
+ setHelpFileName("create_explode_page.html");
Init();
}
MyDialogLayout->addWidget(GroupC1, 0, 0);
MyDialogLayout->addWidget(GroupButtons, 1, 0);
- myHelpFileName = "isos.htm";
+ myHelpFileName = "isolines_page.html";
// signals and slots connections
connect(buttonOk, SIGNAL(clicked()), this, SLOT(accept()));
// mySlider->setValue( 5 ) ;
ValueHasChanged(mySlider->value());
- myHelpFileName = "transparency.htm";
+ myHelpFileName = "transparency_page.html";
// signals and slots connections : after ValueHasChanged()
connect(buttonOk, SIGNAL(clicked()), this, SLOT(ClickOnOk()));
Layout1->addWidget(GroupPoints, 2, 0);
/***************************************************************/
- setHelpFileName("filling.htm");
+ setHelpFileName("creaet_filling_page.html");
/* Initialisations */
Init();
Layout1->addWidget(GroupPoints, 2, 0);
/***************************************************************/
- setHelpFileName("pipe_creation.htm");
+ setHelpFileName("create_extrusion_alongpath_page.html");
/* Initialisations */
Init();
Layout1->addWidget(GroupPoints2, 2, 0);
/***************************************************************/
- setHelpFileName("extrusion.htm");
+ setHelpFileName("create_extrusion_page.html");
Init();
}
Layout1->addWidget(GroupPoints, 2, 0);
/***************************************************************/
- setHelpFileName("revolution.htm");
+ setHelpFileName("create_revolution_page.html");
/* Initialisations */
Init();
aMedLayout->addWidget( myAddBtn, 2, 3 );
aMedLayout->addWidget( myRemBtn, 3, 3 );
- setHelpFileName("working_with_groups.htm");
+ setHelpFileName("work_with_groups_page.html");
Init();
}
Layout1->addWidget(myGrp, 1, 0);
// Help page reference
- myHelpFileName = "files/salome2_sp3_measuregui_functions.htm#Angle";
+ myHelpFileName = "using_measurement_tools_page.html#angle_anchor";
// Initialisation
Init();
/***************************************************************/
- myHelpFileName = "files/salome2_sp3_measuregui_functions.htm#Bounding_box";
+ myHelpFileName = "using_measurement_tools_page.html#bounding_box_anchor";
/* Initialisation */
Init();
Layout1->addWidget( myGrp, 2, 0 );
/***************************************************************/
- myHelpFileName = "files/salome2_sp3_measuregui_functions.htm#Center_gravity";
+ myHelpFileName = "using_measurement_tools_page.html#center_mass_anchor";
/* Initialisation */
Init();
connect( mySubShapesLBox, SIGNAL( selectionChanged() ), SLOT( onSubShapesListSelectionChanged() ) );
/***************************************************************/
- myHelpFileName = "files/salome2_sp3_measuregui_functions.htm#Check_comp_blocks";
+ myHelpFileName = "using_measurement_tools_page.html#check_compound_anchor";
/* Initialisation */
Init();
/***************************************************************/
- myHelpFileName = "files/salome2_sp3_measuregui_functions.htm#check";
+ myHelpFileName = "using_measurement_tools_page.html#check_anchor";
/* Initialisation */
Init();
/***************************************************************/
- myHelpFileName = "files/salome2_sp3_measuregui_functions.htm#Min_distance";
+ myHelpFileName = "using_measurement_tools_page.html#min_distance_anchor";
/* Initialisation */
Init();
/***************************************************************/
- myHelpFileName = "files/salome2_sp3_measuregui_functions.htm#Inertia_axis";
+ myHelpFileName = "using_measurement_tools_page.html#inertia_anchor";
/* Initialisation */
Init();
/***************************************************************/
- myHelpFileName = "files/salome2_sp3_measuregui_functions.htm#Tolerance";
+ myHelpFileName = "using_measurement_tools_page.html#tolerance_anchor";
/* Initialisation */
Init();
Layout1->addWidget( aGrp, 1, 0 );
- myHelpFileName = "files/salome2_sp3_measuregui_functions.htm#PointCoord";
+ myHelpFileName = "using_measurement_tools_page.html#point_coord_anchor";
Init();
}
/***************************************************************/
- myHelpFileName = "files/salome2_sp3_measuregui_functions.htm#Basic_properties";
+ myHelpFileName = "using_measurement_tools_page.html#basic_prop_anchor";
/* Initialisation */
Init();
/***************************************************************/
- myHelpFileName = "files/salome2_sp3_measuregui_functions.htm#Whatis";
+ myHelpFileName = "using_measurement_tools_page.html#whatis_anchor";
/* Initialisation */
Init();
OperationGUI.cxx \
OperationGUI_ArchimedeDlg.cxx \
OperationGUI_PartitionDlg.cxx \
- OperationGUI_MaterialDlg.cxx \
OperationGUI_FilletDlg.cxx \
OperationGUI_ChamferDlg.cxx \
OperationGUI_ClippingDlg.cxx
MOC_FILES = \
OperationGUI_ArchimedeDlg_moc.cxx \
OperationGUI_PartitionDlg_moc.cxx \
- OperationGUI_MaterialDlg_moc.cxx \
OperationGUI_FilletDlg_moc.cxx \
OperationGUI_ChamferDlg_moc.cxx \
OperationGUI_ClippingDlg_moc.cxx
Layout1->addWidget(GroupPoints, 2, 0);
/***************************************************************/
- setHelpFileName("archimede.htm");
+ setHelpFileName("archimede_page.html");
/* Initialisations */
Init();
anIter.data()->RangeStepAndValidator( 0, 90, 5, 0 );
}
- setHelpFileName("chamfer.htm");
+ setHelpFileName("chamfer_operation_page.html");
/* Initialisations */
RadioButtonPressed();
Group3->SpinBox_DY->RangeStepAndValidator(0.001, COORD_MAX, SpecificStep, DBL_DIGITS_DISPLAY);
Group3->SpinBox_DZ->RangeStepAndValidator(0.001, COORD_MAX, SpecificStep, DBL_DIGITS_DISPLAY);
- setHelpFileName("fillet.htm");
+ setHelpFileName("fillet_operation_page.html");
/* Initialisations */
Init();
Layout1->addWidget(GroupPoints, 1, 0);
/***************************************************************/
- setHelpFileName("partition.htm");
+ setHelpFileName("partition_page.html");
Init();
}
// License along with this library; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
-// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
//
//
// $Header$
#include "OperationGUI_PartitionDlg.h"
-#include "OperationGUI_MaterialDlg.h"
#include "GEOMImpl_Types.hxx"
Layout1->addWidget(GroupPoints, 2, 0);
/***************************************************************/
- setHelpFileName("partition.htm");
-
+ setHelpFileName("partition_page.html");
+
Init();
}
GroupPoints->ComboBox1->insertItem(tr("GEOM_RECONSTRUCTION_LIMIT_EDGE"));
GroupPoints->ComboBox1->insertItem(tr("GEOM_RECONSTRUCTION_LIMIT_VERTEX"));
GroupPoints->radioButton4->setChecked(FALSE);
-
+
/* signals and slots connections */
connect(buttonOk, SIGNAL(clicked()), this, SLOT(ClickOnOk()));
connect(buttonApply, SIGNAL(clicked()), this, SLOT(ClickOnApply()));
connect(GroupPoints->radioButton4, SIGNAL(stateChanged(int)), this, SLOT(ReverseSense(int)));
- connect(myGeomGUI->getApp()->selectionMgr(),
+ connect(myGeomGUI->getApp()->selectionMgr(),
SIGNAL(currentSelectionChanged()), this, SLOT(SelectionIntoArgument()));
initName( tr( "GEOM_PARTITION" ) );
globalSelection();
myListShapes.length(0);
- myListTools.length(0);
+ myListTools.length(0);
myListKeepInside.length(0);
myListRemoveInside.length(0);
myListMaterials.length(0);
GroupPoints->radioButton4->hide();
resize(0, 0);
break;
- }
+ }
}
myEditCurrentArgument = GroupPoints->LineEdit1;
GroupPoints->LineEdit2->clear();
myEditCurrentArgument->setFocus();
- connect(myGeomGUI->getApp()->selectionMgr(),
+ connect(myGeomGUI->getApp()->selectionMgr(),
SIGNAL(currentSelectionChanged()), this, SLOT(SelectionIntoArgument()));
MESSAGE(width()<<" "<<height());
}
QString aString = "";
int nbSel = GEOMBase::GetNameOfSelectedIObjects( selectedIO(), aString, true );
-
+
if ( nbSel < 1 )
{
if ( myEditCurrentArgument == GroupPoints->LineEdit1 )
{
QPushButton* send = (QPushButton*)sender();
- if(send == GroupPoints->PushButton1)
+ if(send == GroupPoints->PushButton1)
myEditCurrentArgument = GroupPoints->LineEdit1;
else if(send == GroupPoints->PushButton2)
{
}
globalSelection( GEOM_ALLSHAPES );
-
+
myEditCurrentArgument->setFocus();
SelectionIntoArgument();
}
{
QLineEdit* send = (QLineEdit*)sender();
- if(send == GroupPoints->LineEdit1 ||
+ if(send == GroupPoints->LineEdit1 ||
send == GroupPoints->LineEdit2 )
{
myEditCurrentArgument = send;
void OperationGUI_PartitionDlg::ActivateThisDialog()
{
GEOMBase_Skeleton::ActivateThisDialog();
- connect(myGeomGUI->getApp()->selectionMgr(),
+ connect(myGeomGUI->getApp()->selectionMgr(),
SIGNAL(currentSelectionChanged()), this, SLOT(SelectionIntoArgument()));
- ConstructorsClicked( getConstructorId() );
+ ConstructorsClicked( getConstructorId() );
}
{
int aLimit = GroupPoints->ComboBox1->currentItem();
- switch(aLimit)
+ switch (aLimit)
{
case 0: aLimit = GEOM::SOLID ; break;
case 1: aLimit = GEOM::SHELL ; break;
Layout1->addWidget(GroupDimensions, 2, 0);
/***************************************************************/
- setHelpFileName("box.htm");
+ setHelpFileName("create_box_page.html");
Init();
}
Layout1->addWidget(GroupDimensions, 2, 0);
/***************************************************************/
- setHelpFileName( "cone.htm" );
+ setHelpFileName( "create_cone_page.html" );
Init();
}
Layout1->addWidget(GroupDimensions, 2, 0);
/***************************************************************/
- setHelpFileName("cylinder.htm");
+ setHelpFileName("create_cylinder_page.html");
Init();
}
Layout1->addWidget(GroupDimensions, 2, 0);
/***************************************************************/
- setHelpFileName("sphere.htm");
+ setHelpFileName("create_sphere_page.html");
Init();
}
Layout1->addWidget(GroupDimensions, 2, 0);
/***************************************************************/
- setHelpFileName("turus.htm");
+ setHelpFileName("create_torus_page.html");
Init();
}
Layout1->addWidget(GroupPoints, 2, 0);
- setHelpFileName("change_orientation.htm");
+ setHelpFileName("change_orientation_operation_page.html");
Init();
}
GroupPoints->getGroupBoxLayout()->addMultiCellWidget(myIsVertexGr, 2, 2, 0, 2);
/***************************************************************/
- setHelpFileName("close_contour.htm");
+ setHelpFileName("close_contour_operation_page.html");
Init();
}
GroupPoints->getGroupBoxLayout()->addLayout( aLay, 2, 0 );
/***************************************************************/
- setHelpFileName("add_point_on_edge.htm");
+ setHelpFileName("add_point_on_edge_operation_page.html");
Init();
}
GroupPoints2->getGroupBoxLayout()->addWidget( aGrid, 3, 0 );
/***************************************************************/
- setHelpFileName("glue_faces.htm");
+ setHelpFileName("glue_faces_operation_page.html");
// Disable second way of gluing if OCC viewer is not active one
if (SUIT_Session::session()->activeApplication()->desktop()->activeWindow()->getViewManager()->getType()
GroupPoints->getGroupBoxLayout()->addLayout( aDetectLay, 3, 0 );
/***************************************************************/
- setHelpFileName("suppress_holes.htm");
+ setHelpFileName("suppress_holes_operation_page.html");
Init();
}
GroupPoints->getGroupBoxLayout()->addLayout( aSelectWiresLay, 2, 0 );
/***************************************************************/
- setHelpFileName("suppress_internal_wires.htm");
+ setHelpFileName("suppress_internal_wires_operation_page.html");
Init();
}
GroupPoints->getGroupBoxLayout()->addLayout( aLay, 3, 0 );
/***************************************************************/
- setHelpFileName("sewing.htm");
+ setHelpFileName("sewing_operation_page.html");
Init();
}
:GEOMBase_Skeleton(theGeometryGUI, parent, name, modal, WStyle_Customize |
WStyle_NormalBorder | WStyle_Title | WStyle_SysMenu)
{
- setHelpFileName("shape_processing.htm");
+ setHelpFileName("shape_processing_operation_page.html");
init();
}
Layout1->addWidget(GroupPoints, 2, 0);
/***************************************************************/
- setHelpFileName("suppress_faces.htm");
+ setHelpFileName("suppress_faces_operation_page.html");
Init();
}
Layout1->addWidget(GroupPoints, 2, 0);
/***************************************************************/
- setHelpFileName("mirror_image.htm");
+ setHelpFileName("mirror_operation_page.html");
Init();
}
Layout1->addWidget(GroupDimensions, 2, 0);
/***************************************************************/
- setHelpFileName("multi_rotation.htm");
+ setHelpFileName("multi_rotation_operation_page.html");
Init();
}
Layout1->addWidget(GroupDimensions, 2, 0);
/***************************************************************/
- setHelpFileName("multi_translation.htm");
+ setHelpFileName("multi_translation_operation_page.html");
Init();
}
/***************************************************************/
- setHelpFileName("offset_surface.htm");
+ setHelpFileName("offset_operation_page.html");
Init();
}
/***************************************************************/
- setHelpFileName("modify_the_location.htm");
+ setHelpFileName("modify_location_operation_page.html");
Init();
}
connect(myGeomGUI->getApp()->selectionMgr(),
SIGNAL(currentSelectionChanged()), this, SLOT(SelectionIntoArgument())) ;
- setHelpFileName("rotation.htm");
+ setHelpFileName("rotation_operation_page.html");
Init();
}
connect(myGeomGUI->getApp()->selectionMgr(),
SIGNAL(currentSelectionChanged()), this, SLOT(SelectionIntoArgument())) ;
- setHelpFileName("scale_transform.htm");
+ setHelpFileName("scale_operation_page.html");
Init();
}
Layout1->addWidget(GroupPoints, 2, 0);
/***************************************************************/
- setHelpFileName("translation.htm");
+ setHelpFileName("translation_operation_page.html");
Init();
}