#include <Standard_math.hxx>
#include "Python.h"
#include "GeometryGUI.h"
#include "GeometryGUI_Operations.h"
#include "GEOMPluginGUI.h"
#include "GEOMGUI_OCCSelector.h"
#include "GEOMGUI_Selection.h"
#include "GEOMGUI_CreationInfoWdg.h"
#include "GEOMGUI_TextTreeWdg.h"
#include "GEOMGUI_DimensionProperty.h"
#include "GEOM_Constants.h"
#include "GEOM_Displayer.h"
#include "GEOM_AISShape.hxx"
#include "GEOMUtils_XmlHandler.hxx"
#include "GEOMGUI_AnnotationMgr.h"
#include "GEOMGUI_TextTreeSelector.h"
#include "GEOM_Actor.h"
#include <Material_ResourceMgr.h>
#include <Material_Model.h>
#include <SUIT_Desktop.h>
#include <SUIT_MessageBox.h>
#include <SUIT_ResourceMgr.h>
#include <SUIT_Session.h>
#include <SUIT_ViewManager.h>
#include <OCCViewer_ViewWindow.h>
#include <OCCViewer_ViewPort3d.h>
#include <OCCViewer_ViewModel.h>
#include <OCCViewer_ViewManager.h>
#include <SOCC_ViewModel.h>
#include <SOCC_ViewWindow.h>
#include <SVTK_ViewWindow.h>
#include <SVTK_RenderWindowInteractor.h>
#include <SVTK_InteractorStyle.h>
#include <SVTK_ViewModel.h>
#include <GraphicsView_Viewer.h>
#include <SalomeApp_Application.h>
#include <SalomeApp_DataObject.h>
#include <SalomeApp_Study.h>
#include <SalomeApp_Tools.h>
#include <LightApp_SelectionMgr.h>
#include <LightApp_VTKSelector.h>
#include <LightApp_DataObject.h>
#include <LightApp_Preferences.h>
#include <SALOME_LifeCycleCORBA.hxx>
#include <SALOME_ListIO.hxx>
#include <SALOMEDSClient_ClientFactory.hxx>
#include <SALOMEDSClient_IParameters.hxx>
#include <SALOMEDS_SObject.hxx>
#include <Basics_OCCTVersion.hxx>
#include <QtxFontEdit.h>
#include <QDir>
#include <QSet>
#include <QMenu>
#include <QTime>
#include <QAction>
#include <QFileInfo>
#include <QString>
#include <QPainter>
#include <QSignalMapper>
#include <QFontDatabase>
#include <AIS_ListOfInteractive.hxx>
#include <AIS_ListIteratorOfListOfInteractive.hxx>
#include <Prs3d_Drawer.hxx>
#include <Prs3d_IsoAspect.hxx>
#include <Aspect_TypeOfMarker.hxx>
#include <OSD_SharedLibrary.hxx>
#include <NCollection_DataMap.hxx>
#include <TColStd_HArray1OfByte.hxx>
#include <TColStd_SequenceOfHAsciiString.hxx>
#include <utilities.h>
#include <vtkCamera.h>
#include <vtkRenderer.h>
#include <Standard_Failure.hxx>
#include <Standard_ErrorHandler.hxx>
#include <Font_SystemFont.hxx>
#include <Font_FontMgr.hxx>
#include <TCollection_HAsciiString.hxx>
#include "GEOM_version.h"
#include "GEOMImpl_Types.hxx"
Typedefs | |
typedef GEOMGUI *(* | LibraryGUI )(GeometryGUI *) |
typedef GEOMPluginGUI *(* | PluginLibraryGUI )(GeometryGUI *) |
Functions | |
Standard_EXPORT CAM_Module * | createModule () |
Standard_EXPORT char * | getModuleVersion () |
Handle (TColStd_HArray1OfByte) GeometryGUI | |
void | UpdateNameMode (SalomeApp_Application *app) |
Variables | |
const char | gSeparator = '_' |
const char | gDigitsSep = ':' |
typedef GEOMGUI*(* LibraryGUI)(GeometryGUI *) |
typedef GEOMPluginGUI*(* PluginLibraryGUI)(GeometryGUI *) |
Standard_EXPORT CAM_Module* createModule | ( | ) |
Standard_EXPORT char* getModuleVersion | ( | ) |
Handle | ( | TColStd_HArray1OfByte | ) |
References aHeight, GeometryGUI::GetGeomGen(), and Handle().
void UpdateNameMode | ( | SalomeApp_Application * | app | ) |
References Handle(), GEOM::propertyName(), and GEOM::ShowName.
const char gDigitsSep = ':' |
const char gSeparator = '_' |