Version: 9.16.0
SalomeApp_Module.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// File: SalomeApp_Module.h
24// Created: 10/25/2004 11:33:06 AM
25// Author: Sergey LITONIN
26
27#ifndef SALOMEAPP_MODULE_H
28#define SALOMEAPP_MODULE_H
29
30#include "SalomeApp.h"
31
32#include <LightApp_Module.h>
33
34class CAM_DataModel;
37class SALOME_ListIO;
38class QString;
39class SUIT_DataObject;
40
45{
46 Q_OBJECT
47
48public:
49 SalomeApp_Module( const QString& );
50 virtual ~SalomeApp_Module();
51
57 virtual QString engineIOR() const = 0;
58
62
63 virtual void storeVisualParameters(int savePoint);
64 virtual void restoreVisualParameters(int savePoint);
65 virtual LightApp_Selection* createSelection() const;
66
67protected:
69 virtual void extractContainers( const SALOME_ListIO&, SALOME_ListIO& ) const;
70};
71
72#endif
#define SALOMEAPPIMPL_EXPORT
Definition: SalomeApp.h:55
Base class for all data models used in CAM-based applications.
Definition: CAM_DataModel.h:37
Definition: LightApp_Module.h:64
virtual CAM_DataModel * createDataModel()
Definition: LightApp_Module.cxx:420
virtual LightApp_Selection * createSelection() const
Definition: LightApp_Module.cxx:426
LightApp_Application * getApp() const
Definition: LightApp_Module.cxx:343
Definition: LightApp_Selection.h:46
Definition: SALOME_ListIO.hxx:29
Data object representing the data instance in the tree-like hierarchy.
Definition: SUIT_DataObject.h:49
Application containing SalomeApp module or LightApp module.
Definition: SalomeApp_Application.h:68
Base class for all salome modules.
Definition: SalomeApp_Module.h:45
virtual QString engineIOR() const =0