Searched refs:exportOBJ (Results 1 – 10 of 10) sorted by relevance
/dports/emulators/mgba/mgba-0.9.2/src/platform/qt/ |
H A D | PaletteView.cpp | 62 …connect(m_ui.exportOBJ, &QAbstractButton::clicked, [this, count] () { exportPalette(count, count);… in PaletteView()
|
/dports/games/libretro-mgba/mgba-6186d45/src/platform/qt/ |
H A D | PaletteView.cpp | 63 …connect(m_ui.exportOBJ, &QAbstractButton::clicked, [this, count] () { exportPalette(count, count);… in PaletteView()
|
/dports/math/mathgl/mathgl-2.5/include/mgl2/ |
H A D | qmathgl.h | 130 void exportOBJ(QString fname=""); ///< export to OBJ file
|
/dports/math/mathgl/mathgl-2.5/widgets/ |
H A D | qt.cpp | 789 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 D | plot_pnl.cpp | 487 oo->addAction(_("OBJ"), mgl, SLOT(exportOBJ()),Qt::ALT+Qt::Key_O); in toolTop()
|
/dports/science/shelxle/shelxle-1.0.1352/ |
H A D | molecule.h | 687 void exportOBJ(QString fileName,const CEnvironment &atoms, const Connection &_bonds);
|
H A D | molecule.cpp | 713 void Molecule::exportOBJ(QString fileName,const CEnvironment &_atoms, const Connection &_bonds){ in exportOBJ() function in Molecule
|
H A D | window.cpp | 6163 mole.exportOBJ(dirName,mole.showatoms,mole.showbonds); in obj()
|
/dports/math/mathgl/mathgl-2.5/texinfo/ |
H A D | widget_ru.texi | 483 @deftypefn {Slot on @code{QMathGL}} @code{void} exportOBJ (@code{QString} fname=@code{""})
|
H A D | widget_en.texi | 485 @deftypefn {Slot on @code{QMathGL}} @code{void} exportOBJ (@code{QString} fname=@code{""})
|