step/stepcore
world.cc File Reference
#include "world.h"
#include "solver.h"
#include "collisionsolver.h"
#include "constraintsolver.h"
#include <algorithm>
#include <cmath>
#include <QtGlobal>
Include dependency graph for world.cc:
Go to the source code of this file.
Namespaces | |
StepCore | |
Functions | |
StepCore::QT_TR_NOOP ("Body") | |
StepCore::QT_TR_NOOP ("Joint") | |
StepCore::QT_TR_NOOP ("ObjectErrors") | |
StepCore::QT_TR_NOOP ("World") | |
StepCore::QT_TR_NOOP ("timeScale") | |
StepCore::QT_TR_NOOP ("Simulation speed scale") | |
StepCore::QT_TRANSLATE_NOOP ("ObjectClass","Body") | |
StepCore::QT_TRANSLATE_NOOP ("ObjectClass","Joint") | |
StepCore::QT_TRANSLATE_NOOP ("ObjectClass","ObjectErrors") | |
StepCore::QT_TRANSLATE_NOOP ("ObjectClass","World") | |
StepCore::STEPCORE_META_OBJECT (Item, QT_TRANSLATE_NOOP("ObjectClass","Item"), QT_TR_NOOP("Item"), MetaObject::ABSTRACT, STEPCORE_SUPER_CLASS(Object), STEPCORE_PROPERTY_RW(StepCore::Color, color, QT_TRANSLATE_NOOP("PropertyName","color"), STEPCORE_UNITS_NULL, QT_TR_NOOP("Item color"), color, setColor)) STEPCORE_META_OBJECT(Body | |
StepCore::STEPCORE_META_OBJECT (Force, QT_TRANSLATE_NOOP("ObjectClass","Force"), QT_TR_NOOP("Force"), MetaObject::ABSTRACT,,) STEPCORE_META_OBJECT(Joint | |
StepCore::STEPCORE_META_OBJECT (Tool, QT_TRANSLATE_NOOP("ObjectClass","Tool"), QT_TR_NOOP("Tool"), MetaObject::ABSTRACT,,) STEPCORE_META_OBJECT(ObjectErrors | |
StepCore::STEPCORE_META_OBJECT (ItemGroup, QT_TRANSLATE_NOOP("ObjectClass","ItemGroup"), QT_TR_NOOP("ItemGroup"), 0, STEPCORE_SUPER_CLASS(Item),) STEPCORE_META_OBJECT(World | |
setTimeScale | StepCore::STEPCORE_PROPERTY_RW (bool, errorsCalculation, QT_TR_NOOP("errorsCalculation"), STEPCORE_UNITS_NULL, QT_TR_NOOP("Enable global error calculation"), errorsCalculation, setErrorsCalculation)) Item &Item |
StepCore::STEPCORE_PROPERTY_RW_D (double, time, QT_TRANSLATE_NOOP("PropertyName","time"), QT_TRANSLATE_NOOP("Units","s"), QT_TR_NOOP("Current time"), time, setTime) STEPCORE_PROPERTY_RW(double | |
StepCore::STEPCORE_SUPER_CLASS (Object) | |
StepCore::STEPCORE_SUPER_CLASS (ItemGroup) STEPCORE_SUPER_CLASS(Tool) | |
Variables | |
StepCore::STEPCORE_UNITS_1 | |
StepCore::timeScale | |
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:16:43 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:16:43 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.