A dialog box which allows converting the IDL files to the XML description.
#include <ToolsGUI_CatalogGeneratorDlg.h>
Constructor & Destructor Documentation
| ToolsGUI_CatalogGeneratorDlg::ToolsGUI_CatalogGeneratorDlg |
( |
QWidget * |
parent = 0 | ) |
|
- Parameters:
-
References MARGIN_SIZE, MIN_EDIT_SIZE, myApplyBtn, myAuthorEdit, myBrowseIdlBtn, myBrowsePngBtn, myBrowseXmlBtn, myCloseBtn, myCompMultiStd, myCompName, myCompType, myCompUserName, myIdlEdit, myPngEdit, myVersionEdit, myXmlEdit, onApply(), onBrowseBtnClicked(), SPACING_SIZE, and updateButtonState().
| ToolsGUI_CatalogGeneratorDlg::~ToolsGUI_CatalogGeneratorDlg |
( |
| ) |
|
Member Function Documentation
| QString ToolsGUI_CatalogGeneratorDlg::getIdlPath |
( |
| ) |
|
- Returns:
- IDL path of modules
| QString ToolsGUI_CatalogGeneratorDlg::getIdlFile |
( |
| ) |
|
- Returns:
- IDL file name entered by the user
References myIdlEdit.
| QString ToolsGUI_CatalogGeneratorDlg::getXmlFile |
( |
| ) |
|
- Returns:
- XML file name entered by the user
References myXmlEdit.
| QString ToolsGUI_CatalogGeneratorDlg::getPngFile |
( |
| ) |
|
- Returns:
- icon file name entered by the user
References myPngEdit.
| QString ToolsGUI_CatalogGeneratorDlg::getAuthor |
( |
| ) |
|
- Returns:
- author name entered by the user
References myAuthorEdit.
| QString ToolsGUI_CatalogGeneratorDlg::getVersion |
( |
| ) |
|
- Returns:
- version number entered by the user
References myVersionEdit.
| QString ToolsGUI_CatalogGeneratorDlg::getCompName |
( |
| ) |
|
- Returns:
- name of the component entered by the user
References myCompName.
| QString ToolsGUI_CatalogGeneratorDlg::getCompUserName |
( |
| ) |
|
- Returns:
- title of the component entered by the user
References myCompUserName.
| QString ToolsGUI_CatalogGeneratorDlg::getCompType |
( |
| ) |
|
- Returns:
- type of the component entered by the user
References myCompType.
| QString ToolsGUI_CatalogGeneratorDlg::getCompMultiStd |
( |
| ) |
|
- Returns:
- multistudy flag for the component entered by the user
References myCompMultiStd.
| void ToolsGUI_CatalogGeneratorDlg::onBrowseBtnClicked |
( |
| ) |
[protected, slot] |
| void ToolsGUI_CatalogGeneratorDlg::updateButtonState |
( |
| ) |
[protected, slot] |
| void ToolsGUI_CatalogGeneratorDlg::onApply |
( |
| ) |
[protected, slot] |
Performs IDL to XML file conversion using runIDLparser SALOME utility.
References TestSalomeApp.command, SUIT_MessageBox.critical(), getAuthor(), getCompMultiStd(), getCompName(), getCompType(), getCompUserName(), getIdlFile(), getIdlPath(), getPngFile(), getVersion(), getXmlFile(), and TCollection_AsciiString.
Field Documentation