Version: 9.16.0
ToolsGUI_CatalogGeneratorDlg.h
Go to the documentation of this file.
1// Copyright (C) 2007-2026 CEA, EDF, OPEN CASCADE
2//
3// Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
4// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
5//
6// This library is free software; you can redistribute it and/or
7// modify it under the terms of the GNU Lesser General Public
8// License as published by the Free Software Foundation; either
9// version 2.1 of the License, or (at your option) any later version.
10//
11// This library is distributed in the hope that it will be useful,
12// but WITHOUT ANY WARRANTY; without even the implied warranty of
13// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14// Lesser General Public License for more details.
15//
16// You should have received a copy of the GNU Lesser General Public
17// License along with this library; if not, write to the Free Software
18// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
19//
20// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
21//
22
23// SALOME TOOLSGUI : implementation of desktop "Tools" optioins
24// File : ToolsGUI_CatalogGeneratorDlg.h
25// Author : Nicolas REJNERI
26//
27#ifndef TOOLSGUI_CATALOGGENERATORDLG_H
28#define TOOLSGUI_CATALOGGENERATORDLG_H
29
30#include "ToolsGUI.h"
31
32#include <QDialog>
33
34class QLineEdit;
35class QPushButton;
36
38{
39 Q_OBJECT
40
41public:
44
45 QString getIdlPath();
46 QString getIdlFile();
47 QString getXmlFile();
48 QString getPngFile();
49 QString getAuthor();
50 QString getVersion();
51 QString getCompName();
52 QString getCompUserName();
53 QString getCompType();
54 QString getCompMultiStd();
55
56protected slots:
57 void onBrowseBtnClicked();
58 void updateButtonState();
59 void onApply();
60
61private:
71 QPushButton* myBrowseIdlBtn;
72 QPushButton* myBrowseXmlBtn;
73 QPushButton* myBrowsePngBtn;
74
75 QPushButton* myApplyBtn;
76 QPushButton* myCloseBtn;
77};
78
79#endif // TOOLSGUI_CATALOGGENERATORDLG_H
#define TOOLSGUI_EXPORT
Definition: ToolsGUI.h:37
A dialog box which allows converting the IDL files to the XML description.
Definition: ToolsGUI_CatalogGeneratorDlg.h:38
QPushButton * myCloseBtn
Definition: ToolsGUI_CatalogGeneratorDlg.h:76
QLineEdit * myCompMultiStd
Definition: ToolsGUI_CatalogGeneratorDlg.h:70
QLineEdit * myVersionEdit
Definition: ToolsGUI_CatalogGeneratorDlg.h:65
QPushButton * myBrowseXmlBtn
Definition: ToolsGUI_CatalogGeneratorDlg.h:72
QPushButton * myApplyBtn
Definition: ToolsGUI_CatalogGeneratorDlg.h:75
QLineEdit * myPngEdit
Definition: ToolsGUI_CatalogGeneratorDlg.h:64
QLineEdit * myXmlEdit
Definition: ToolsGUI_CatalogGeneratorDlg.h:63
QLineEdit * myAuthorEdit
Definition: ToolsGUI_CatalogGeneratorDlg.h:66
QLineEdit * myCompType
Definition: ToolsGUI_CatalogGeneratorDlg.h:69
QLineEdit * myCompName
Definition: ToolsGUI_CatalogGeneratorDlg.h:67
QPushButton * myBrowsePngBtn
Definition: ToolsGUI_CatalogGeneratorDlg.h:73
QPushButton * myBrowseIdlBtn
Definition: ToolsGUI_CatalogGeneratorDlg.h:71
QLineEdit * myIdlEdit
Definition: ToolsGUI_CatalogGeneratorDlg.h:62
QLineEdit * myCompUserName
Definition: ToolsGUI_CatalogGeneratorDlg.h:68