Home
last modified time | relevance | path

Searched refs:exportOBJ (Results 1 – 10 of 10) sorted by relevance

/dports/emulators/mgba/mgba-0.9.2/src/platform/qt/
H A DPaletteView.cpp62 …connect(m_ui.exportOBJ, &QAbstractButton::clicked, [this, count] () { exportPalette(count, count);… in PaletteView()
/dports/games/libretro-mgba/mgba-6186d45/src/platform/qt/
H A DPaletteView.cpp63 …connect(m_ui.exportOBJ, &QAbstractButton::clicked, [this, count] () { exportPalette(count, count);… in PaletteView()
/dports/math/mathgl/mathgl-2.5/include/mgl2/
H A Dqmathgl.h130 void exportOBJ(QString fname=""); ///< export to OBJ file
/dports/math/mathgl/mathgl-2.5/widgets/
H A Dqt.cpp789 void QMathGL::exportOBJ(QString fname) in exportOBJ() function in QMathGL
1096 oo->addAction(_("OBJ"), QMGL, SLOT(exportOBJ()),Qt::ALT+Qt::Key_O); in mglMakeMenu()
/dports/math/mathgl/mathgl-2.5/udav/
H A Dplot_pnl.cpp487 oo->addAction(_("OBJ"), mgl, SLOT(exportOBJ()),Qt::ALT+Qt::Key_O); in toolTop()
/dports/science/shelxle/shelxle-1.0.1352/
H A Dmolecule.h687 void exportOBJ(QString fileName,const CEnvironment &atoms, const Connection &_bonds);
H A Dmolecule.cpp713 void Molecule::exportOBJ(QString fileName,const CEnvironment &_atoms, const Connection &_bonds){ in exportOBJ() function in Molecule
H A Dwindow.cpp6163 mole.exportOBJ(dirName,mole.showatoms,mole.showbonds); in obj()
/dports/math/mathgl/mathgl-2.5/texinfo/
H A Dwidget_ru.texi483 @deftypefn {Slot on @code{QMathGL}} @code{void} exportOBJ (@code{QString} fname=@code{""})
H A Dwidget_en.texi485 @deftypefn {Slot on @code{QMathGL}} @code{void} exportOBJ (@code{QString} fname=@code{""})