Home
last modified time | relevance | path

Searched refs:loadGeometry (Results 1 – 25 of 222) sorted by relevance

123456789

/dports/lang/swi-pl/swipl-8.2.3/packages/swipl-win/
H A DPreferences.cpp126 void Preferences::loadGeometry(QString key, QWidget *w) { in loadGeometry() function in Preferences
144 void Preferences::loadGeometry(QWidget *w) { in loadGeometry() function in Preferences
145 loadGeometry(w->metaObject()->className(), w); in loadGeometry()
H A DPreferences.h73 void loadGeometry(QWidget *w);
75 void loadGeometry(QString key, QWidget *w);
/dports/devel/dolphin-plugins/dolphin-plugins-21.12.3/hg/
H A Dconfigdialog.cpp36 loadGeometry(); in HgConfigDialog()
83 void HgConfigDialog::loadGeometry() in loadGeometry() function in HgConfigDialog
H A Dconfigdialog.h38 void loadGeometry();
/dports/graphics/animorph/animorph-0.3/include/animorph/
H A DFaceVector.h70 bool loadGeometry (const std::string& filename);
/dports/math/gismo/gismo-21.12.0/plugins/gsAxel/
H A DgsGeometryCreator.h36 void loadGeometry(void);
H A DgsGeometryCreator.cpp95 connect(loadGButton, SIGNAL(clicked()), this, SLOT(loadGeometry())); in gsGeometryCreator()
144 void gsGeometryCreator::loadGeometry(void) { in loadGeometry() function in gsGeometryCreator
/dports/net/wireshark/wireshark-3.6.1/ui/qt/
H A Dpacket_comment_dialog.cpp25 loadGeometry(); in PacketCommentDialog()
H A Dgeometry_state_dialog.h59 void loadGeometry(int width = 0, int height = 0, const QString &dialog_name = QString());
H A Ddissector_tables_dialog.cpp24 loadGeometry(parent->width() * 3 / 4, parent->height() * 3 / 4); in DissectorTablesDialog()
H A Dgeometry_state_dialog.cpp20 void GeometryStateDialog::loadGeometry(int width, int height, const QString &dialog_name) in loadGeometry() function in GeometryStateDialog
H A Dsupported_protocols_dialog.cpp34 loadGeometry(parent->width() * 3 / 4, parent->height()); in SupportedProtocolsDialog()
/dports/net/wireshark-lite/wireshark-3.6.1/ui/qt/
H A Dpacket_comment_dialog.cpp25 loadGeometry();
H A Dgeometry_state_dialog.h59 void loadGeometry(int width = 0, int height = 0, const QString &dialog_name = QString());
H A Ddissector_tables_dialog.cpp24 loadGeometry(parent->width() * 3 / 4, parent->height() * 3 / 4); in DissectorTablesDialog()
H A Dgeometry_state_dialog.cpp20 void GeometryStateDialog::loadGeometry(int width, int height, const QString &dialog_name)
H A Dsupported_protocols_dialog.cpp34 loadGeometry(parent->width() * 3 / 4, parent->height()); in SupportedProtocolsDialog()
/dports/net/tshark-lite/wireshark-3.6.1/ui/qt/
H A Dpacket_comment_dialog.cpp25 loadGeometry();
H A Dgeometry_state_dialog.h59 void loadGeometry(int width = 0, int height = 0, const QString &dialog_name = QString());
H A Ddissector_tables_dialog.cpp24 loadGeometry(parent->width() * 3 / 4, parent->height() * 3 / 4); in DissectorTablesDialog()
/dports/net/tshark/wireshark-3.6.1/ui/qt/
H A Dpacket_comment_dialog.cpp25 loadGeometry(); in PacketCommentDialog()
H A Dgeometry_state_dialog.h59 void loadGeometry(int width = 0, int height = 0, const QString &dialog_name = QString());
H A Ddissector_tables_dialog.cpp24 loadGeometry(parent->width() * 3 / 4, parent->height() * 3 / 4); in DissectorTablesDialog()
/dports/games/crrcsim/crrcsim-0.9.13/src/GUI/
H A DpuaGLPreview.h84 bool loadGeometry(const char * modelPath, const char * texturePath);
/dports/graphics/animorph/animorph-0.3/src/
H A DFaceVector.cpp6 bool FaceVector::loadGeometry (const std::string& filename) in loadGeometry() function in FaceVector

123456789