Home
last modified time | relevance | path

Searched refs:exportModel (Results 1 – 17 of 17) sorted by relevance

/dports/cad/opencascade/opencascade-7.6.0/samples/qt/Interface/src/
H A DTranslate.h25 …bool exportModel( const int, const Handle(AIS_InteractiveContext)…
31 virtual bool exportModel( const int, const QString&,
H A DTranslate.cxx230 bool Translate::exportModel( const int format, const Handle(AIS_InteractiveContext)& ic ) in exportModel() function in Translate
242 bool stat = exportModel( format, fileName, shapes ); in exportModel()
248 bool Translate::exportModel( const int format, const QString& file, const Handle(TopTools_HSequence… in exportModel() function in Translate
H A DApplication.cxx180 status = anTrans->exportModel( format, context ); in translate()
/dports/cad/ldview/ldview-4.4/LDExporter/
H A DLDLdrExporter.cpp286 int LDLdrExporter::exportModel(TREModel *pModel, const TCFloat *pMatrix) in exportModel() function in LDLdrExporter
299 exportModel(subModel->getEffectiveModel(), newMatrix); in exportModel()
312 retVal = exportModel(pTopModel, TCVector::getIdentityMatrix()); in doExport()
H A DLDLdrExporter.h23 int exportModel(TREModel *pModel, const TCFloat *pMatrix);
/dports/databases/pgmodeler/pgmodeler-0.9.3-beta/libpgmodeler_ui/src/
H A Dmodelexportform.h78 void exportModel();
H A Dmainwindow.h253 void exportModel();
H A Dmodelexportform.cpp69 connect(export_btn, SIGNAL(clicked()), this, SLOT(exportModel())); in ModelExportForm()
187 void ModelExportForm::exportModel() in exportModel() function in ModelExportForm
H A Dmainwindow.cpp251 connect(action_export, SIGNAL(triggered(bool)), this, SLOT(exportModel())); in MainWindow()
1481 void MainWindow::exportModel() in exportModel() function in MainWindow
1967 exportModel(); in executePendingOperation()
/dports/databases/pgmodeler/pgmodeler-0.9.3-beta/main-cli/src/
H A Dpgmodelercli.h231 void exportModel();
H A Dpgmodelercli.cpp804 exportModel(); in exec()
1466 void PgModelerCliApp::exportModel() in exportModel() function in PgModelerCliApp
/dports/games/OpenLara/OpenLara-b4b19f2/src/
H A Dextension.h217 void exportModel(IGame *game, const char *dir, TR::Model &model) { in exportModel() function
514 exportModel(game, dir, level->models[i]); in exportGeometry()
/dports/cad/ldview/ldview-4.4/
H A DLDViewWindow.h202 virtual void exportModel(void);
H A DModelWindow.h119 void exportModel(void);
H A DLDViewWindow.cpp3230 exportModel(); in doCommand()
4195 void LDViewWindow::exportModel(void) in exportModel() function in LDViewWindow
4199 modelWindow->exportModel(); in exportModel()
H A DModelWindow.cpp4957 void ModelWindow::exportModel(void) in exportModel() function in ModelWindow
/dports/cad/ldview/ldview-4.4/MacOSX/LDView/
H A DModelWindow.mm1696 - (IBAction)exportModel:(id)sender
1738 [self exportModel:sender];